blob: 0fc7ff94e3bf32301d23d2730f14f929af39ae74 [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_.*|'\
dominickn8884155a2016-06-23 02:28:16176 'third_party/WebKit/public/platform/modules/app_banner/|'\
177 'third_party/WebKit/Source/modules/app_banner/',
178 },
[email protected]f76c8852012-06-21 16:37:00179 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49180 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59181 },
[email protected]5e105332012-09-13 01:55:52182 'base_allocator': {
183 'filepath': '^base/allocator',
184 },
[email protected]1ed5e0fd2012-07-19 00:19:05185 'base_memory': {
186 'filepath': '^base/memory',
187 },
robliao1644d8b2016-04-11 15:39:59188 'base_task_scheduler': {
189 'filepath': '^base/task_scheduler',
190 },
[email protected]b17d9e02014-07-29 09:45:50191 'base_win': {
192 'filepath': '^base/win',
193 },
[email protected]7e093d4022014-06-26 19:19:55194 'battery_status': {
195 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10196 'content/test/data/battery_status/|'\
197 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55198 },
wnwen72684762017-03-29 13:28:37199 'binary_size': {
200 'filepath': 'build/android/binary_size/|'\
201 'tools/binary_size/',
202 },
[email protected]06798f72013-01-14 22:31:17203 'bookmarks': {
204 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48205 '|chrome/browser/extensions/api/bookmark_manager_private/' \
206 '|chrome/browser/extensions/api/bookmarks/' \
207 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35208 '|chrome/browser/ui/bookmarks/' \
209 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46210 '|chrome/browser/ui/views/bookmarks/' \
211 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17212 },
donnd787f6ed2016-08-03 01:00:56213 'bottombar': {
214 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
215 },
[email protected]b17d9e02014-07-29 09:45:50216 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13217 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50218 },
[email protected]f76c8852012-06-21 16:37:00219 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49220 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25221 },
[email protected]f76c8852012-06-21 16:37:00222 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49223 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25224 },
[email protected]22650d22012-07-18 17:02:35225 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48226 'filepath': 'chrome/browser/autofill/' \
227 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48228 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27229 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19230 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05231 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35232 },
[email protected]f76c8852012-06-21 16:37:00233 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49234 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18235 },
[email protected]f76c8852012-06-21 16:37:00236 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49237 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00238 },
michaelpge42ca3b32016-02-19 08:17:57239 'browser_resources_md': {
240 'filepath': 'chrome/browser/resources/md_'\
241 '|chrome/browser/resources/settings/',
242 },
[email protected]0ce480532012-07-20 12:33:20243 'browsing_data': {
244 'filepath': 'chrome/browser/browsing_data/',
245 },
[email protected]f76c8852012-06-21 16:37:00246 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49247 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10248 'chrome/browser/ui/views/bubble/|'\
249 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00250 },
jkarlin539748402015-03-31 17:36:31251 'cache_storage': {
252 'filepath': 'cache_storage',
253 },
[email protected]10fbd5952013-08-22 07:42:39254 'cast': {
[email protected]31ef420b2014-08-13 21:19:13255 'filepath': 'media/cast/'\
256 '|chrome/browser/extensions/api/cast_streaming/'\
257 '|chrome/browser/media/cast'\
258 '|chrome/renderer/media/cast'\
259 '|chrome/test/data/extensions/api_test/cast_'\
miu5e69f1c52016-10-23 13:40:11260 '|content/public/renderer/media_stream_'\
261 '|content/renderer/media/(media_stream|(.+audio_source))',
[email protected]10fbd5952013-08-22 07:42:39262 },
ryanchung4d157372016-05-10 20:27:16263 'cast_certificate': {
264 'filepath': 'components/cast_certificate/'\
265 '|components/test/data/cast_certificate/',
266 },
mfoltz57fd7f32017-05-03 06:12:58267 'cast_channel': {
268 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
269 '|extensions/(browser|common)/api/cast_channel'
270 },
eranmc2a9f612015-11-24 16:41:34271 'certificate_transparency': {
272 'filepath': 'components/certificate_transparency/'\
eranmc2a9f612015-11-24 16:41:34273 '|net/cert/ct_'\
274 '|net/cert/multi_log_ct_verifier'\
275 '|net/cert/sct_status_flags.h'\
276 '|net/cert/signed_certificate_timestamp'\
277 '|net/cert/signed_tree_head'\
278 '|net/test/ct_',
279 },
[email protected]651d9992014-04-09 17:18:41280 'chromecast': {
281 'filepath': 'chromecast/',
282 },
gfhuang2548f902016-02-26 02:29:21283 'chromecast_public': {
284 'filepath': 'chromecast/public/',
285 },
[email protected]c863702a2012-09-14 20:05:28286 'cc': {
287 'filepath': 'cc/|'\
danakj1c6df462017-04-27 15:20:43288 'components/viz/'
[email protected]c863702a2012-09-14 20:05:28289 },
[email protected]c73ec8ab2014-01-16 20:35:23290 'chrome_elf': {
291 'filepath': 'chrome_elf',
292 },
lpy0ca13772017-02-28 19:48:27293 'chrome_grc': {
lpy53b82752017-05-31 22:30:49294 'filepath': 'chrome/browser/resource_coordinator/'\
295 '|services/resource_coordinator/',
lpy0ca13772017-02-28 19:48:27296 },
[email protected]d5b21972012-07-20 02:06:01297 'chrome_views': {
298 'filepath': 'chrome/browser/ui/views',
299 },
[email protected]f7bf8ba2011-02-24 22:28:46300 'chromedriver': {
samuong53d5e612014-10-10 18:56:38301 'filepath': 'chrome/test/chromedriver|'\
302 'chrome/test/data/chromedriver|'\
303 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46304 },
[email protected]f76c8852012-06-21 16:37:00305 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49306 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01307 },
[email protected]eda0a0b2013-04-19 20:34:35308 'chromeos_attestation': {
309 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59310 'chrome/browser/chromeos/attestation/|'\
311 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35312 },
[email protected]7c59a152012-11-06 20:56:35313 'chromeos_calculator': {
314 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
315 },
hashimoto40ecb692014-09-02 04:51:31316 'chromeos_dbus': {
317 'filepath': 'chromeos/dbus/',
318 },
alematec5187b1b2016-08-26 05:32:18319 'chromeos_geolocation': {
320 'filepath': 'chromeos/geolocation/',
321 },
[email protected]f76c8852012-06-21 16:37:00322 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49323 'filepath': 'chrome/browser/chromeos/login/|'\
324 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58325 'chrome/browser/resources/chromeos/login/|'\
326 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57327 },
[email protected]d7d35f342012-10-22 20:32:47328 'chromeos_net': {
329 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47330 'chrome/browser/chromeos/net/|'\
331 'chrome/browser/extensions/api/networking_private/|'\
332 'extensions/browser/api/networking_private/|'\
333 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47334 },
[email protected]2315ac0c2013-02-05 00:49:16335 'chromeos_power': {
James Cooka35a1e22017-04-08 02:33:08336 'filepath': 'ash/system/power/|'\
[email protected]c3943ad2013-07-03 13:44:56337 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16338 'chrome/browser/chromeos/power/',
339 },
alematec5187b1b2016-08-26 05:32:18340 'chromeos_timezone': {
341 'filepath': 'chromeos/timezone/',
342 },
[email protected]f76c8852012-06-21 16:37:00343 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49344 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
345 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12346 },
[email protected]cef7a6d2011-04-29 20:49:07347 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56348 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07349 },
[email protected]f76c8852012-06-21 16:37:00350 'clipboard': {
351 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02352 },
Aaron Gable64f273582017-03-30 18:02:00353 'codereview_settings': {
354 'filepath': 'codereview.settings',
355 },
sdefresned94c5b02015-07-22 17:54:55356 'components_deps': {
357 'filepath': 'components/([^/]*/)*DEPS',
358 },
[email protected]f76c8852012-06-21 16:37:00359 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49360 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00361 },
scheib968e61052014-11-05 00:27:25362 'content_bluetooth': {
363 'filepath': 'content/.*bluetooth'
364 },
kinuko01cbe8a12015-10-20 09:59:06365 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02366 'filepath': 'chrome/browser/loader|' \
367 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06368 'content/child/*loader',
369 },
mkwst512627022014-09-16 09:23:27370 'content_renderer': {
371 'filepath': 'content/renderer/',
372 },
[email protected]aa3311a2012-11-19 16:04:58373 'content_shell': {
374 'filepath': 'content/shell/',
375 },
kinukoa121bce2015-01-30 10:04:41376 'content_worker': {
377 'filepath': 'content/.*worker',
378 },
donnd787f6ed2016-08-03 01:00:56379 'contextual_search': {
380 'filepath': 'chrome/browser/android/contextualsearch/|' \
381 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
382 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
383 'components/contextual_search/',
384 },
rdsmitheed6d932017-04-19 02:49:16385 'content_network' : {
386 'filepath': 'content/network/',
387 },
[email protected]f76c8852012-06-21 16:37:00388 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49389 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08390 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00391 },
wfh792b71c2016-05-04 23:33:41392 'courgette': {
393 'filepath': 'courgette/',
394 },
michaelpge42ca3b32016-02-19 08:17:57395 'cr_elements': {
396 'filepath': 'ui/webui/resources/cr_element',
397 },
ianwencdb8c9e2015-06-18 22:10:15398 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53399 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15400 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28401 },
tbansalc6f1c9f2016-09-30 22:48:42402 'data_reduction_proxy': {
403 'filepath': 'chrome/browser/net/spdyproxy/|'\
404 'data_reduction_proxy|'\
405 'chrome_proxy',
406 },
[email protected]5e105332012-09-13 01:55:52407 'deep_memory_profiler': {
408 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
409 },
Bartosz Fabianowski85a823812015-04-16 10:27:51410 'device_bluetooth': {
411 'filepath': 'device/.*bluetooth'
412 },
juncaic08f41d2017-05-04 20:36:58413 'device_chooser': {
414 'filepath': 'chrome/browser/chooser_controller/|'\
415 'chrome/browser/ui/android/bluetooth_chooser_.*|'\
416 'chrome/browser/ui/android/usb_chooser_.*|'\
417 'chrome/browser/ui/bluetooth/|'\
418 'chrome/browser/ui/cocoa/device_chooser_.*|'\
419 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\
420 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\
421 'chrome/browser/ui/views/device_chooser_.*|'\
422 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\
423 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\
424 'chrome/browser/usb/usb_chooser_.*',
425 },
[email protected]29ad47c2014-04-23 09:12:48426 'device_sensors': {
427 'filepath': 'content/browser/device_sensors/|'\
428 'content/common/device_sensors/|'\
429 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
430 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22431 'content/renderer/device_sensors/|'\
432 'content/test/data/device_sensors/|'\
433 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14434 },
scheibabdd7d32015-02-11 22:13:08435 'developer_recommended_flags': {
436 'filepath': 'developer_recommended_flags.gypi',
437 },
[email protected]342b12872012-11-07 12:10:46438 'devtools': {
439 'filepath': 'devtools',
440 },
mfoltz57fd7f32017-05-03 06:12:58441 'dial': {
442 'filepath': 'chrome/(browser|common)/extensions/api/dial' \
443 '|chrome/browser/media/router/discovery/dial/' \
444 '|chrome/test/data/extensions/api_test/dial/'
445 },
[email protected]bab2a832012-07-11 23:29:41446 'disk_cache': {
447 'filepath': 'net/disk_cache/|http_cache',
448 },
[email protected]f76c8852012-06-21 16:37:00449 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49450 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08451 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51452 },
[email protected]ca872e362011-07-12 21:06:03453 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49454 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08455 'chrome/browser/ui/webui/.*downloads|' \
456 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12457 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03458 },
[email protected]f6df20a2012-10-23 21:22:07459 'drive': {
[email protected]8492b5b2012-12-17 21:58:08460 'filepath': 'chrome/browser/chromeos/drive/|' \
461 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07462 },
[email protected]89d2cd52013-04-16 01:55:36463 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33464 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36465 },
[email protected]3a25c8a2014-06-26 06:47:10466 'eme': {
467 'filepath': 'components/cdm/|' \
468 'content/browser/media/cdm/|' \
469 'content/renderer/media/crypto/|' \
470 'media/base/android/*drm*|' \
471 'media/cdm/|' \
472 'third_party/widevine/cdm/'
473 },
[email protected]f76c8852012-06-21 16:37:00474 'extension': {
475 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45476 },
lunalu0a9c05422016-11-11 17:19:06477 'feature_policy': {
478 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
479 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures',
480 },
apaciblec4093a92016-04-19 19:21:58481 'feedback_ui': {
482 'filepath': 'chrome/browser/resources/(md_)?feedback/'
483 },
[email protected]f76c8852012-06-21 16:37:00484 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08485 'filepath': 'file_system/|' \
486 'fileapi/'
[email protected]80919512011-08-03 08:51:04487 },
[email protected]f76c8852012-06-21 16:37:00488 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08489 'filepath': 'file_browser|' \
490 'file_manager|' \
491 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39492 },
[email protected]4ed766c2013-09-19 09:45:20493 'filesapp': {
okab0be3dc2016-08-30 07:37:10494 'filepath': 'chrome/browser/chromeos/drive|' \
495 'chrome/browser/chromeos/extensions/file_manager|' \
496 'chrome/browser/chromeos/extensions/file_system_provider|' \
497 'chrome/browser/chromeos/file_manager|' \
498 'chrome/browser/chromeos/file_system_provider|' \
499 'chrome/browser/drive|' \
500 'chrome/test/data/extensions/api_test/file_system_provider|' \
501 'components/drive|' \
502 'google_apis/drive|' \
503 'ui/file_manager'
504 },
505 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20506 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20507 },
[email protected]f76c8852012-06-21 16:37:00508 'ftp': {
509 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39510 },
Wez385de5a2017-07-13 20:13:16511 'fuchsia': {
512 'filepath': 'fuchsia',
513 },
mmoroz58ddb8172016-09-08 18:29:55514 'fuzzing': {
515 'filepath': 'fuzz|Fuzz',
516 },
[email protected]3a2a6ac02014-06-20 07:07:12517 'gcm': {
peter9f4490a2017-01-27 00:58:36518 'filepath': 'chrome/browser/gcm/|'\
[email protected]3a2a6ac02014-06-20 07:07:12519 'components/gcm_driver/|'\
520 'google_apis/gcm/',
521 },
mikhail.pozdnyakova8db26402016-11-28 18:27:12522 'generic_sensor': {
523 'filepath': 'device/generic_sensor/|'\
524 'third_party/WebKit/Source/modules/sensor/',
525 },
[email protected]d8036492013-08-09 16:02:23526 'geolocation': {
527 'filepath': 'chrome/browser/geolocation/|'\
528 'content/browser/geolocation|'\
529 'content/public/common/geoposition.*|'\
530 'content/public/browser/geolocation.*|'\
531 'content/renderer/geolocation.*|'\
532 'content/shell/geolocation/',
533 },
[email protected]f93b7382012-08-09 20:53:16534 'gfx_image': {
535 'filepath': 'ui/gfx/image/',
536 },
[email protected]cf428f732012-10-02 20:48:15537 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36538 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15539 },
[email protected]4d1773e2014-04-05 07:59:57540 'gn': {
541 'filepath': 'tools/gn',
542 },
tikuta9a7046f2017-02-16 09:22:45543 'goma': {
544 'filepath': 'infra/config/cq.cfg',
545 },
[email protected]f76c8852012-06-21 16:37:00546 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49547 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00548 },
[email protected]f76c8852012-06-21 16:37:00549 'history_ui': {
dbeam78528be2016-02-18 07:08:49550 'filepath': 'chrome/browser/resources/(md_)?history|'\
551 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00552 },
[email protected]18d7e402014-07-08 19:53:14553 'hotword': {
554 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
555 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28556 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14557 '|chrome/browser/search/hotword*'\
558 '|chrome/test/data/extensions/api_test/hotword_private/',
559 },
[email protected]f76c8852012-06-21 16:37:00560 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49561 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22562 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00563 },
[email protected]f76c8852012-06-21 16:37:00564 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49565 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00566 },
[email protected]c26161352013-11-12 19:50:01567 'indexed_db': {
568 'filepath': 'content/browser/indexed_db|'\
569 'content/child/indexed_db|'\
570 'content/common/indexed_db|'\
571 'content/public/browser/indexed_db|'\
572 'content/test/data/indexeddb',
573 },
bruthigaa8281f2016-02-09 17:52:31574 'ink_drop': {
575 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
576 'ui/views/animation/.*ink_drop.*'
577 },
dtapuska1f997a12016-03-14 19:22:07578 'input': {
579 'filepath': 'content/browser/renderer_host/input|'\
580 'content/renderer/input|'\
581 'ui/events/blink/'
582 },
Dominick Ngcaa7b402017-07-11 07:35:39583 'installable': {
584 'filepath': 'chrome/browser/installable/',
585 },
[email protected]f76c8852012-06-21 16:37:00586 'installer': {
grt6b46a162017-01-24 17:39:11587 'filepath': 'chrome/install(_static|er)/',
[email protected]f76c8852012-06-21 16:37:00588 },
mmoss19826c62014-11-14 21:37:36589 'installer_linux': {
590 'filepath': 'chrome/installer/linux/',
591 },
[email protected]56b4b09d32012-07-27 18:28:41592 'instant': {
[email protected]607903d2013-03-25 22:15:47593 'filepath': 'instant|searchbox|'\
594 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13595 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39596 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47597 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41598 },
edchin46453b42017-03-03 01:40:11599 'ios': {
Sylvain Defresne81467d82017-05-29 09:06:14600 'filepath': 'ios/',
edchin46453b42017-03-03 01:40:11601 },
sdefresne18b47312015-06-18 15:15:09602 'ios_chrome': {
Sylvain Defresne81467d82017-05-29 09:06:14603 'filepath': 'ios/chrome/',
sdefresne18b47312015-06-18 15:15:09604 },
marqa4f135f2017-01-10 12:37:34605 'ios_clean': {
Sylvain Defresne81467d82017-05-29 09:06:14606 'filepath': 'ios/clean/',
marqa4f135f2017-01-10 12:37:34607 },
608 'ios_showcase': {
Sylvain Defresne81467d82017-05-29 09:06:14609 'filepath': 'ios/showcase/',
marqa4f135f2017-01-10 12:37:34610 },
baxley9bfbd3cc2017-03-15 21:22:32611 'ios_test': {
Sylvain Defresne81467d82017-05-29 09:06:14612 'filepath': 'ios/chrome/test/|'\
613 'ios/testing/|'\
614 'ios/web/public/test/|'\
615 'ios/web/test/',
baxley9bfbd3cc2017-03-15 21:22:32616 },
eugenebutb5a5a8572017-01-20 01:18:11617 'ios_web': {
Sylvain Defresne81467d82017-05-29 09:06:14618 'filepath': 'ios/web(_view)?/',
eugenebutb5a5a8572017-01-20 01:18:11619 },
[email protected]f76c8852012-06-21 16:37:00620 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49621 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00622 },
mkwstb0d1b1d2014-09-30 11:45:36623 'ipc_messages': {
624 'filepath': '_message.*.h|'\
625 '_messages.cc',
626 },
vabraafbd4f32015-11-10 19:30:23627 'login': {
628 'filepath': 'chrome/browser/ui/login'
629 },
[email protected]a3f777d2014-01-07 23:38:26630 'libwebp': {
631 'filepath': 'third_party/libwebp'
632 },
johannkoenig52381382015-09-18 22:35:25633 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31634 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25635 },
dominiccabb90e02017-03-31 04:54:23636 'libxml_xslt': {
637 'filepath': 'third_party/libxml/' \
638 '|third_party/libxslt/',
639 },
[email protected]04a292a2013-03-07 19:58:42640 'linux_fonts': {
641 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41642 'ui/gfx/platform_font_linux.*|'\
643 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42644 },
645 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49646 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00647 },
[email protected]04a292a2013-03-07 19:58:42648 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54649 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00650 },
lgrey62faed72016-10-11 21:40:39651 'mac': {
lgrey332339b12016-12-05 17:16:40652 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$',
lgrey62faed72016-10-11 21:40:39653 },
mlamourid8b0feb2015-06-02 16:30:47654 'manifest': {
655 'filepath': 'content/(browser|renderer)/manifest/'\
656 '|content/public/common/manifest*',
657 },
michaelpg32ca07902015-02-07 00:31:11658 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57659 'filepath': 'chrome/browser/resources/settings/'\
Dan Beam62f6f8fce2017-06-07 21:23:08660 '|chrome/browser/ui/webui/settings/'\
661 '|chrome/test/data/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11662 },
[email protected]f76c8852012-06-21 16:37:00663 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49664 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00665 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00666 },
mcasasfeedbe42017-03-03 05:23:56667 'media_capture_from_element': {
alancutter40359812017-03-03 08:20:27668 'filepath': 'content/renderer/media_capture_from_element/' \
mcasasfeedbe42017-03-03 05:23:56669 '|third_party/WebKit/Source/modules/mediacapture/' \
670 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
671 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
672 '|third_party/WebKit/public/platform/WebCanvasCapture'
673 },
[email protected]06dd23172013-06-24 21:04:51674 'media_galleries': {
675 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51676 '|chrome/browser/media_galleries/'\
677 '|chrome/browser/storage_monitor/'\
678 '|chrome/common/media_galleries/'\
679 '|chrome/test/data/extensions/api_test/media_galleries/'\
680 '|chrome/utility/itunes*'\
681 '|chrome/utility/picasa*',
682 },
alokp9e369ea72e2016-06-10 05:41:09683 'media_mojo': {
684 'filepath': 'media/mojo/*'
685 },
mcasasfeedbe42017-03-03 05:23:56686 'media_recorder': {
alancutter40359812017-03-03 08:20:27687 'filepath': 'content/renderer/media_recorder/' \
mcasasfeedbe42017-03-03 05:23:56688 '|third_party/WebKit/Source/modules/mediarecorder/' \
689 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
690 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
691 '|third_party/WebKit/public/platform/WebMediaRecorder'
692 },
miu5e69f1c52016-10-23 13:40:11693 'media_remoting': {
694 'filepath': 'chrome/browser/media/cast_remoting'\
695 '|media/blink/webmediaplayer_'\
696 '|media/mojo/interfaces/remoting.mojom'\
697 '|media/remoting/',
698 },
kmarshallb698ad4f2015-02-24 19:42:48699 'media_router': {
mfoltz57fd7f32017-05-03 06:12:58700 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \
701 '|chrome/browser/media/router/' \
kmarshallb698ad4f2015-02-24 19:42:48702 '|chrome/browser/resources/media_router/' \
mfoltz57fd7f32017-05-03 06:12:58703 '|chrome/browser/ui/views/media_router/' \
kmarshallb698ad4f2015-02-24 19:42:48704 '|chrome/browser/ui/webui/media_router/' \
mfoltz57fd7f32017-05-03 06:12:58705 '|chrome/common/media/router/' \
706 '|chrome/test/data/webui/media_router/' \
707 '|chrome/test/media_router/' \
708 '|chrome/utility/media_router/'
kmarshallb698ad4f2015-02-24 19:42:48709 },
fmeawad4582cd22017-03-30 20:59:36710 'memory_coordinator': {
711 'filepath': 'base/memory/memory_|' \
fmeawadd015b232017-03-31 02:22:45712 'content/browser/memory/|' \
713 'content/child/memory/'
fmeawad4582cd22017-03-30 20:59:36714 },
[email protected]f76c8852012-06-21 16:37:00715 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49716 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00717 },
718 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49719 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00720 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49721 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49722 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12723 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49724 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45725 '|chromecast/browser/metrics/'\
asvitkinee4bad382015-11-05 21:56:45726 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45727 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39728 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45729 '|components/variations/'\
[email protected]b0d594d2014-02-21 03:22:12730 # Exclude XML files; in particular, histograms.xml.
731 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
732 },
733 'metrics_xml_files': {
734 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21735 'filepath': 'tools/metrics/.*\.xml$',
736 },
737 'midi': {
738 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00739 },
[email protected]341f218a2013-09-24 22:16:10740 'mojo': {
741 'filepath': 'mojo',
742 },
[email protected]f76c8852012-06-21 16:37:00743 'mouse_lock': {
744 'filepath': 'mouse_lock',
745 },
rjkroegef60dea862015-10-29 17:50:06746 'mus': {
ben6b0453d12016-07-02 04:27:19747 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06748 '|mojo/gpu/',
749 },
[email protected]f76c8852012-06-21 16:37:00750 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49751 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56752 'chrome/browser/nacl_host/|chrome/common/nacl|'\
753 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00754 },
[email protected]99ddc3d2013-01-22 16:15:33755 'native_client_sdk': {
756 'filepath': '^native_client_sdk/',
757 },
[email protected]b9ecdb62014-03-07 14:56:43758 'navigation': {
759 'filepath': 'content/browser/frame_host|'\
760 'content/browser/renderer_host/render_process_host.*|'\
761 'content/browser/renderer_host/render_view_host.*|'\
762 'content/browser/web_contents/web_contents_impl.*|'\
763 'content/renderer/render_frame.*|'\
764 'content/renderer/render_view.*'
765 },
[email protected]f76c8852012-06-21 16:37:00766 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49767 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00768 },
bnc1872e8bd2017-01-27 02:47:28769 'net_base': {
770 'filepath': 'net/base/',
771 },
[email protected]f76c8852012-06-21 16:37:00772 'net_error_list': {
773 'filepath': 'net/base/net_error_list.h',
774 },
bnc1872e8bd2017-01-27 02:47:28775 'net_http2': {
776 'filepath': 'net/http2/',
777 },
[email protected]f76c8852012-06-21 16:37:00778 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28779 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49780 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49781 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28782 'chrome/browser/ui/webui/net_internals/|' \
Takeshi Yoshino6b30abd2017-07-16 03:34:51783 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00784 },
bnc1872e8bd2017-01-27 02:47:28785 'net_spdy': {
786 'filepath': 'net/spdy/',
787 },
jkarlin539748402015-03-31 17:36:31788 'netinfo': {
789 'filepath': 'netinfo',
790 },
peterf4758412014-09-17 15:06:01791 'notifications': {
792 'filepath': 'chrome/browser/extensions/api/notifications/|' \
793 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12794 'chrome/test/data/notifications/|' \
795 'content/browser/notifications/|' \
796 'content/child/notifications/|' \
797 'content/common/platform_notification|' \
798 'content/public/browser/platform_notification|' \
799 'content/public/common/platform_notification|' \
800 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01801 'ui/message_center/'
802 },
tbansalc6f1c9f2016-09-30 22:48:42803 'nqe': {
804 'filepath': 'nqe',
805 },
[email protected]f76c8852012-06-21 16:37:00806 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49807 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16808 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49809 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00810 },
mcwilliamsedee5042016-04-05 18:46:45811 'ntp_snippets': {
812 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36813 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13814 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk117ffb322017-02-06 12:04:20815 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\
816 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34817 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45818 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00819 'chrome/browser/resources/snippets_internals|'\
820 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45821 'components/ntp_snippets/|'\
822 'chrome/android/java/res/layout/new_tab_page|'\
noyau451e6bb62016-12-23 14:29:04823 'chrome/android/java/res/layout/most_visited|'\
824 'ios/chrome/browser/ntp_snippets'
mcwilliamsedee5042016-04-05 18:46:45825 },
treib70176c52016-07-08 14:34:19826 'ntp_tiles': {
827 'filepath': 'chrome/browser/android/ntp/|'\
828 'chrome/browser/ui/webui/ntp/|'\
829 'chrome/common/search/ntp|'\
noyau451e6bb62016-12-23 14:29:04830 'components/ntp_tiles/|'\
831 'ios/chrome/browser/ntp_tiles'
treib70176c52016-07-08 14:34:19832 },
peterb8ec88f82017-03-21 13:29:42833 'offline_items_collection': {
834 'filepath': 'components/offline_items_collection/',
835 },
dimichdce3ee492016-04-04 04:20:52836 'offline_pages': {
837 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11838 '|chrome/browser/android/offline_pages/'\
839 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52840 },
[email protected]f76c8852012-06-21 16:37:00841 'omnibox': {
jdonnelly6fa5a21d2017-01-03 15:28:35842 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\
843 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\
844 'chrome/browser/autocomplete/|'\
845 'chrome/browser/ui/omnibox/|'\
846 'chrome/browser/ui/.*/omnibox/|'\
847 'components/omnibox/|'\
848 'ios/chrome/browser/ui/omnibox/'
[email protected]f76c8852012-06-21 16:37:00849 },
[email protected]437c44b2012-11-08 01:35:52850 'options': {
851 'filepath': 'chrome/browser/resources/options/|'\
852 'chrome/browser/ui/webui/options/',
853 },
chasej6dff9292016-02-02 20:33:12854 'origin_trials': {
chasej68b8bbd2017-01-26 19:26:13855 'filepath': 'origin_trials'\
856 '|OriginTrial'\
857 '|ConditionalFeature',
chasej6dff9292016-02-02 20:33:12858 },
[email protected]4a2078e2013-07-18 20:40:20859 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44860 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43861 'ui/events/ozone/|'\
862 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20863 'ui/gl/gl_.*egl.*|'\
864 'ui/gl/gl_.*ozone.*'
865 },
lgarron9e25c7402017-03-15 04:03:11866 'page_info' : {
867 'filepath': 'chrome/browser/ui/page_info/'\
868 '|chrome/browser/ui/.*/page_info/'\
lgarron3428b2d32017-03-21 18:35:19869 '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\
lgarron6cd116a2017-04-07 19:42:18870 '|components/page_info_strings.grdp'\
lgarron9e25c7402017-03-15 04:03:11871 '|ios/chrome/browser/ui/omnibox/page_info_'
lgarron6cd116a2017-04-07 19:42:18872 },
csharrison3b1dc4062015-10-19 14:31:08873 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50874 'filepath': 'chrome/browser/page_load_metrics/'\
875 '|chrome/common/page_load_metrics/'\
876 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08877 },
[email protected]f76c8852012-06-21 16:37:00878 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29879 'filepath': 'chrome/browser/ui/panels'\
880 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29881 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00882 },
[email protected]3cc8b3922014-05-05 13:12:08883 'password_manager': {
884 'filepath': 'chrome/.*/password_'\
885 '|chrome/browser/ui/passwords'\
886 '|chrome/browser/ui/views/passwords'\
887 '|chrome/test/data/password'\
888 '|components/autofill.*password'
889 '|components/password_'\
vabrccdb7222016-06-01 14:59:40890 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08891 },
rouslane8a22262016-10-19 20:49:41892 'payments': {
893 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
894 '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:49895 '|chrome/browser/payments'\
896 '|chrome/browser/ui/views/payments'\
Mohamad Ahmadi2b452762017-07-18 23:17:15897 '|components/payments/test/data'\
rouslana64ceca2016-10-26 01:10:31898 '|components/payments'\
Rouslan Solomakhin81af4cf2017-06-27 15:23:49899 '|content/browser/payments'\
900 '|content/test/data/payments'\
901 '|ios/chrome/browser/payments'\
902 '|ios/chrome/browser/ui/payments'\
903 '|ios/web/payments'\
904 '|ios/web/public/payments'\
905 '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
906 '|third_party/WebKit/LayoutTests/http/tests/payments'\
907 '|third_party/WebKit/LayoutTests/payments'\
908 '|third_party/WebKit/public/platform/modules/payments'\
909 '|third_party/WebKit/Source/modules/payments'
mahmadi0a7bb59f2017-02-22 19:13:49910 },
911 'payments_ios': {
Rouslan Solomakhin81af4cf2017-06-27 15:23:49912 'filepath': 'ios/web/payments'\
913 '|ios/chrome/browser/payments'\
914 '|ios/chrome/browser/ui/payments'\
915 '|ios/web/public/payments'
rouslane8a22262016-10-19 20:49:41916 },
[email protected]f76c8852012-06-21 16:37:00917 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58918 'filepath': 'ppapi/api'\
919 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00920 },
mlamourid8b0feb2015-06-02 16:30:47921 'permissions': {
922 'filepath': 'content/(child,browser)/permissions/'\
923 '|content/common/permission_*'\
924 '|content/public/(common,browser)/permission_*'\
925 '|chrome/browser/permissions/'\
926 '|chrome/browser/content_settings/permission*'\
927 '|permission_context',
928 },
[email protected]f76c8852012-06-21 16:37:00929 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49930 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59931 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00932 },
michaelpg11fff3f2015-02-06 03:35:34933 'polymer': {
934 'filepath': 'third_party/polymer/|'\
michaelpgf94a2a22017-03-06 22:35:00935 'third_party/web-animations-js/|'\
dbeam78528be2016-02-18 07:08:49936 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34937 'ui/webui/resources/polymer_resources.grdp',
938 },
twifkak0c69c1f2015-06-22 18:20:09939 'precache': {
940 'filepath': '[pP]recache'
941 },
[email protected]be775bc2014-06-30 15:41:14942 'prepopulated_engines': {
943 'filepath': 'components/search_engines/prepopulated_engines.json',
944 },
[email protected]f76c8852012-06-21 16:37:00945 'prerender': {
[email protected]78375a52012-07-14 14:47:57946 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00947 },
mfoltz57fd7f32017-05-03 06:12:58948 'presentation': {
949 'filepath': 'content/(browser|common|renderer)/presentation/' \
950 '|third_party/WebKit/public/platform/modules/presentation/' \
951 '|third_party/WebKit/LayoutTests/presentation/' \
952 '|third_party/WebKit/Source/modules/presentation/'
953 },
peter884896c72015-03-12 14:26:20954 'push_messaging': {
955 'filepath': 'push_messaging'
956 },
stkhapugin06503142016-12-07 14:32:12957 'reading_list': {
958 'filepath': 'components/reading_list|'\
959 'ios/chrome/browser/reading_list|'\
960 'ios/chrome/browser/ui/reading_list',
961 },
[email protected]f76c8852012-06-21 16:37:00962 'remoting': {
sergeyu05995a4f2017-01-24 21:26:01963 'filepath': '^remoting/' \
964 '|^testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00965 },
gab57e80c72014-12-08 21:06:13966 'rlz_id': {
967 'filepath' :'rlz/lib/machine_id.cc|'\
968 'rlz/lib/machine_id.h|'\
969 'rlz/win/lib/machine_id_win.cc',
970 },
grt829c6a82014-10-20 09:29:32971 'safe_browsing': {
timvolodine41e95412017-03-14 02:55:34972 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\
973 'components/safe_browsing/',
grt829c6a82014-10-20 09:29:32974 },
vakhf8e14c92016-10-17 21:29:47975 'safe_browsing_db': {
976 'filepath': 'components/safe_browsing_db/',
977 },
rickyz0a819bfc2015-02-04 23:57:22978 'sandbox': {
979 'filepath': 'sandbox/'\
980 '|content/browser/bootstrap_sandbox_mac'\
981 '|content/browser/renderer_host/render_sandbox_host_linux'\
982 '|content/browser/renderer_host/sandbox_ipc_linux'\
983 '|content/browser/zygote_host/'\
984 '|content/common/sandbox_'\
985 '|content/zygote/'\
986 },
skyostil20dea312014-11-11 13:43:06987 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17988 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37989 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17990 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06991 },
mlamourid8b0feb2015-06-02 16:30:47992 'screen_orientation': {
993 'filepath': 'screen_orientation',
994 },
[email protected]21cd39b2012-06-28 01:48:40995 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49996 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40997 },
[email protected]0b431722014-01-08 07:21:51998 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17999 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:511000 },
Colin Blundell6d2669a2017-07-11 06:26:531001 'services_public': {
1002 'filepath': 'services/([^/]*/)*public/',
1003 },
alitoc5534d62017-04-21 01:48:581004 'settings_reset_prompt': {
1005 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\
1006 '|chrome/browser/ui/views/settings_reset_prompt',
1007 },
dominickn8884155a2016-06-23 02:28:161008 'site_engagement': {
1009 'filepath': 'chrome/browser/engagement/|'\
1010 'chrome/browser/ui/webui/engagement/',
1011 },
[email protected]f76c8852012-06-21 16:37:001012 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:491013 'filepath': 'content/browser/site_instance|'\
1014 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:001015 },
1016 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:491017 'filepath': 'chrome/browser/speech/'\
1018 '|content/browser/speech/'\
1019 '|content/common/.*speech'\
1020 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:001021 },
[email protected]ad0295d2012-10-11 23:43:361022 'spellcheck': {
1023 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:221024 '|chrome/browser/renderer_context_menu/spelling_'\
1025 '|components/spellcheck/'\
1026 '|third_party/hunspell/'\
1027 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:361028 },
[email protected]67f39af2013-08-23 20:06:051029 'streams': {
1030 'filepath': 'content/browser/streams/',
1031 },
vmpstrcc1c08302015-11-18 06:05:511032 'styleguide': {
1033 'filepath': '^styleguide/',
1034 },
engedye7b734da2017-02-07 12:08:131035 'subresource_filter': {
Charles Harrisonfb3eac92017-06-26 21:26:021036 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index',
engedye7b734da2017-02-07 12:08:131037 },
[email protected]43d33e92014-07-14 16:39:311038 'supervised_users': {
1039 'filepath': 'chrome/browser/.*managed_mode'\
1040 '|chrome/browser/.*managed_user'\
1041 '|chrome/browser/.*supervised_user',
1042 },
alito438fa4332016-12-20 21:59:171043 'swreporter': {
alitof6fcb352017-05-01 22:34:281044 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\
alito438fa4332016-12-20 21:59:171045 '|chrome/browser/component_updater/sw_reporter_',
1046 },
[email protected]f76c8852012-06-21 16:37:001047 'sync': {
maxboguefa217942016-04-01 01:08:131048 'filepath': '^chrome/android/sync_shell/'\
1049 '|^chrome/browser/ui/sync/'\
1050 '|^chrome/browser/ui/views/sync/'\
1051 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
1052 '|^ios/chrome/browser/sync/'\
1053 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
1054 '|^chrome/browser/sync/'\
1055 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:091056 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:131057 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:091058 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:001059 },
[email protected]92871a102013-07-01 11:11:411060 'syncfs': {
1061 'filepath': 'sync_file_system',
1062 },
miu5e69f1c52016-10-23 13:40:111063 'tab_alert_indicators': {
1064 'filepath': 'content/browser/media/audio_stream_monitor'\
1065 '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\
1066 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
1067 '|chrome/browser/ui/tabs/tab_utils'\
1068 '|chrome/browser/ui/views/tabs/alert_indicator_button'\
1069 '|chrome/browser/ui/views/tabs/tab\.cc'\
1070 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
1071 '|media/audio/audio_(output_controller|power_monitor)',
1072 },
[email protected]82d74152013-07-28 08:55:311073 'tab_capture': {
miu5e69f1c52016-10-23 13:40:111074 'filepath': 'cc/output/copy_output_'\
[email protected]31ef420b2014-08-13 21:19:131075 '|chrome/browser/extensions/api/tab_capture/'\
miu5e69f1c52016-10-23 13:40:111076 '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\
[email protected]31ef420b2014-08-13 21:19:131077 '|chrome/test/data/extensions/api_test/tab_capture/'\
[email protected]31ef420b2014-08-13 21:19:131078 '|content/browser/media/capture/'\
miu5e69f1c52016-10-23 13:40:111079 '|content/browser/renderer_host/delegated_frame_host'\
[email protected]31ef420b2014-08-13 21:19:131080 '|content/browser/renderer_host/media/(audio_'\
1081 '|media_stream_manager|video_)'\
miu5e69f1c52016-10-23 13:40:111082 '|content/public/renderer/media_stream_'\
1083 '|content/renderer/media/(media_stream|(.+audio_source))'\
[email protected]31ef420b2014-08-13 21:19:131084 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
1085 '|media/base/video_frame\.h'\
miu5e69f1c52016-10-23 13:40:111086 '|media/capture/',
[email protected]82d74152013-07-28 08:55:311087 },
[email protected]f76c8852012-06-21 16:37:001088 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:491089 'filepath': 'chrome/browser/tab_contents/|'\
1090 'content/browser/tab_contents/|'\
1091 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:001092 },
1093 'task_manager': {
1094 'filepath': 'task_manager'
1095 },
tdresserd80646f2017-03-03 19:26:081096 'tbmv2_metrics': {
1097 'filepath': 'third_party/catapult/tracing/tracing/metrics'
1098 },
[email protected]5e105332012-09-13 01:55:521099 'tcmalloc': {
1100 'filepath': 'third_party/tcmalloc'
1101 },
[email protected]31a10602012-11-21 01:51:261102 'telemetry': {
nednguyen79105d422016-04-18 01:38:421103 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:261104 },
[email protected]f76c8852012-06-21 16:37:001105 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:491106 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:521107 },
jlkleinecc81952016-11-19 00:16:071108 'tether': {
1109 'filepath': 'components/cryptauth/'\
1110 '|chromeos/components/tether/'\
1111 '|components/proximity_auth/',
1112 },
[email protected]1cbbb30b2011-10-14 08:03:561113 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:491114 'filepath': 'content/browser/renderer_host/gtk_im'\
1115 '|content/browser/renderer_host/gtk_key'\
1116 '|content/browser/renderer_host/render_widget_host_view'\
1117 '|content/browser/renderer_host/text_input'\
1118 '|ui/base/ime/'\
1119 '|ui/base/gtk/event'\
1120 '|ui/base/gtk/gtk_im'\
1121 '|ui/base/keycodes/'\
1122 '|ui/base/win/ime'\
1123 '|ui/views/controls/textfield/'\
1124 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:561125 },
[email protected]3a117c62011-11-29 04:28:021126 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:491127 'filepath': 'chrome/browser/chromeos/input_method/'\
1128 '|chrome/browser/chromeos/extensions/input_method'\
1129 '|chrome/browser/chromeos/status/input_method'\
1130 '|chrome/browser/extensions/extension_input_'\
1131 '|chrome/browser/resources/keyboard'\
1132 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:431133 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:491134 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:421135 '|chrome/browser/ui/webui/options/language'\
1136 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:021137 },
chirantan96fcf6d2015-01-21 22:36:191138 'timers': {
1139 'filepath': 'base/timer/'\
1140 '|components/timers/'
1141 },
[email protected]f76c8852012-06-21 16:37:001142 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:491143 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:091144 },
robliaofd54b5c2017-01-13 00:41:301145 'tools_win_chromeexts': {
1146 'filepath': 'tools/win/chromeexts',
1147 },
[email protected]c8eb7f72013-07-04 15:30:111148 'tracing': {
1149 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:311150 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:111151 '|content/browser/tracing/'\
1152 '|components/tracing/'
1153 },
[email protected]cf428f732012-10-02 20:48:151154 'ui_compositor': {
1155 'filepath': 'ui/compositor/layer\.|'\
1156 'ui/compositor/layer_unittest|'\
1157 'ui/compositor/compositor',
1158 },
robliao2c4b7492016-07-19 01:57:261159 'ui_display_win': {
1160 'filepath': '^ui/display/win',
1161 },
[email protected]6b5093c2012-05-23 19:10:181162 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:491163 'filepath': 'ui/resources/'\
1164 '|ui/base/native_theme/resources/'\
1165 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:181166 },
edwardjung83f52ef22017-02-07 13:15:071167 'ui_strings': {
1168 'filepath': 'chrome/app/generated_resources.grd'\
1169 '|chrome/app/google_chrome_strings.grd'\
1170 '|chrome/android/java/strings/android_chrome_strings.grd'\
1171 '|chrome/app/settings_strings.grdp'\
1172 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1173 '|ui/strings/ui_strings.grd',
1174 },
[email protected]f76c8852012-06-21 16:37:001175 'valgrind': {
1176 'filepath': 'valgrind',
1177 },
[email protected]c73ec8ab2014-01-16 20:35:231178 'version_assembly': {
1179 'filepath': 'chrome/app/version_assembly',
1180 },
posciak62a72272016-05-11 08:31:241181 'video': {
1182 'filepath': 'content/browser/renderer_host/media/|'\
1183 'content/renderer/media/|'\
1184 'media/capture/video/|'\
1185 'media/filters/|'\
1186 'media/gpu/|'\
1187 '.*video.*',
1188 },
mcasas09e881c2016-04-09 02:09:501189 'video_capture': {
1190 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
1191 '|content/browser/renderer_host/media/.*(capture|media)'\
1192 '|content/renderer/media/.*(capture|media|webrtc)'\
1193 '|media/capture/'\
chfremer2a01a69b2017-01-06 02:39:011194 '|media/muxers/'\
1195 '|services/video_capture/',
mcasas09e881c2016-04-09 02:09:501196 },
[email protected]f76c8852012-06-21 16:37:001197 'views': {
1198 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:491199 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:001200 },
[email protected]f47d871a2013-10-11 22:14:151201 'views_corewm': {
1202 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:171203 },
[email protected]ef514a32014-02-26 01:02:351204 'virtual_keyboard': {
1205 'filepath': 'ui/keyboard/'\
oka47452c22017-02-17 05:07:571206 '|chrome/test/data/chromeos/virtual_keyboard/'\
1207 '|extensions/browser/api/virtual_keyboard_private/'\
James Cooka35a1e22017-04-08 02:33:081208 '|ash/system/virtual_keyboard/'\
oka47452c22017-02-17 05:07:571209 '|ash/virtual_keyboard',
[email protected]ef514a32014-02-26 01:02:351210 },
billorr3c7e1442016-11-11 21:21:351211 'virtual_reality': {
1212 'filepath': 'vr_shell/|'\
1213 '/vr/|'\
1214 'third_party/gvr',
1215 },
mcasas09e881c2016-04-09 02:09:501216 'webrtc_browser_tests': {
1217 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
1218 'content/browser/media/.*webrtc.*browsertest',
1219 },
[email protected]208879542012-07-05 11:15:341220 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:491221 'filepath': 'chrome/browser/content_settings/'\
1222 '|chrome/browser/ui/views/website_settings/'\
1223 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:521224 '|chrome/common/content_settings'\
1225 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341226 },
[email protected]b17d9e02014-07-29 09:45:501227 'windows_sandboxing': {
1228 'filepath': 'sandbox/win/',
1229 },
[email protected]f76c8852012-06-21 16:37:001230 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491231 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1232 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1233 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001234 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491235 'xinput_hierarchy_changed_event_listener\.' \
1236 '|chrome/browser/chromeos/wm_' \
1237 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401238 },
wjmaclean3ff6a402015-03-31 19:00:201239 'zoom': {
1240 'filepath': 'chrome/browser/ui/zoom/' \
1241 '|components/ui/zoom/' \
1242 '|content/browser/host_zoom_*' \
1243 '|content/browser/storage_partition_impl*' \
1244 '|content/public/browser/host_zoom_map.h' \
1245 '|content/public/browser/storage_partition.h'
1246 },
timlohd035d572015-09-25 15:28:021247
1248 'blink': {
1249 'filepath': 'third_party/WebKit/',
1250 },
1251 'blink_accessibility': {
1252 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1253 },
1254 'blink_animation': {
1255 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1256 },
1257 'blink_app_banner': {
1258 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1259 '|third_party/WebKit/public/platform/modules/app_banner',
1260 },
1261 'blink_audio': {
1262 'filepath': 'third_party/WebKit/Source/platform/audio' \
1263 '|third_party/WebKit/Source/modules/webaudio',
1264 },
1265 'blink_battery_status': {
1266 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1267 '|third_party/WebKit/LayoutTests/battery-status/' \
1268 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1269 },
1270 'blink_bidi': {
1271 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1272 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1273 },
1274 'blink_bindings': {
Takeshi Yoshino6b30abd2017-07-16 03:34:511275 'filepath': 'third_party/WebKit/Source/platform/bindings' \
1276 '|third_party/WebKit/Source/bindings',
timlohd035d572015-09-25 15:28:021277 },
jbroman9ac2d532016-09-01 18:20:081278 'blink_bindings_serialization': {
1279 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1280 },
timlohd035d572015-09-25 15:28:021281 'blink_bluetooth': {
1282 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1283 },
1284 'blink_canvas2d': {
1285 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1286 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1287 '|third_party/WebKit/Source/modules/canvas2d' \
1288 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1289 },
1290 'blink_clipboard': {
1291 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1292 '|third_party/WebKit/Source/core/page/.*Drag' \
1293 '|third_party/WebKit/Source/platform/.*Drag' \
1294 '|third_party/WebKit/Source/platform/clipboard' \
1295 '|third_party/WebKit/Source/web/.*Drag' \
1296 '|third_party/WebKit/public/platform/.*Drag' \
1297 '|third_party/WebKit/public/web/.*Drag',
1298 },
1299 'blink_content_security_policy': {
1300 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1301 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1302 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1303 },
1304 'blink_css': {
1305 'filepath': 'third_party/WebKit/Source/core/css',
1306 },
1307 'blink_css_grid_layout': {
1308 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1309 '|third_party/WebKit/Source/core/paint/.*Grid' \
1310 '|third_party/WebKit/Source/core/css/.*Grid' \
1311 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1312 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1313 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1314 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1315 },
1316 'blink_css_flexbox': {
1317 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1318 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1319 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1320 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1321 },
1322 'blink_css_fragmentation_tests': {
1323 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021324 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1325 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021326 },
1327 'blink_css_regions': {
1328 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1329 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1330 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1331 '|third_party/WebKit/Source/core/css/.*Region' \
1332 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1333 '|third_party/WebKit/LayoutTests/fast/regions/' \
1334 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1335 },
1336 'blink_custom_elements': {
Hayato Ito5fc828c2017-07-05 08:02:321337 'filepath': 'third_party/WebKit/Source/core/html/custom/' \
1338 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement',
timlohd035d572015-09-25 15:28:021339 },
timlohd035d572015-09-25 15:28:021340 'blink_device_orientation': {
1341 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
tkentf9e95152017-02-08 22:39:341342 '|third_party/WebKit/LayoutTests/device_orientation/' \
timlohd035d572015-09-25 15:28:021343 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1344 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1345 },
1346 'blink_devtools': {
1347 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1348 },
1349 'blink_dom': {
1350 'filepath': 'third_party/WebKit/Source/core/dom/'
1351 },
Hayato Ito5fc828c2017-07-05 08:02:321352 'blink_dom_events': {
1353 'filepath': 'third_party/WebKit/Source/core/events/Event\.' \
1354 '|third_party/WebKit/Source/core/events/EventInit' \
1355 '|third_party/WebKit/Source/core/events/EventPath' \
1356 '|third_party/WebKit/Source/core/events/EventListener' \
1357 '|third_party/WebKit/Source/core/events/EventDispatcher' \
1358 '|third_party/WebKit/Source/core/events/EventDispatchMediator' \
1359 '|third_party/WebKit/Source/core/events/EventTarget' \
1360 '|third_party/WebKit/Source/core/events/.*EventContext'
1361 },
timlohd035d572015-09-25 15:28:021362 'blink_events': {
1363 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1364 '|third_party/WebKit/Source/core/dom/.*Event' \
1365 '|third_party/WebKit/Source/core/css/.*Event' \
1366 '|third_party/WebKit/Source/platform/.*Event'
1367 },
1368 'blink_fetch': {
kinukoc0f5d162017-01-27 06:26:531369 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
timlohd035d572015-09-25 15:28:021370 },
1371 'blink_heap': {
1372 'filepath': 'third_party/WebKit/Source/platform/heap' \
harakenbc02f102017-01-05 08:46:151373 '|base/allocator/partition_allocator/'
timlohd035d572015-09-25 15:28:021374 },
1375 'blink_html': {
1376 'filepath': 'third_party/WebKit/Source/core/html/'
1377 },
mcasas9558316b2017-03-10 18:57:311378 'blink_image_capture': {
1379 'filepath': 'third_party/WebKit/Source/modules/imagecapture' \
1380 '|third_party/WebKit/LayoutTests/fast/imagecapture/' \
1381 '|third_party/WebKit/LayoutTests/imagecapture/'
1382 },
timlohd035d572015-09-25 15:28:021383 'blink_loader': {
Takeshi Yoshino6b30abd2017-07-16 03:34:511384 'filepath': 'third_party/WebKit/Source/core/loader' \
1385 '|third_party/WebKit/Source/platform/loader'
timlohd035d572015-09-25 15:28:021386 },
haraken04143c62016-03-31 08:48:561387 'blink_modules': {
1388 'filepath': 'third_party/WebKit/Source/modules'
1389 },
timlohd035d572015-09-25 15:28:021390 'blink_notifications': {
1391 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1392 '|third_party/WebKit/Source/modules/notifications' \
1393 '|third_party/WebKit/public/platform/modules/notifications'
1394 },
1395 'blink_owners': {
1396 'filepath': 'third_party/WebKit/.*OWNERS',
1397 },
1398 'blink_paint': {
1399 'filepath': 'third_party/WebKit/Source/core/paint/'
1400 },
panickere9ffa3f2017-04-10 18:26:061401 'blink_performance_timing': {
1402 'filepath': 'third_party/WebKit/Source/core/timing/'
1403 },
timlohd035d572015-09-25 15:28:021404 'blink_permissions': {
1405 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1406 '|third_party/WebKit/public/platform/modules/permissions/',
1407 },
1408 'blink_preloadScanner': {
1409 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1410 },
1411 'blink_public_api': {
1412 'filepath': 'third_party/WebKit/public'
1413 },
1414 'blink_push_messaging': {
1415 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1416 '|third_party/WebKit/Source/modules/push_messaging' \
1417 '|third_party/WebKit/public/platform/modules/push_messaging'
1418 },
kinuko533a1692015-12-21 08:57:251419 'blink_platform': {
1420 'filepath': 'third_party/WebKit/Source/platform'
1421 },
timlohd035d572015-09-25 15:28:021422 'blink_platform_graphics': {
1423 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1424 '|third_party/WebKit/Source/platform/geometry' \
1425 '|third_party/WebKit/Source/platform/graphics'
1426 },
1427 'blink_indexed_db': {
1428 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1429 '|third_party/WebKit/Source/web/.*IDB' \
1430 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1431 '|third_party/WebKit/public/platform/.*IDB'
1432 },
dtapuska1f997a12016-03-14 19:22:071433 'blink_input': {
1434 'filepath': 'third_party/WebKit/Source/core/input/'
1435 },
timlohd035d572015-09-25 15:28:021436 'blink_layout': {
1437 'filepath': 'third_party/WebKit/Source/core/layout' \
1438 '|third_party/WebKit/Source/core/rendering'
1439 },
ojan21576e22016-08-17 21:43:461440 'blink_layout_ng': {
1441 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1442 },
timlohd035d572015-09-25 15:28:021443 'blink_layers': {
1444 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1445 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1446 '|third_party/WebKit/Source/core/layout/Layer'
1447 },
1448 'blink_prerender': {
1449 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1450 },
1451 'blink_client_hints': {
1452 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1453 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1454 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1455 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1456 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1457 },
1458 'blink_track': {
1459 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1460 '|third_party/WebKit/Source/core/loader/TextTrack' \
1461 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1462 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1463 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1464 '|third_party/WebKit/Source/core/css/mediaControl' \
1465 '|third_party/WebKit/LayoutTests/media/track/'
1466 },
1467 'blink_media': {
1468 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1469 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1470 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1471 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1472 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1473 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1474 '|third_party/WebKit/Source/platform/drm/' \
1475 '|third_party/WebKit/Source/platform/graphics/media/' \
1476 '|third_party/WebKit/Source/web/.*Media' \
1477 '|third_party/WebKit/LayoutTests/media/' \
1478 '|third_party/WebKit/public/.*Media'
1479 },
1480 'blink_media_queries': {
1481 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1482 '|third_party/WebKit/Source/core/css/MediaList' \
1483 '|third_party/WebKit/Source/core/css/MediaQuery' \
1484 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1485 },
1486 'blink_navigator_content_utils': {
1487 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1488 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1489 },
1490 'blink_out_of_process_frames': {
1491 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031492 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021493 '|third_party/WebKit/Source/web/WebFrame' \
1494 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1495 },
1496 'blink_fileapi': {
1497 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1498 '|third_party/WebKit/Source/core/fileapi/' \
1499 '|third_party/WebKit/Source/platform/.*File' \
1500 '|third_party/WebKit/Source/web/.*File' \
1501 '|third_party/WebKit/LayoutTests/fast/file' \
1502 '|third_party/WebKit/public/.*File'
1503 },
haraken98d0827a2017-02-27 00:55:191504 'blink_frames': {
1505 'filepath': 'third_party/WebKit/Source/core/frame/'
1506 },
timlohd035d572015-09-25 15:28:021507 'blink_quota': {
1508 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1509 '|third_party/WebKit/Source/web/.*Quota' \
1510 '|third_party/WebKit/public/.*Quota'
1511 },
1512 'blink_mediastream': {
1513 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1514 '|third_party/WebKit/Source/platform/mediastream/' \
1515 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1516 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1517 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1518 },
1519 'blink_geolocation': {
tkentc5e88f02017-02-06 22:47:311520 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \
timlohd035d572015-09-25 15:28:021521 '|third_party/WebKit/Source/modules/geolocation/' \
1522 '|third_party/WebKit/Source/web/.*Geolocation' \
1523 '|third_party/WebKit/public/web/.*Geolocation'
1524 },
1525 'blink_htmlparser': {
1526 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1527 },
1528 'blink_screen_orientation': {
1529 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1530 '|third_party/WebKit/public/platform/modules/screen_orientation',
1531 },
Kouhei Ueno43382932017-05-30 04:43:571532 'blink_script': {
Kouhei Uenod0586052017-05-30 08:36:091533 'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \
Kouhei Ueno43382932017-05-30 04:43:571534 '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \
1535 '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \
1536 '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*'
1537 '|third_party/WebKit/Source/core/dom/.*Modul.*' \
Kouhei Uenod0586052017-05-30 08:36:091538 '|third_party/WebKit/Source/core/dom/.*Script.*' \
Kouhei Ueno43382932017-05-30 04:43:571539 '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \
1540 '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \
1541 '|third_party/WebKit/Source/core/loader/modulescript/' \
1542 '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \
1543 '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \
1544 '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*'
1545 },
timlohd035d572015-09-25 15:28:021546 'blink_scheduler': {
1547 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1548 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1549 },
1550 'blink_serviceworkers' : {
1551 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
falkenfc5997952017-03-15 07:09:141552 '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1553 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
timlohd035d572015-09-25 15:28:021554 },
1555 'blink_serviceworkers_tests' : {
falkenfc5997952017-03-15 07:09:141556 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \
1557 '|third_party/WebKit/LayoutTests/external/wpt/service-workers'
timlohd035d572015-09-25 15:28:021558 },
timlohd035d572015-09-25 15:28:021559 'blink_spellcheck' : {
1560 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1561 },
Hayato Ito5fc828c2017-07-05 08:02:321562 'blink_shadow_dom': {
1563 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
1564 '|third_party/WebKit/Source/core/dom/.*Slot' \
1565 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
1566 '|third_party/WebKit/Source/core/dom/.*FlatTree'
1567 },
jbromana7bdfdb2016-02-05 15:10:321568 'blink_spv2_layout_tests': {
1569 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1570 },
timlohd035d572015-09-25 15:28:021571 'blink_style': {
1572 'filepath': 'third_party/WebKit/.*(style/|Style)',
1573 },
1574 'blink_svg': {
1575 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1576 },
timlohd035d572015-09-25 15:28:021577 'blink_vibration': {
1578 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1579 '|third_party/WebKit/Source/modules/vibration/'
1580 },
1581 'blink_viewport_interaction': {
1582 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1583 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1584 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1585 '|third_party/WebKit/Source/core/page/FrameView' \
1586 '|third_party/WebKit/Source/core/page/scrolling'
1587 },
1588 'blink_w3ctests': {
tkent028ee352017-01-23 00:39:241589 'filepath': 'third_party/WebKit/LayoutTests/external/' \
timlohd035d572015-09-25 15:28:021590 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1591 },
kinukoa1a73202016-05-24 06:42:361592 'blink_web': {
1593 'filepath': 'third_party/WebKit/Source/web'
1594 },
timlohd035d572015-09-25 15:28:021595 'blink_webcomponents': {
Hayato Ito5fc828c2017-07-05 08:02:321596 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
1597 '|third_party/WebKit/Source/core/dom/.*Slot' \
1598 '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \
1599 '|third_party/WebKit/Source/core/dom/.*FlatTree' \
1600 '|third_party/WebKit/Source/core/html/custom/' \
timlohd035d572015-09-25 15:28:021601 '|third_party/WebKit/Source/core/html/imports/' \
Hayato Ito5fc828c2017-07-05 08:02:321602 '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement'
timlohd035d572015-09-25 15:28:021603 },
1604 'blink_webp': {
1605 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1606 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1607 },
1608 'blink_websockets': {
1609 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1610 },
1611 'blink_workers': {
falkenfc5997952017-03-15 07:09:141612 'filepath': 'third_party/WebKit/Source/core/workers' \
1613 '|third_party/WebKit/LayoutTests/http/tests/workers' \
1614 '|third_party/WebKit/LayoutTests/fast/workers' \
1615 '|third_party/WebKit/LayoutTests/external/wpt/workers'
timlohd035d572015-09-25 15:28:021616 },
1617 'blink_wtf': {
1618 'filepath': 'third_party/WebKit/Source/wtf',
1619 },
dominiccabb90e02017-03-31 04:54:231620 'blink_xml': {
1621 'filepath': 'third_party/WebKit/Source/core/xml/'
1622 },
timlohd035d572015-09-25 15:28:021623 'blink_xmlhttprequest': {
1624 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011625 },
1626 'test_runner': {
1627 'filepath': 'components/test_runner/' \
1628 '|content/shell/(common|browser|renderer)/layout_test/' \
1629 '|content/test/layouttest_support.cc' \
1630 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011631 },
[email protected]a3838612009-10-13 21:57:541632 },
[email protected]ca872e362011-07-12 21:06:031633
pennymac962d190432016-07-27 00:58:351634 ##############################################################################
1635 # Please keep alphabetical
1636 ##############################################################################
[email protected]a3838612009-10-13 21:57:541637 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451638 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551639 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001640 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571641 'accessibility': ['[email protected]',
Aaron Leventhal978557022017-06-09 15:39:411642 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571643 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401644 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001645 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541646 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571647 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001648 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381649 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201650 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321651 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201652 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001653 'android_crash_reporting': ['[email protected]'],
juncaic08f41d2017-05-04 20:36:581654 'android_item_chooser_dialogs': ['[email protected]',
1655 '[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201656 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261657 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381658 'android_infra': ['[email protected]',
1659 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321660 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381661 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531662 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411663 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471664 'android_media': ['[email protected]',
1665 '[email protected]'],
nyquistf602bd02017-02-16 23:17:441666 'android_studio': ['[email protected]',
1667 '[email protected]'],
pennymac962d190432016-07-27 00:58:351668 'android_tab': ['[email protected]',
David Trainor051827f2017-06-02 18:33:131669 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001670 'android_uma_settings': ['[email protected]',
1671 '[email protected]'],
Dominick Ngcaa7b402017-07-11 07:35:391672 'android_webapk': ['[email protected]',
1673 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441674 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351675 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351676 '[email protected]'],
1677 'app_shortcuts': ['[email protected]',
1678 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001679 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351680 'apps': ['[email protected]',
1681 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461682 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471683 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461684 '[email protected]',
victorhsieh52feccd2017-02-27 18:27:021685 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461686 '[email protected]'],
lhchavez61532c92016-10-18 21:33:371687 'arc_auth': ['[email protected]'],
poromov7633f602017-02-21 16:44:011688 'arc_kiosk': ['[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461689 'arc_net': ['[email protected]',
1690 '[email protected]',
1691 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431692 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351693 'ash': ['[email protected]',
1694 '[email protected]'],
1695 'aura': ['[email protected]',
1696 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071697 'aura_compositor': ['[email protected]',
1698 '[email protected]',
pennymac962d190432016-07-27 00:58:351699 '[email protected]',
danakj3695c582016-10-26 21:54:431700 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211701 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391702 'autofill': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231703 '[email protected]',
sebsgbbfbea02016-10-24 21:54:591704 '[email protected]',
1705 '[email protected]',
mathpc2040642017-01-25 14:59:411706 '[email protected]',
1707 '[email protected]'],
peter39e10a62017-02-21 15:14:131708 'background_fetch': ['[email protected]',
peterc7e27422017-05-17 04:05:281709 '[email protected]',
peter39e10a62017-02-21 15:14:131710 '[email protected]'],
pennymac962d190432016-07-27 00:58:351711 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121712 '[email protected]',
pennymac962d190432016-07-27 00:58:351713 '[email protected]',
1714 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321715 'banners': ['[email protected]',
zpeng143b4792016-10-06 20:38:121716 '[email protected]',
1717 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191718 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501719 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051720 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591721 'base_task_scheduler': ['[email protected]',
1722 '[email protected]',
1723 '[email protected]'],
pennymac962d190432016-07-27 00:58:351724 'base_win': ['[email protected]',
1725 '[email protected]'],
danakj479ab502017-03-31 20:19:091726 'base': ['[email protected]',
1727 '[email protected]',],
[email protected]7e093d4022014-06-26 19:19:551728 'battery_status': ['[email protected]'],
wnwen72684762017-03-29 13:28:371729 'binary_size': ['[email protected]',
1730 '[email protected]',
1731 '[email protected]'],
pennymac962d190432016-07-27 00:58:351732 'blink': ['[email protected]'],
1733 'blink_accessibility': ['[email protected]',
1734 '[email protected]',
dougtcd8ac01d2017-03-24 16:23:401735 '[email protected]',
horo8e9a01572016-07-27 06:05:311736 '[email protected]',
pennymac962d190432016-07-27 00:58:351737 '[email protected]'],
1738 'blink_animation': ['[email protected]',
1739 '[email protected]',
1740 '[email protected]',
1741 '[email protected]',
1742 '[email protected]'],
1743 'blink_app_banner': ['[email protected]'],
1744 'blink_audio': ['[email protected]',
1745 '[email protected]'],
1746 'blink_battery_status': ['[email protected]',
1747 '[email protected]'],
1748 'blink_bidi': ['[email protected]'],
1749 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081750 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351751 'blink_bluetooth': ['[email protected]',
1752 '[email protected]'],
danakjdfa88932017-06-29 18:43:281753 'blink_canvas2d': ['[email protected]',
pennymac962d190432016-07-27 00:58:351754 '[email protected]'],
1755 'blink_client_hints': ['[email protected]'],
1756 'blink_clipboard': ['[email protected]'],
1757 'blink_css': ['[email protected]',
1758 '[email protected]',
horo8e9a01572016-07-27 06:05:311759 '[email protected]',
pennymac962d190432016-07-27 00:58:351760 '[email protected]',
1761 '[email protected]'],
1762 'blink_css_flexbox': ['[email protected]'],
1763 'blink_css_fragmentation_tests': ['[email protected]'],
1764 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311765 '[email protected]',
pennymac962d190432016-07-27 00:58:351766 '[email protected]'],
1767 'blink_css_regions': ['[email protected]'],
1768 'blink_custom_elements': ['[email protected]',
1769 '[email protected]'],
pennymac962d190432016-07-27 00:58:351770 'blink_device_orientation': ['[email protected]',
1771 '[email protected]'],
1772 'blink_devtools': ['[email protected]',
1773 '[email protected]',
1774 '[email protected]',
1775 '[email protected]',
1776 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391777 '[email protected]'],
pennymac962d190432016-07-27 00:58:351778 'blink_dom': ['[email protected]',
1779 '[email protected]',
1780 '[email protected]',
1781 '[email protected]',
1782 '[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321783 'blink_dom_events': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351784 'blink_events': ['[email protected]',
1785 '[email protected]',
1786 '[email protected]',
1787 '[email protected]'],
1788 'blink_fetch': ['[email protected]',
1789 '[email protected]',
1790 '[email protected]',
1791 '[email protected]'],
1792 'blink_fileapi': ['[email protected]',
1793 '[email protected]',
1794 '[email protected]'],
haraken98d0827a2017-02-27 00:55:191795 'blink_frames': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:311796 'blink_geolocation': ['[email protected]',
1797 '[email protected]',
pennymac962d190432016-07-27 00:58:351798 '[email protected]'],
1799 'blink_heap': ['[email protected]',
1800 '[email protected]',
1801 '[email protected]',
1802 '[email protected]'],
1803 'blink_html': ['[email protected]',
1804 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221805 'blink_htmlparser': ['[email protected]',
1806 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311807 'blink_image_capture': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351808 'blink_indexed_db': ['[email protected]',
1809 '[email protected]'],
1810 'blink_input': ['[email protected]',
nzolghadr773a1982016-10-18 21:26:451811 '[email protected]'],
pennymac962d190432016-07-27 00:58:351812 'blink_layers': ['[email protected]'],
1813 'blink_layout': ['[email protected]',
1814 '[email protected]',
1815 '[email protected]',
1816 '[email protected]',
1817 '[email protected]',
1818 '[email protected]',
1819 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561820 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461821 '[email protected]',
atotic30c8eba2016-10-28 13:24:071822 '[email protected]',
dgroganf9744ea2017-01-18 23:23:261823 '[email protected]',
lchoi2ba79a72017-05-25 00:23:051824 '[email protected]',
1825 '[email protected]'],
pennymac962d190432016-07-27 00:58:351826 'blink_loader': ['[email protected]',
1827 '[email protected]',
1828 '[email protected]',
1829 '[email protected]'],
1830 'blink_media': ['[email protected]',
1831 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191832 '[email protected]',
1833 '[email protected]'],
pennymac962d190432016-07-27 00:58:351834 'blink_media_queries': ['[email protected]',
1835 '[email protected]'],
mcasas9558316b2017-03-10 18:57:311836 'blink_mediastream': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351837 'blink_modules': ['[email protected]'],
1838 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341839 'blink_notifications': ['[email protected]',
1840 '[email protected]'],
pennymac962d190432016-07-27 00:58:351841 'blink_out_of_process_frames': ['[email protected]',
1842 '[email protected]'],
1843 'blink_owners': ['[email protected]'],
1844 'blink_paint' : ['[email protected]',
chrishtr4030de342016-10-03 23:57:591845 '[email protected]'],
panickere9ffa3f2017-04-10 18:26:061846 'blink_performance_timing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351847 'blink_permissions': ['[email protected]'],
kinukoc462adb2016-12-22 12:58:491848 'blink_platform': ['[email protected]'],
ajumabd2c9c22017-05-01 21:29:501849 'blink_platform_graphics': ['[email protected]',
pennymac962d190432016-07-27 00:58:351850 '[email protected]',
1851 '[email protected]',
1852 '[email protected]',
fmalita9710b732017-02-17 05:10:021853 '[email protected]',
pennymac962d190432016-07-27 00:58:351854 '[email protected]',
1855 '[email protected]',
1856 '[email protected]',
1857 '[email protected]'],
1858 'blink_prerender': ['[email protected]',
1859 '[email protected]'],
1860 'blink_preloadScanner': ['[email protected]'],
1861 'blink_public_api': ['[email protected]',
1862 '[email protected]'],
awdf2e270242016-09-06 16:21:341863 'blink_push_messaging': ['[email protected]',
1864 '[email protected]',
pennymac962d190432016-07-27 00:58:351865 '[email protected]'],
1866 'blink_quota': ['[email protected]',
1867 '[email protected]',
1868 '[email protected]'],
1869 'blink_scheduler': ['[email protected]'],
1870 'blink_screen_orientation': ['[email protected]'],
Kouhei Ueno43382932017-05-30 04:43:571871 'blink_script': ['[email protected]',
1872 '[email protected]',
1873 '[email protected]'],
falken6731ece42016-10-12 01:41:501874 'blink_serviceworkers': ['[email protected]',
pennymac962d190432016-07-27 00:58:351875 '[email protected]',
1876 '[email protected]',
1877 '[email protected]',
1878 '[email protected]',
1879 '[email protected]',
1880 '[email protected]',
shimazu99de61f2016-09-07 03:57:411881 '[email protected]',
pennymac962d190432016-07-27 00:58:351882 '[email protected]'],
1883 'blink_serviceworkers_tests': ['[email protected]'],
Hayato Ito5fc828c2017-07-05 08:02:321884 'blink_shadow_dom': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221885 'blink_spellcheck' : ['[email protected]',
xiaochengh4a3c84e2017-03-28 07:15:321886 '[email protected]',
1887 '[email protected]'],
jbroman69166ca82017-04-04 21:01:361888 'blink_spv2_layout_tests': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351889 'blink_style': ['[email protected]'],
1890 'blink_svg': ['[email protected]',
fmalita9710b732017-02-17 05:10:021891 '[email protected]',
pennymac962d190432016-07-27 00:58:351892 '[email protected]',
1893 '[email protected]',
1894 '[email protected]',
1895 '[email protected]',
1896 '[email protected]',
1897 '[email protected]'],
pennymac962d190432016-07-27 00:58:351898 'blink_track': ['[email protected]',
1899 '[email protected]',
1900 '[email protected]',
danakj40af6b562017-01-24 15:55:281901 '[email protected]'],
mvanouwerkerk38f632c62017-04-13 10:35:311902 'blink_vibration': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351903 'blink_viewport_interaction': ['[email protected]'],
1904 'blink_w3ctests': ['[email protected]'],
Joel Hockeyd657ad8f2017-05-31 05:38:431905 'blink_web': ['[email protected]',
1906 '[email protected]'],
Takayoshi Kochi31f47922017-07-11 09:05:431907 'blink_webcomponents': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351908 'blink_webp': ['[email protected]',
1909 '[email protected]',
1910 '[email protected]'],
1911 'blink_websockets': ['[email protected]',
1912 '[email protected]'],
1913 'blink_workers': ['[email protected]',
falken6731ece42016-10-12 01:41:501914 '[email protected]',
pennymac962d190432016-07-27 00:58:351915 '[email protected]',
shimazu99de61f2016-09-07 03:57:411916 '[email protected]',
1917 '[email protected]'],
pennymac962d190432016-07-27 00:58:351918 'blink_wtf': ['[email protected]',
1919 '[email protected]'],
dominiccabb90e02017-03-31 04:54:231920 'blink_xml': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351921 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001922 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561923 'bottombar': ['[email protected]',
1924 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471925 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351926 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351927 'browser_compositor': ['[email protected]',
1928 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571929 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571930 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331931 'browsing_data': ['[email protected]',
1932 '[email protected]'],
pennymac962d190432016-07-27 00:58:351933 'bubble': ['[email protected]',
1934 '[email protected]',
pennymac962d190432016-07-27 00:58:351935 '[email protected]'],
1936 'cache_storage': ['[email protected]',
1937 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591938 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341939 '[email protected]',
miua1710162015-08-27 01:38:091940 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121941 '[email protected]',
miua1710162015-08-27 01:38:091942 '[email protected]',
1943 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161944 'cast_certificate': ['[email protected]',
mfoltz57fd7f32017-05-03 06:12:581945 '[email protected]',
ryanchung24f9d7b2017-01-12 19:18:341946 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:581947 'cast_channel': ['[email protected]'],
[email protected]c863702a2012-09-14 20:05:281948 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351949 'certificate_transparency': ['[email protected]',
1950 '[email protected]',
martijnccdd0542016-11-07 18:49:271951 '[email protected]',
pennymac962d190432016-07-27 00:58:351952 '[email protected]'],
1953 'chrome_elf': ['[email protected]',
1954 '[email protected]'],
lpy0ca13772017-02-28 19:48:271955 'chrome_grc': ['[email protected]'],
[email protected]d5b21972012-07-20 02:06:011956 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311957 'chromecast': ['[email protected]',
1958 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571959 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211960 'chromecast_public': ['[email protected]'],
johnchen302ecd62017-04-25 17:23:111961 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351962 'chromeos': ['[email protected]'],
1963 'chromeos_attestation': ['[email protected]'],
1964 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311965 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181966 'chromeos_geolocation': ['[email protected]'],
1967 'chromeos_login': ['[email protected]',
1968 '[email protected]'],
pennymac962d190432016-07-27 00:58:351969 'chromeos_net': ['[email protected]'],
1970 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181971 'chromeos_timezone': ['[email protected]'],
1972 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351973 'clang_update': ['[email protected]',
thestigf023ccc2016-11-10 14:39:151974 '[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071975 '[email protected]',
pennymac962d190432016-07-27 00:58:351976 '[email protected]',
rnk28bbd1772016-05-04 17:57:581977 '[email protected]',
1978 '[email protected]',
pennymac962d190432016-07-27 00:58:351979 '[email protected]',
thestigf023ccc2016-11-10 14:39:151980 '[email protected]',
pennymac962d190432016-07-27 00:58:351981 '[email protected]',
horo8e9a01572016-07-27 06:05:311982 '[email protected]',
pennymac962d190432016-07-27 00:58:351983 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001984 'clipboard': ['[email protected]'],
Aaron Gable64f273582017-03-30 18:02:001985 'codereview_settings': ['[email protected]'],
sdefresned94c5b02015-07-22 17:54:551986 'components_deps': ['[email protected]',
1987 '[email protected]',
1988 '[email protected]'],
pennymac962d190432016-07-27 00:58:351989 'content': ['[email protected]',
1990 '[email protected]'],
1991 'content_bluetooth': ['[email protected]',
1992 '[email protected]'],
1993 'content_loader': ['[email protected]',
1994 '[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521995 '[email protected]'],
rdsmitheed6d932017-04-19 02:49:161996 'content_network': ['[email protected]',
kinuko3bf0d8d62017-05-20 00:18:231997 '[email protected]',
rdsmith5a1bfce2017-06-04 13:33:521998 '[email protected]',
kinuko3bf0d8d62017-05-20 00:18:231999 '[email protected]'],
pennymac962d190432016-07-27 00:58:352000 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:532001 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:162002 '[email protected]',
2003 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:242004 'content_worker': ['[email protected]',
2005 '[email protected]'],
donnd787f6ed2016-08-03 01:00:562006 'contextual_search': ['[email protected]',
2007 '[email protected]'],
pennymac962d190432016-07-27 00:58:352008 'courgette': ['[email protected]',
2009 '[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252010 'cr_elements': ['[email protected]',
michaelpge42ca3b32016-02-19 08:17:572011 '[email protected]'],
lizebf34f69b2016-03-30 16:08:532012 'custom_tabs': ['[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422013 'data_reduction_proxy': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192014 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352015 'device_bluetooth': ['[email protected]',
2016 '[email protected]'],
juncaic08f41d2017-05-04 20:36:582017 'device_chooser': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352018 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:592019 '[email protected]',
pennymac962d190432016-07-27 00:58:352020 '[email protected]'],
scheibabdd7d32015-02-11 22:13:082021 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352022 'devtools': ['[email protected]',
2023 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582024 'dial': ['[email protected]',
2025 '[email protected]'],
kinukoc462adb2016-12-22 12:58:492026 'disk_cache': ['[email protected]'],
David Trainor051827f2017-06-02 18:33:132027 'download': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252028 'downloads_ui': ['[email protected]'],
[email protected]9a3781d2013-04-04 18:31:402029 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:362030 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:102031 'eme': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:412032 'extension': ['[email protected]',
2033 '[email protected]'],
Luna Lu7f221f22017-06-13 16:46:142034 'feature_policy': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242035 '[email protected]'],
apaciblec4093a92016-04-19 19:21:582036 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192037 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482038 '[email protected]',
2039 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:262040 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:102041 'filesapp': ['[email protected]',
2042 '[email protected]',
2043 '[email protected]'],
2044 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002045 'ftp': ['[email protected]'],
Wez385de5a2017-07-13 20:13:162046 'fuchsia': ['[email protected]', '[email protected]'],
mmoroz58ddb8172016-09-08 18:29:552047 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352048 'gcm': ['[email protected]',
2049 '[email protected]',
2050 '[email protected]'],
mikhail.pozdnyakova8db26402016-11-28 18:27:122051 'generic_sensor': ['[email protected]',
2052 '[email protected]',
timvolodine4cf58ca2017-05-24 16:11:482053 '[email protected]',
mikhail.pozdnyakova8db26402016-11-28 18:27:122054 '[email protected]'],
mcasas9558316b2017-03-10 18:57:312055 'geolocation': ['[email protected]',
mvanouwerkerka0863c02017-04-03 16:19:292056 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152057 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:162058 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:382059 'gn': ['[email protected]',
2060 '[email protected]',
pennymac962d190432016-07-27 00:58:352061 '[email protected]'],
tikutae3922862017-02-20 03:16:092062 'goma': ['[email protected]',
2063 '[email protected]',
2064 '[email protected]',
2065 '[email protected]'],
[email protected]a6159102013-11-08 23:21:522066 'gpu': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252067 'history_ui': ['[email protected]'],
[email protected]18d7e402014-07-08 19:53:142068 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002069 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002070 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:452071 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:132072 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:312073 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:072074 'input': ['[email protected]'],
Dominick Ngcaa7b402017-07-11 07:35:392075 'installable': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352076 'installer': ['[email protected]',
2077 '[email protected]',
2078 '[email protected]'],
mmoss19826c62014-11-14 21:37:362079 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:352080 'instant': ['[email protected]',
pennymac962d190432016-07-27 00:58:352081 '[email protected]',
jered0bd025a82017-05-03 20:01:132082 '[email protected]',
pennymac962d190432016-07-27 00:58:352083 '[email protected]',
2084 '[email protected]',
2085 '[email protected]',
2086 '[email protected]',
2087 '[email protected]'],
edchin46453b42017-03-03 01:40:112088 'ios': ['[email protected]'],
2089 'ios_chrome': ['[email protected]',
marqa4f135f2017-01-10 12:37:342090 '[email protected]',
eugenebutb5a5a8572017-01-20 01:18:112091 '[email protected]'],
edchin46453b42017-03-03 01:40:112092 'ios_clean': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592093 '[email protected]'],
edchin46453b42017-03-03 01:40:112094 'ios_showcase': ['[email protected]',
lpromero6846b19d2017-05-23 10:43:592095 '[email protected]'],
baxley9bfbd3cc2017-03-15 21:22:322096 'ios_test': ['[email protected]',
2097 '[email protected]',
2098 '[email protected]'],
edchin46453b42017-03-03 01:40:112099 'ios_web': ['[email protected]',
2100 '[email protected]'],
pennymac962d190432016-07-27 00:58:352101 'ipc': ['[email protected]',
2102 '[email protected]'],
2103 'libwebp': ['[email protected]',
2104 '[email protected]',
2105 '[email protected]'],
2106 'libvpx': ['[email protected]',
2107 '[email protected]',
2108 '[email protected]',
2109 '[email protected]'],
dominiccabb90e02017-03-31 04:54:232110 'libxml_xslt': ['[email protected]',
2111 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:422112 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:402113 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:422114 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352115 'login': ['[email protected]'],
lgrey62faed72016-10-11 21:40:392116 'mac' : ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472117 'manifest': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252118 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:112119 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002120 'media': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562121 'media_capture_from_element': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312122 '[email protected]'],
pennymac962d190432016-07-27 00:58:352123 'media_galleries': ['[email protected]',
2124 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:092125 'media_mojo': ['[email protected]'],
mcasasfeedbe42017-03-03 05:23:562126 'media_recorder': ['[email protected]',
mcasas9558316b2017-03-10 18:57:312127 '[email protected]'],
apacible01538e02016-11-04 22:15:312128 'media_remoting': ['[email protected]',
erickungc2289dea2016-12-13 19:01:282129 '[email protected]',
mfoltz57fd7f32017-05-03 06:12:582130 '[email protected]',
apacible01538e02016-11-04 22:15:312131 '[email protected]',
miu5e69f1c52016-10-23 13:40:112132 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582133 'media_router': ['[email protected]',
2134 '[email protected]'],
fmeawad4582cd22017-03-30 20:59:362135 'memory_coordinator': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002136 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:302137 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:122138 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:212139 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:002140 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:162141 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:492142 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:532143 '[email protected]',
[email protected]84003af2014-05-02 09:37:132144 '[email protected]',
2145 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002146 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:062147 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002148 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352149 'native_client_sdk': ['[email protected]',
2150 '[email protected]'],
2151 'navigation': ['[email protected]',
2152 '[email protected]'],
csharrison27df167d2017-01-26 21:42:312153 'net': ['[email protected]',
2154 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282155 'net_base': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002156 'net_error_list': ['[email protected]'],
bnc1872e8bd2017-01-27 02:47:282157 'net_http2': ['[email protected]'],
2158 'net_log': ['[email protected]',
2159 '[email protected]',
pennymac962d190432016-07-27 00:58:352160 '[email protected]'],
bnc1872e8bd2017-01-27 02:47:282161 'net_spdy': ['[email protected]'],
jkarlin539748402015-03-31 17:36:312162 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:342163 'notifications': ['[email protected]',
2164 '[email protected]',
pennymac962d190432016-07-27 00:58:352165 '[email protected]'],
tbansalc6f1c9f2016-09-30 22:48:422166 'nqe': ['[email protected]'],
noyau451e6bb62016-12-23 14:29:042167 'ntp_snippets': ['[email protected]',
2168 '[email protected]'],
2169 'ntp_tiles': ['[email protected]',
2170 '[email protected]'],
peterc7e27422017-05-17 04:05:282171 'offline_items_collection': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352172 'offline_pages': ['[email protected]',
Carlos Knippschild6a2e2f02017-06-02 18:18:142173 '[email protected]',
pennymac962d190432016-07-27 00:58:352174 '[email protected]',
2175 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:252176 '[email protected]',
2177 '[email protected]',
pennymac962d190432016-07-27 00:58:352178 '[email protected]'],
jdonnelly6fa5a21d2017-01-03 15:28:352179 'omnibox': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252180 'options': ['[email protected]'],
iclelland8b904402016-10-05 15:01:232181 'origin_trials': ['[email protected]',
Ian Clelland1b27f8f62017-06-22 13:36:242182 '[email protected]'],
pennymac962d190432016-07-27 00:58:352183 'ozone': ['[email protected]',
2184 '[email protected]'],
lgarron9e25c7402017-03-15 04:03:112185 'page_info' : ['[email protected]',
2186 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:082187 'page_load_metrics' : ['[email protected]',
tdresserd80646f2017-03-03 19:26:082188 '[email protected]',
2189 '[email protected]'],
pennymac962d190432016-07-27 00:58:352190 'panels': ['[email protected]',
2191 '[email protected]',
2192 '[email protected]',
2193 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:392194 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:232195 '[email protected]'],
sebsgbbfbea02016-10-24 21:54:592196 'payments': ['[email protected]',
gogeralde108bcb2016-11-24 16:07:222197 '[email protected]',
mahmadi0a7bb59f2017-02-22 19:13:492198 '[email protected]',
2199 '[email protected]'],
2200 'payments_ios': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352201 'pepper_api': ['[email protected]',
2202 '[email protected]',
2203 '[email protected]',
2204 '[email protected]',
2205 '[email protected]',
horo8e9a01572016-07-27 06:05:312206 '[email protected]',
pennymac962d190432016-07-27 00:58:352207 '[email protected]'],
Dominick Ngcaa7b402017-07-11 07:35:392208 'permissions': ['[email protected]',
2209 '[email protected]',
raymes18e321492017-01-11 04:21:332210 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:342211 'plugin': ['[email protected]'],
dbeamd924f0d0d2017-06-20 02:34:252212 'polymer': ['[email protected]'],
twifkak0c69c1f2015-06-22 18:20:092213 'precache': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:142214 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352215 'prerender': ['[email protected]',
2216 '[email protected]',
2217 '[email protected]'],
mfoltz57fd7f32017-05-03 06:12:582218 'presentation': ['[email protected]'],
peterc7e27422017-05-17 04:05:282219 'push_messaging': ['[email protected]',
pennymac962d190432016-07-27 00:58:352220 '[email protected]'],
stkhapugin06503142016-12-07 14:32:122221 'reading_list': ['[email protected]'],
[email protected]c3887592014-02-06 20:02:252222 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352223 'rlz_id': ['[email protected]',
2224 '[email protected]',
2225 '[email protected]'],
timvolodine41e95412017-03-14 02:55:342226 'safe_browsing': ['[email protected]',
vakh125ad862017-03-17 00:06:252227 '[email protected]',
2228 '[email protected]'],
2229 'safe_browsing_db': ['[email protected]',
2230 '[email protected]'],
skyostil20dea312014-11-11 13:43:062231 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:472232 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352233 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:162234 '[email protected]',
pennymac962d190432016-07-27 00:58:352235 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:172236 '[email protected]',
pennymac962d190432016-07-27 00:58:352237 '[email protected]',
horo8e9a01572016-07-27 06:05:312238 '[email protected]',
shimazu99de61f2016-09-07 03:57:412239 '[email protected]',
pennymac962d190432016-07-27 00:58:352240 '[email protected]'],
Colin Blundell6d2669a2017-07-11 06:26:532241 'services_public': ['[email protected]'],
alitoc5534d62017-04-21 01:48:582242 'settings_reset_prompt': ['[email protected]'],
dominickn8884155a2016-06-23 02:28:162243 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352244 'site_instance': ['[email protected]',
2245 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:432246 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:362247 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:142248 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:222249 '[email protected]',
2250 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:052251 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352252 'styleguide': ['[email protected]',
vmpstrdeec20e2016-11-18 22:17:322253 '[email protected]',
2254 '[email protected]'],
engedye7b734da2017-02-07 12:08:132255 'subresource_filter': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352256 'supervised_users': ['[email protected]'],
alito438fa4332016-12-20 21:59:172257 'swreporter': ['[email protected]',
csharpcfd628d2017-04-06 19:12:102258 '[email protected]',
alito438fa4332016-12-20 21:59:172259 '[email protected]',
2260 '[email protected]'],
maxbogue65ea2632016-04-04 18:12:582261 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:192262 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:482263 '[email protected]',
2264 '[email protected]'],
miu5e69f1c52016-10-23 13:40:112265 'tab_alert_indicators': ['[email protected]'],
mark a. foltz5ea087f2017-06-20 23:00:212266 'tab_capture': ['[email protected]',
miu5e69f1c52016-10-23 13:40:112267 '[email protected]'],
pennymac962d190432016-07-27 00:58:352268 'tab_contents': ['[email protected]',
2269 '[email protected]',
2270 '[email protected]'],
tdresserd80646f2017-03-03 19:26:082271 'tbmv2_metrics': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:192272 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:262273 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352274 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:492275 '[email protected]',
2276 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002277 'tests': [],
jlkleinecc81952016-11-19 00:16:072278 'tether': ['[email protected]',
dbeamd924f0d0d2017-06-20 02:34:252279 '[email protected]',
2280 '[email protected]',
2281 '[email protected]',
2282 '[email protected]',
2283 '[email protected]'],
pennymac962d190432016-07-27 00:58:352284 'textinput': ['[email protected]',
2285 '[email protected]',
2286 '[email protected]',
2287 '[email protected]'],
2288 'textinput_chromeos': ['[email protected]',
2289 '[email protected]',
2290 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:192291 'timers': ['[email protected]'],
robliaofd54b5c2017-01-13 00:41:302292 'tools_win_chromeexts': ['[email protected]'],
pennymac962d190432016-07-27 00:58:352293 'tracing': ['[email protected]',
2294 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:152295 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:262296 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:182297 'ui_resources': ['[email protected]'],
edwardjung83f52ef22017-02-07 13:15:072298 'ui_strings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002299 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:552300 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:232301 'version_assembly': ['[email protected]',
2302 '[email protected]'],
posciak62a72272016-05-11 08:31:242303 'video': ['[email protected]'],
mcasas9558316b2017-03-10 18:57:312304 'video_capture': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:002305 'views': ['[email protected]'],
blakeod4cc78a2017-05-10 06:56:482306 'virtual_keyboard': ['[email protected]',
2307 '[email protected]',
okabf9f6f02017-02-17 05:14:292308 '[email protected]',
2309 '[email protected]',
2310 '[email protected]'],
billorr3c7e1442016-11-11 21:21:352311 'virtual_reality': ['[email protected]'],
tnakamura43539232016-09-12 14:23:422312 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:152313 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:352314 '[email protected]',
2315 '[email protected]'],
2316 'windows_sandboxing': ['[email protected]',
2317 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:002318 'x11': ['[email protected]',
2319 '[email protected]',
2320 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:202321 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:542322 },
2323}