blob: 378de58b55a3fec0392edb20f971adbd010f2c7d [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': {
Sylvain Defresne81467d82017-05-29 09:06:14599 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:11600 },
sdefresne18b47312015-06-18 15:15:09601 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:14602 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:09603 },
marqa4f135f2017-01-10 12:37:34604 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:14605 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:34606 },
607 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:14608 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:34609 },
baxley9bfbd3cc2017-03-15 21:22:32610 'ios_test': {
Sylvain Defresne81467d82017-05-29 09:06:14611 'filepath': 'ios/chrome/test/|'\
612 'ios/testing/|'\
613 'ios/web/public/test/|'\
614 'ios/web/test/',
baxley9bfbd3cc2017-03-15 21:22:32615 },
eugenebutb5a5a8572017-01-20 01:18:11616 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:14617 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:11618 },
[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 },
lunaluaddca572017-05-31 16:44:351161 {
1162 'use_counter_features': {
1163 'filepath': 'third_party/WebKit/public/platform/UseCounterFeature.def',
1164 },
[email protected]f76c8852012-06-21 16:37:001165 'valgrind': {
1166 'filepath': 'valgrind',
1167 },
[email protected]c73ec8ab2014-01-16 20:35:231168 'version_assembly': {
1169 'filepath': 'chrome/app/version_assembly',
1170 },
posciak62a72272016-05-11 08:31:241171 'video': {
1172 'filepath': 'content/browser/renderer_host/media/|'\
1173 'content/renderer/media/|'\
1174 'media/capture/video/|'\
1175 'media/filters/|'\
1176 'media/gpu/|'\
1177 '.*video.*',
1178 },
mcasas09e881c2016-04-09 02:09:501179 'video_capture': {
1180 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1181 '|content/browser/renderer_host/media/.*(capture|media)'\
1182 '|content/renderer/media/.*(capture|media|webrtc)'\
1183 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011184 '|media/muxers/'\
1185 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501186 },
[email protected]f76c8852012-06-21 16:37:001187 'views': {
1188 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491189 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001190 },
[email protected]f47d871a2013-10-11 22:14:151191 'views_corewm': {
1192 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171193 },
[email protected]ef514a32014-02-26 01:02:351194 'virtual_keyboard': {
1195 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571196 '|chrome/test/data/chromeos/virtual_keyboard/'\
1197 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081198 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571199 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351200 },
billorr3c7e1442016-11-11 21:21:351201 'virtual_reality': {
1202 'filepath': 'vr_shell/|'\
1203 '/vr/|'\
1204 'third_party/gvr',
1205 },
mcasas09e881c2016-04-09 02:09:501206 'webrtc_browser_tests': {
1207 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1208 'content/browser/media/.*webrtc.*browsertest',
1209 },
[email protected]208879542012-07-05 11:15:341210 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491211 'filepath': 'chrome/browser/content_settings/'\
1212 '|chrome/browser/ui/views/website_settings/'\
1213 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521214 '|chrome/common/content_settings'\
1215 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341216 },
[email protected]b17d9e02014-07-29 09:45:501217 'windows_sandboxing': {
1218 'filepath': 'sandbox/win/',
1219 },
[email protected]f76c8852012-06-21 16:37:001220 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491221 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1222 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1223 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001224 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491225 'xinput_hierarchy_changed_event_listener\.' \
1226 '|chrome/browser/chromeos/wm_' \
1227 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401228 },
wjmaclean3ff6a402015-03-31 19:00:201229 'zoom': {
1230 'filepath': 'chrome/browser/ui/zoom/' \
1231 '|components/ui/zoom/' \
1232 '|content/browser/host_zoom_*' \
1233 '|content/browser/storage_partition_impl*' \
1234 '|content/public/browser/host_zoom_map.h' \
1235 '|content/public/browser/storage_partition.h'
1236 },
timlohd035d572015-09-25 15:28:021237
1238 'blink': {
1239 'filepath': 'third_party/WebKit/',
1240 },
1241 'blink_accessibility': {
1242 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1243 },
1244 'blink_animation': {
1245 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1246 },
1247 'blink_app_banner': {
1248 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1249 '|third_party/WebKit/public/platform/modules/app_banner',
1250 },
1251 'blink_audio': {
1252 'filepath': 'third_party/WebKit/Source/platform/audio' \
1253 '|third_party/WebKit/Source/modules/webaudio',
1254 },
1255 'blink_battery_status': {
1256 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1257 '|third_party/WebKit/LayoutTests/battery-status/' \
1258 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1259 },
1260 'blink_bidi': {
1261 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1262 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1263 },
1264 'blink_bindings': {
1265 'filepath': 'third_party/WebKit/Source/bindings',
1266 },
jbroman9ac2d532016-09-01 18:20:081267 'blink_bindings_serialization': {
1268 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1269 },
timlohd035d572015-09-25 15:28:021270 'blink_bluetooth': {
1271 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1272 },
1273 'blink_canvas2d': {
1274 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1275 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1276 '|third_party/WebKit/Source/modules/canvas2d' \
1277 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1278 },
1279 'blink_clipboard': {
1280 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1281 '|third_party/WebKit/Source/core/page/.*Drag' \
1282 '|third_party/WebKit/Source/platform/.*Drag' \
1283 '|third_party/WebKit/Source/platform/clipboard' \
1284 '|third_party/WebKit/Source/web/.*Drag' \
1285 '|third_party/WebKit/public/platform/.*Drag' \
1286 '|third_party/WebKit/public/web/.*Drag',
1287 },
1288 'blink_content_security_policy': {
1289 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1290 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1291 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1292 },
1293 'blink_css': {
1294 'filepath': 'third_party/WebKit/Source/core/css',
1295 },
1296 'blink_css_grid_layout': {
1297 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1298 '|third_party/WebKit/Source/core/paint/.*Grid' \
1299 '|third_party/WebKit/Source/core/css/.*Grid' \
1300 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1301 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1302 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1303 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1304 },
1305 'blink_css_flexbox': {
1306 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1307 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1308 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1309 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1310 },
1311 'blink_css_fragmentation_tests': {
1312 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021313 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1314 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021315 },
1316 'blink_css_regions': {
1317 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1318 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1319 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1320 '|third_party/WebKit/Source/core/css/.*Region' \
1321 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1322 '|third_party/WebKit/LayoutTests/fast/regions/' \
1323 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1324 },
1325 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401326 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021327 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1328 },
timlohd035d572015-09-25 15:28:021329 '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 },
Kouhei Ueno43382932017-05-30 04:43:571511 'blink_script': {
Kouhei Uenod0586052017-05-30 08:36:091512 'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \
Kouhei Ueno43382932017-05-30 04:43:571513 '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \
1514 '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \
1515 '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*'
1516 '|third_party/WebKit/Source/core/dom/.*Modul.*' \
Kouhei Uenod0586052017-05-30 08:36:091517 '|third_party/WebKit/Source/core/dom/.*Script.*' \
Kouhei Ueno43382932017-05-30 04:43:571518 '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \
1519 '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \
1520 '|third_party/WebKit/Source/core/loader/modulescript/' \
1521 '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \
1522 '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \
1523 '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*'
1524 },
timlohd035d572015-09-25 15:28:021525 'blink_scheduler': {
1526 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1527 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1528 },
1529 'blink_serviceworkers' : {
1530 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
falkenfc5997952017-03-15 07:09:141531 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1532 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
timlohd035d572015-09-25 15:28:021533 },
1534 'blink_serviceworkers_tests' : {
falkenfc5997952017-03-15 07:09:141535 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1536 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
timlohd035d572015-09-25 15:28:021537 },
timlohd035d572015-09-25 15:28:021538 'blink_spellcheck' : {
1539 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1540 },
jbromana7bdfdb2016-02-05 15:10:321541 'blink_spv2_layout_tests': {
1542 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1543 },
timlohd035d572015-09-25 15:28:021544 'blink_style': {
1545 'filepath': 'third_party/WebKit/.*(style/|Style)',
1546 },
1547 'blink_svg': {
1548 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1549 },
timlohd035d572015-09-25 15:28:021550 'blink_vibration': {
1551 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1552 '|third_party/WebKit/Source/modules/vibration/'
1553 },
1554 'blink_viewport_interaction': {
1555 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1556 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1557 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1558 '|third_party/WebKit/Source/core/page/FrameView' \
1559 '|third_party/WebKit/Source/core/page/scrolling'
1560 },
1561 'blink_w3ctests': {
tkent028ee352017-01-23 00:39:241562 'filepath': 'third_party/WebKit/LayoutTests/external/' \
timlohd035d572015-09-25 15:28:021563 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1564 },
kinukoa1a73202016-05-24 06:42:361565 'blink_web': {
1566 'filepath': 'third_party/WebKit/Source/web'
1567 },
timlohd035d572015-09-25 15:28:021568 'blink_webcomponents': {
1569 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1570 '|third_party/WebKit/Source/core/dom/custom/' \
1571 '|third_party/WebKit/Source/core/html/imports/' \
1572 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1573 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1574 },
1575 'blink_webp': {
1576 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1577 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1578 },
1579 'blink_websockets': {
1580 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1581 },
1582 'blink_workers': {
falkenfc5997952017-03-15 07:09:141583 'filepath': 'third_party/WebKit/Source/core/workers' \
1584 '|third_party/WebKit/LayoutTests/http/tests/workers' \
1585 '|third_party/WebKit/LayoutTests/fast/workers' \
1586 '|third_party/WebKit/LayoutTests/external/wpt/workers'
timlohd035d572015-09-25 15:28:021587 },
1588 'blink_wtf': {
1589 'filepath': 'third_party/WebKit/Source/wtf',
1590 },
dominiccabb90e02017-03-31 04:54:231591 'blink_xml': {
1592 'filepath': 'third_party/WebKit/Source/core/xml/'
1593 },
timlohd035d572015-09-25 15:28:021594 'blink_xmlhttprequest': {
1595 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011596 },
1597 'test_runner': {
1598 'filepath': 'components/test_runner/' \
1599 '|content/shell/(common|browser|renderer)/layout_test/' \
1600 '|content/test/layouttest_support.cc' \
1601 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011602 },
[email protected]a3838612009-10-13 21:57:541603 },
[email protected]ca872e362011-07-12 21:06:031604
pennymac962d190432016-07-27 00:58:351605 ##############################################################################
1606 # Please keep alphabetical
1607 ##############################################################################
[email protected]a3838612009-10-13 21:57:541608 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451609 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551610 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001611 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571612 'accessibility': ['[email protected]',
1613 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401614 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001615 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541616 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571617 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001618 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381619 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201620 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321621 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201622 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001623 'android_crash_reporting': ['[email protected]'],
juncaic08f41d2017-05-04 20:36:581624 'android_item_chooser_dialogs': ['[email protected]',
1625 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201626 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261627 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381628 'android_infra': ['[email protected]',
1629 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321630 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381631 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531632 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411633 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471634 'android_media': ['[email protected]',
1635 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441636 'android_studio': ['[email protected]',
1637 '[email protected]'],
pennymac962d190432016-07-27 00:58:351638 'android_tab': ['[email protected]',
1639 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001640 'android_uma_settings': ['[email protected]',
1641 '[email protected]'],
zpengb9a180d2016-10-12 18:40:211642 'android_webapk': ['[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441643 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351644 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351645 '[email protected]'],
1646 'app_shortcuts': ['[email protected]',
1647 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001648 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351649 'apps': ['[email protected]',
1650 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461651 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471652 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461653 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021654 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461655 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371656 'arc_auth': ['[email protected]'],
poromov7633f602017-02-21 16:44:011657 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461658 'arc_net': ['[email protected]',
1659 '[email protected]',
1660 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431661 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351662 'ash': ['[email protected]',
1663 '[email protected]'],
1664 'aura': ['[email protected]',
1665 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071666 'aura_compositor': ['[email protected]',
1667 '[email protected]',
pennymac962d190432016-07-27 00:58:351668 '[email protected]',
danakj3695c582016-10-26 21:54:431669 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211670 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391671 'autofill': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231672 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591673 '[email protected]',
1674 '[email protected]',
mathpc2040642017-01-25 14:59:411675 '[email protected]',
1676 '[email protected]'],
peter39e10a62017-02-21 15:14:131677 'background_fetch': ['[email protected]',
peterc7e27422017-05-17 04:05:281678 '[email protected]',
peter39e10a62017-02-21 15:14:131679 '[email protected]'],
pennymac962d190432016-07-27 00:58:351680 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121681 '[email protected]',
pennymac962d190432016-07-27 00:58:351682 '[email protected]',
1683 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321684 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121685 '[email protected]',
1686 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191687 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501688 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051689 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591690 'base_task_scheduler': ['[email protected]',
1691 '[email protected]',
1692 '[email protected]'],
pennymac962d190432016-07-27 00:58:351693 'base_win': ['[email protected]',
1694 '[email protected]'],
danakj479ab502017-03-31 20:19:091695 'base': ['[email protected]',
1696 '[email protected]',],
[email protected]7e093d4022014-06-26 19:19:551697 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371698 'binary_size': ['[email protected]',
1699 '[email protected]',
1700 '[email protected]'],
pennymac962d190432016-07-27 00:58:351701 'blink': ['[email protected]'],
1702 'blink_accessibility': ['[email protected]',
1703 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401704 '[email protected]',
horo8e9a01572016-07-27 06:05:311705 '[email protected]',
pennymac962d190432016-07-27 00:58:351706 '[email protected]'],
1707 'blink_animation': ['[email protected]',
1708 '[email protected]',
1709 '[email protected]',
1710 '[email protected]',
1711 '[email protected]'],
1712 'blink_app_banner': ['[email protected]'],
1713 'blink_audio': ['[email protected]',
1714 '[email protected]'],
1715 'blink_battery_status': ['[email protected]',
1716 '[email protected]'],
1717 'blink_bidi': ['[email protected]'],
1718 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081719 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351720 'blink_bluetooth': ['[email protected]',
1721 '[email protected]'],
ajumabd2c9c22017-05-01 21:29:501722 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351723 '[email protected]',
1724 '[email protected]'],
1725 'blink_client_hints': ['[email protected]'],
1726 'blink_clipboard': ['[email protected]'],
1727 'blink_css': ['[email protected]',
1728 '[email protected]',
horo8e9a01572016-07-27 06:05:311729 '[email protected]',
pennymac962d190432016-07-27 00:58:351730 '[email protected]',
1731 '[email protected]'],
1732 'blink_css_flexbox': ['[email protected]'],
1733 'blink_css_fragmentation_tests': ['[email protected]'],
1734 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311735 '[email protected]',
pennymac962d190432016-07-27 00:58:351736 '[email protected]'],
1737 'blink_css_regions': ['[email protected]'],
1738 'blink_custom_elements': ['[email protected]',
1739 '[email protected]'],
pennymac962d190432016-07-27 00:58:351740 'blink_device_orientation': ['[email protected]',
1741 '[email protected]'],
1742 'blink_devtools': ['[email protected]',
1743 '[email protected]',
1744 '[email protected]',
1745 '[email protected]',
1746 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391747 '[email protected]'],
pennymac962d190432016-07-27 00:58:351748 'blink_dom': ['[email protected]',
1749 '[email protected]',
1750 '[email protected]',
1751 '[email protected]',
1752 '[email protected]'],
1753 'blink_events': ['[email protected]',
1754 '[email protected]',
1755 '[email protected]',
1756 '[email protected]'],
1757 'blink_fetch': ['[email protected]',
1758 '[email protected]',
1759 '[email protected]',
1760 '[email protected]'],
1761 'blink_fileapi': ['[email protected]',
1762 '[email protected]',
1763 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191764 'blink_frames': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:311765 'blink_geolocation': ['[email protected]',
1766 '[email protected]',
pennymac962d190432016-07-27 00:58:351767 '[email protected]'],
1768 'blink_heap': ['[email protected]',
1769 '[email protected]',
1770 '[email protected]',
1771 '[email protected]'],
1772 'blink_html': ['[email protected]',
1773 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221774 'blink_htmlparser': ['[email protected]',
1775 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311776 'blink_image_capture': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351777 'blink_indexed_db': ['[email protected]',
1778 '[email protected]'],
1779 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451780 '[email protected]'],
pennymac962d190432016-07-27 00:58:351781 'blink_layers': ['[email protected]'],
1782 'blink_layout': ['[email protected]',
1783 '[email protected]',
1784 '[email protected]',
1785 '[email protected]',
1786 '[email protected]',
1787 '[email protected]',
1788 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561789 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461790 '[email protected]',
atotic30c8eba2016-10-28 13:24:071791 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261792 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051793 '[email protected]',
1794 '[email protected]'],
pennymac962d190432016-07-27 00:58:351795 'blink_loader': ['[email protected]',
1796 '[email protected]',
1797 '[email protected]',
1798 '[email protected]'],
1799 'blink_media': ['[email protected]',
1800 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191801 '[email protected]',
1802 '[email protected]'],
pennymac962d190432016-07-27 00:58:351803 'blink_media_queries': ['[email protected]',
1804 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311805 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351806 'blink_modules': ['[email protected]'],
1807 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341808 'blink_notifications': ['[email protected]',
1809 '[email protected]'],
pennymac962d190432016-07-27 00:58:351810 'blink_out_of_process_frames': ['[email protected]',
1811 '[email protected]'],
1812 'blink_owners': ['[email protected]'],
1813 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591814 '[email protected]'],
panickere9ffa3f2017-04-10 18:26:061815 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351816 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491817 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501818 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351819 '[email protected]',
pennymac962d190432016-07-27 00:58:351820 '[email protected]',
1821 '[email protected]',
1822 '[email protected]',
fmalita9710b732017-02-17 05:10:021823 '[email protected]',
pennymac962d190432016-07-27 00:58:351824 '[email protected]',
1825 '[email protected]',
1826 '[email protected]',
1827 '[email protected]'],
1828 'blink_prerender': ['[email protected]',
1829 '[email protected]'],
1830 'blink_preloadScanner': ['[email protected]'],
1831 'blink_public_api': ['[email protected]',
1832 '[email protected]'],
awdf2e270242016-09-06 16:21:341833 'blink_push_messaging': ['[email protected]',
1834 '[email protected]',
pennymac962d190432016-07-27 00:58:351835 '[email protected]'],
1836 'blink_quota': ['[email protected]',
1837 '[email protected]',
1838 '[email protected]'],
1839 'blink_scheduler': ['[email protected]'],
1840 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571841 'blink_script': ['[email protected]',
1842 '[email protected]',
1843 '[email protected]'],
falken6731ece42016-10-12 01:41:501844 'blink_serviceworkers': ['[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]',
shimazu99de61f2016-09-07 03:57:411851 '[email protected]',
pennymac962d190432016-07-27 00:58:351852 '[email protected]'],
1853 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221854 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321855 '[email protected]',
1856 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361857 'blink_spv2_layout_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351858 'blink_style': ['[email protected]'],
1859 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021860 '[email protected]',
pennymac962d190432016-07-27 00:58:351861 '[email protected]',
1862 '[email protected]',
1863 '[email protected]',
1864 '[email protected]',
1865 '[email protected]',
1866 '[email protected]'],
pennymac962d190432016-07-27 00:58:351867 'blink_track': ['[email protected]',
1868 '[email protected]',
1869 '[email protected]',
danakj40af6b562017-01-24 15:55:281870 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311871 'blink_vibration': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351872 'blink_viewport_interaction': ['[email protected]'],
1873 'blink_w3ctests': ['[email protected]'],
Joel Hockeyd657ad8f2017-05-31 05:38:431874 'blink_web': ['[email protected]',
1875 '[email protected]'],
pennymac962d190432016-07-27 00:58:351876 'blink_webcomponents': ['[email protected]',
1877 '[email protected]'],
1878 'blink_webp': ['[email protected]',
1879 '[email protected]',
1880 '[email protected]'],
1881 'blink_websockets': ['[email protected]',
1882 '[email protected]'],
1883 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501884 '[email protected]',
pennymac962d190432016-07-27 00:58:351885 '[email protected]',
shimazu99de61f2016-09-07 03:57:411886 '[email protected]',
1887 '[email protected]'],
pennymac962d190432016-07-27 00:58:351888 'blink_wtf': ['[email protected]',
1889 '[email protected]'],
dominiccabb90e02017-03-31 04:54:231890 'blink_xml': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351891 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001892 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561893 'bottombar': ['[email protected]',
1894 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471895 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351896 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351897 'browser_compositor': ['[email protected]',
1898 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571899 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571900 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331901 'browsing_data': ['[email protected]',
1902 '[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'bubble': ['[email protected]',
1904 '[email protected]',
pennymac962d190432016-07-27 00:58:351905 '[email protected]'],
1906 'cache_storage': ['[email protected]',
1907 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591908 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341909 '[email protected]',
miua1710162015-08-27 01:38:091910 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121911 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:581912 '[email protected]',
miua1710162015-08-27 01:38:091913 '[email protected]',
1914 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161915 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581916 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341917 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:581918 'cast_channel': ['[email protected]'],
[email protected]c863702a2012-09-14 20:05:281919 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351920 'certificate_transparency': ['[email protected]',
1921 '[email protected]',
martijnccdd0542016-11-07 18:49:271922 '[email protected]',
pennymac962d190432016-07-27 00:58:351923 '[email protected]'],
1924 'chrome_elf': ['[email protected]',
1925 '[email protected]'],
lpy0ca13772017-02-28 19:48:271926 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011927 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311928 'chromecast': ['[email protected]',
1929 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571930 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211931 'chromecast_public': ['[email protected]'],
johnchen302ecd62017-04-25 17:23:111932 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351933 'chromeos': ['[email protected]'],
1934 'chromeos_attestation': ['[email protected]'],
1935 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311936 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181937 'chromeos_geolocation': ['[email protected]'],
1938 'chromeos_login': ['[email protected]',
1939 '[email protected]'],
pennymac962d190432016-07-27 00:58:351940 'chromeos_net': ['[email protected]'],
1941 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181942 'chromeos_timezone': ['[email protected]'],
1943 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351944 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151945 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071946 '[email protected]',
pennymac962d190432016-07-27 00:58:351947 '[email protected]',
rnk28bbd1772016-05-04 17:57:581948 '[email protected]',
1949 '[email protected]',
pennymac962d190432016-07-27 00:58:351950 '[email protected]',
thestigf023ccc2016-11-10 14:39:151951 '[email protected]',
pennymac962d190432016-07-27 00:58:351952 '[email protected]',
horo8e9a01572016-07-27 06:05:311953 '[email protected]',
pennymac962d190432016-07-27 00:58:351954 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001955 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511956 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491957 '[email protected]',
1958 '[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001959 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551960 'components_deps': ['[email protected]',
1961 '[email protected]',
1962 '[email protected]'],
pennymac962d190432016-07-27 00:58:351963 'content': ['[email protected]',
1964 '[email protected]'],
1965 'content_bluetooth': ['[email protected]',
1966 '[email protected]'],
1967 'content_loader': ['[email protected]',
1968 '[email protected]',
1969 '[email protected]'],
rdsmitheed6d932017-04-19 02:49:161970 'content_network': ['[email protected]',
kinuko3bf0d8d62017-05-20 00:18:231971 '[email protected]',
1972 '[email protected]',
1973 '[email protected]'],
pennymac962d190432016-07-27 00:58:351974 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531975 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161976 '[email protected]',
1977 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241978 'content_worker': ['[email protected]',
1979 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561980 'contextual_search': ['[email protected]',
1981 '[email protected]'],
pennymac962d190432016-07-27 00:58:351982 'courgette': ['[email protected]',
1983 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571984 'cr_elements': ['[email protected]',
1985 '[email protected]',
1986 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531987 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:421988 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191989 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351990 'device_bluetooth': ['[email protected]',
1991 '[email protected]'],
juncaic08f41d2017-05-04 20:36:581992 'device_chooser': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351993 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591994 '[email protected]',
pennymac962d190432016-07-27 00:58:351995 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081996 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351997 'devtools': ['[email protected]',
1998 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:581999 'dial': ['[email protected]',
2000 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492001 'disk_cache': ['[email protected]'],
asankad8b95e82017-03-31 19:54:382002 'download': ['[email protected]'],
2003 'downloads_ui': ['[email protected]',
dbeam78528be2016-02-18 07:08:492004 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402005 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362006 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102007 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412008 'extension': ['[email protected]',
2009 '[email protected]'],
lunalu0a9c05422016-11-11 17:19:062010 'feature_policy': ['[email protected]',
2011 '[email protected]'],
apaciblec4093a92016-04-19 19:21:582012 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192013 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482014 '[email protected]',
2015 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262016 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:102017 'filesapp': ['[email protected]',
2018 '[email protected]',
2019 '[email protected]'],
2020 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002021 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552022 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352023 'gcm': ['[email protected]',
2024 '[email protected]',
2025 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122026 'generic_sensor': ['[email protected]',
2027 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482028 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122029 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312030 'geolocation': ['[email protected]',
mvanouwerkerka0863c02017-04-03 16:19:292031 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152032 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162033 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382034 'gn': ['[email protected]',
2035 '[email protected]',
pennymac962d190432016-07-27 00:58:352036 '[email protected]'],
tikutae3922862017-02-20 03:16:092037 'goma': ['[email protected]',
2038 '[email protected]',
2039 '[email protected]',
2040 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522041 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:492042 'history_ui': ['[email protected]',
2043 '[email protected]',
2044 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:142045 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002046 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002047 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452048 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132049 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312050 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072051 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352052 'installer': ['[email protected]',
2053 '[email protected]',
2054 '[email protected]'],
mmoss19826c62014-11-14 21:37:362055 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:352056 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352057 '[email protected]',
jered0bd025a82017-05-03 20:01:132058 '[email protected]',
pennymac962d190432016-07-27 00:58:352059 '[email protected]',
2060 '[email protected]',
2061 '[email protected]',
2062 '[email protected]',
2063 '[email protected]'],
edchin46453b42017-03-03 01:40:112064 'ios': ['[email protected]'],
2065 'ios_chrome': ['[email protected]',
2066 '[email protected]',
marqa4f135f2017-01-10 12:37:342067 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112068 '[email protected]'],
edchin46453b42017-03-03 01:40:112069 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592070 '[email protected]'],
edchin46453b42017-03-03 01:40:112071 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592072 '[email protected]'],
baxley9bfbd3cc2017-03-15 21:22:322073 'ios_test': ['[email protected]',
2074 '[email protected]',
2075 '[email protected]'],
edchin46453b42017-03-03 01:40:112076 'ios_web': ['[email protected]',
2077 '[email protected]'],
pennymac962d190432016-07-27 00:58:352078 'ipc': ['[email protected]',
2079 '[email protected]'],
2080 'libwebp': ['[email protected]',
2081 '[email protected]',
2082 '[email protected]'],
2083 'libvpx': ['[email protected]',
2084 '[email protected]',
2085 '[email protected]',
2086 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232087 'libxml_xslt': ['[email protected]',
2088 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422089 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402090 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422091 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352092 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392093 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472094 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:172095 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112096 '[email protected]',
michaelpg32ca07902015-02-07 00:31:112097 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002098 'media': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562099 'media_capture_from_element': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312100 '[email protected]'],
pennymac962d190432016-07-27 00:58:352101 'media_galleries': ['[email protected]',
2102 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092103 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562104 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312105 '[email protected]'],
apacible01538e02016-11-04 22:15:312106 'media_remoting': ['[email protected]',
erickungc2289dea2016-12-13 19:01:282107 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582108 '[email protected]',
apacible01538e02016-11-04 22:15:312109 '[email protected]',
miu5e69f1c52016-10-23 13:40:112110 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582111 'media_router': ['[email protected]',
2112 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362113 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002114 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302115 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122116 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212117 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002118 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:162119 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492120 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532121 '[email protected]',
[email protected]84003af2014-05-02 09:37:132122 '[email protected]',
2123 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002124 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:062125 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002126 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352127 'native_client_sdk': ['[email protected]',
2128 '[email protected]'],
2129 'navigation': ['[email protected]',
2130 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312131 'net': ['[email protected]',
2132 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282133 'net_base': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002134 'net_error_list': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282135 'net_http2': ['[email protected]'],
2136 'net_log': ['[email protected]',
2137 '[email protected]',
pennymac962d190432016-07-27 00:58:352138 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282139 'net_spdy': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312140 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:342141 'notifications': ['[email protected]',
2142 '[email protected]',
pennymac962d190432016-07-27 00:58:352143 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422144 'nqe': ['[email protected]'],
Evan Stade459d16662015-07-07 17:04:572145 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:542146 '[email protected]'],
noyau451e6bb62016-12-23 14:29:042147 'ntp_snippets': ['[email protected]',
2148 '[email protected]'],
2149 'ntp_tiles': ['[email protected]',
2150 '[email protected]'],
peterc7e27422017-05-17 04:05:282151 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352152 'offline_pages': ['[email protected]',
2153 '[email protected]',
2154 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252155 '[email protected]',
2156 '[email protected]',
pennymac962d190432016-07-27 00:58:352157 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352158 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:352159 'options': ['[email protected]',
2160 '[email protected]'],
iclelland8b904402016-10-05 15:01:232161 'origin_trials': ['[email protected]',
2162 '[email protected]'],
pennymac962d190432016-07-27 00:58:352163 'ozone': ['[email protected]',
2164 '[email protected]'],
lgarron9e25c7402017-03-15 04:03:112165 'page_info' : ['[email protected]',
2166 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:082167 'page_load_metrics' : ['[email protected]',
tdresserd80646f2017-03-03 19:26:082168 '[email protected]',
2169 '[email protected]'],
pennymac962d190432016-07-27 00:58:352170 'panels': ['[email protected]',
2171 '[email protected]',
2172 '[email protected]',
2173 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392174 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232175 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592176 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222177 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492178 '[email protected]',
2179 '[email protected]'],
2180 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352181 'pepper_api': ['[email protected]',
2182 '[email protected]',
2183 '[email protected]',
2184 '[email protected]',
2185 '[email protected]',
horo8e9a01572016-07-27 06:05:312186 '[email protected]',
pennymac962d190432016-07-27 00:58:352187 '[email protected]'],
raymes18e321492017-01-11 04:21:332188 'permissions': ['[email protected]',
2189 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342190 'plugin': ['[email protected]'],
dbeam78528be2016-02-18 07:08:492191 'polymer': ['[email protected]',
2192 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092193 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142194 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352195 'prerender': ['[email protected]',
2196 '[email protected]',
2197 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582198 'presentation': ['[email protected]'],
peterc7e27422017-05-17 04:05:282199 'push_messaging': ['[email protected]',
pennymac962d190432016-07-27 00:58:352200 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122201 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252202 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352203 'rlz_id': ['[email protected]',
2204 '[email protected]',
2205 '[email protected]'],
timvolodine41e95412017-03-14 02:55:342206 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252207 '[email protected]',
2208 '[email protected]'],
2209 'safe_browsing_db': ['[email protected]',
2210 '[email protected]'],
skyostil20dea312014-11-11 13:43:062211 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472212 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352213 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162214 '[email protected]',
pennymac962d190432016-07-27 00:58:352215 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172216 '[email protected]',
pennymac962d190432016-07-27 00:58:352217 '[email protected]',
horo8e9a01572016-07-27 06:05:312218 '[email protected]',
shimazu99de61f2016-09-07 03:57:412219 '[email protected]',
pennymac962d190432016-07-27 00:58:352220 '[email protected]'],
alitoc5534d62017-04-21 01:48:582221 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162222 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352223 'site_instance': ['[email protected]',
2224 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432225 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362226 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142227 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222228 '[email protected]',
2229 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052230 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352231 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322232 '[email protected]',
2233 '[email protected]'],
engedye7b734da2017-02-07 12:08:132234 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352235 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172236 'swreporter': ['[email protected]',
csharpcfd628d2017-04-06 19:12:102237 '[email protected]',
alito438fa4332016-12-20 21:59:172238 '[email protected]',
2239 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582240 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192241 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482242 '[email protected]',
2243 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112244 'tab_alert_indicators': ['[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582245 'tab_capture': ['[email protected]',
2246 '[email protected]',
miu5e69f1c52016-10-23 13:40:112247 '[email protected]'],
pennymac962d190432016-07-27 00:58:352248 'tab_contents': ['[email protected]',
2249 '[email protected]',
2250 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082251 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192252 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262253 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352254 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492255 '[email protected]',
2256 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002257 'tests': [],
jlkleinecc81952016-11-19 00:16:072258 'tether': ['[email protected]',
2259 '[email protected]',
2260 '[email protected]',
khorimotoc6885b32017-04-11 22:20:292261 '[email protected]',
jlkleinecc81952016-11-19 00:16:072262 '[email protected]',
2263 '[email protected]'],
pennymac962d190432016-07-27 00:58:352264 'textinput': ['[email protected]',
2265 '[email protected]',
2266 '[email protected]',
2267 '[email protected]'],
2268 'textinput_chromeos': ['[email protected]',
2269 '[email protected]',
2270 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192271 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302272 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352273 'tracing': ['[email protected]',
2274 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152275 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262276 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182277 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072278 'ui_strings': ['[email protected]'],
lunaluaddca572017-05-31 16:44:352279 'use_counter_features': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002280 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552281 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232282 'version_assembly': ['[email protected]',
2283 '[email protected]'],
posciak62a72272016-05-11 08:31:242284 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312285 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002286 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482287 'virtual_keyboard': ['[email protected]',
2288 '[email protected]',
okabf9f6f02017-02-17 05:14:292289 '[email protected]',
2290 '[email protected]',
2291 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352292 'virtual_reality': ['[email protected]'],
tnakamura43539232016-09-12 14:23:422293 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152294 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352295 '[email protected]',
2296 '[email protected]'],
2297 'windows_sandboxing': ['[email protected]',
2298 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002299 'x11': ['[email protected]',
2300 '[email protected]',
2301 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202302 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542303 },
2304}