blob: e5a54b65f6304cc25ba140d1215d2867e92df8b3 [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
asvitkinee4bad382015-11-05 21:56:4513 'about_flags': {
14 'filepath': 'chrome/browser/about_flags\.cc'
15 },
[email protected]f76c8852012-06-21 16:37:0016 'accelerator_table': {
17 'filepath': 'ash/accelerators/accelerator_table\.cc' \
18 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5419 },
[email protected]f76c8852012-06-21 16:37:0020 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5721 'filepath': 'accessibility' \
22 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4723 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5724 '|iaccessible2' \
25 '|isimpledom' \
26 '|liblouis'
[email protected]a3838612009-10-13 21:57:5427 },
[email protected]e9db77a2013-06-12 23:56:1728 'activity_log': {
29 'filepath': 'chrome/browser/extensions/activity_log/' \
30 '|chrome/browser/extensions/api/activity_log_private/'
31 },
dominickn8884155a2016-06-23 02:28:1632 'add_to_homescreen': {
33 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\
34 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\
35 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\
36 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
37 'chrome/browser/android/shortcut_.*|'\
38 'chrome/browser/android/webapps/',
39 },
asvitkine361b276e2016-08-30 18:45:0040 'android_crash_reporting': {
41 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/'
42 },
johnmaguire6aaac7902016-03-15 12:28:2043 'android_crazy_linker': {
44 'filepath': 'third_party/android_crazy_linker/'
45 },
dfalcantaraef21e9e2016-01-07 01:16:2646 'android_infobars': {
47 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
48 },
[email protected]d2cdf342012-08-07 11:00:0249 'android_infra': {
50 'filepath': 'build/android/' \
51 '|testing/android/' \
52 '|tools/android/'
53 },
agrieve4d9c1c52016-09-23 17:49:3854 'android_java': {
55 'filepath': '/java/'
56 },
gabadieb0d23bb92016-02-17 11:26:1657 'android_loading': {
58 'filepath': 'tools/android/loading/'
59 },
[email protected]d6af50812014-04-01 17:18:0960 'android_media': {
61 'filepath': 'content/browser/media/android' \
62 '|content/renderer/media/android' \
63 '|media/audio/android' \
64 '|media/base/android' \
65 '|media/midi/*_android.*' \
66 '|media/video/capture/android'
67 },
[email protected]3261d962014-03-04 22:18:2868 'android_tab': {
69 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
70 },
asvitkine361b276e2016-08-30 18:45:0071 'android_uma_settings': {
72 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
73 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\
74 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\
75 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/CrashDumpUploadPreference.java|'\
76 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java',
77 },
[email protected]7ca78dc12012-09-20 09:26:4478 'android_webview': {
79 'filepath': 'android_webview/',
80 },
[email protected]8a197f22012-06-22 14:59:0581 'app_list': {
[email protected]311cc902013-03-15 04:45:4682 'filepath': 'chrome/browser/ui/app_list'\
83 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4684 '|chrome/browser/ui/views/app_list'\
85 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0586 },
[email protected]e38d185a2013-07-09 08:23:5287 'app_shortcuts': {
88 'filepath': 'apps/app_shim/'\
89 '|chrome/browser/web_applications/'\
90 '|chrome/browser/ui/web_applications/'\
91 '|chrome/common/mac/'
92 },
[email protected]374a93c2009-11-05 21:45:5693 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4994 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5695 },
[email protected]54bf94d2013-01-30 23:07:4096 'apps': {
97 'filepath': '^apps/',
98 },
lhchavez4b19176f2016-05-04 23:12:4699 'arc': {
100 'filepath': 'arc/',
101 },
102 'arc_net': {
103 'filepath': 'components/arc/net/',
104 },
ejcarusoa298ec02016-06-16 20:30:43105 'arc_power': {
106 'filepath': 'components/arc/power/',
107 },
[email protected]3ce56642013-10-17 22:12:51108 'ash': {
109 'filepath': 'ash/',
110 },
[email protected]f76c8852012-06-21 16:37:00111 'aura': {
[email protected]3ce56642013-10-17 22:12:51112 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:39113 },
[email protected]c3a6e1e72013-08-02 00:13:07114 'aura_compositor': {
115 'filepath':
116 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:58117 '|content/browser/compositor/' \
118 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:07119 '|content/browser/renderer_host/render_widget_host_view_aura' \
120 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:44121 '|content/browser/renderer_host/delegated' \
122 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:07123 '|content/common/gpu/client/' \
[email protected]c3a6e1e72013-08-02 00:13:07124 },
sullivan0171e3c2015-03-03 18:47:21125 'auto_bisect': {
126 'filepath': 'tools/run-bisect-perf-regression.py'\
127 '|tools/run-perf-test.cfg'\
128 '|tools/auto_bisect/'
129 },
[email protected]2a38f0c02013-05-29 02:27:45130 'autofill': {
[email protected]30964792013-05-29 02:41:25131 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48132 'chrome/browser/resources/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48133 'chrome/browser/ui/android/autofill/|'\
134 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:27135 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:48136 'chrome/browser/ui/views/autofill/|'\
137 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48138 'chrome/renderer/autofill/|'\
139 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05140 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25141 'components/autofill/browser/webdata/|'\
vabrbeb0c562015-12-01 10:48:08142 'components/webdata/',
[email protected]b3399272010-08-10 19:49:29143 },
[email protected]f76c8852012-06-21 16:37:00144 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49145 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55146 },
dominickn8884155a2016-06-23 02:28:16147 'banners': {
148 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\
149 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\
150 'chrome/browser/android/banners/|'\
151 'chrome/browser/banners/|'\
152 'chrome/browser/ui/android/infobars/app_banner_.*|'\
153 'chrome/renderer/banners/|'\
154 'third_party/WebKit/public/platform/modules/app_banner/|'\
155 'third_party/WebKit/Source/modules/app_banner/',
156 },
jkarlin539748402015-03-31 17:36:31157 'background_sync': {
158 'filepath': 'background_sync',
159 },
[email protected]f76c8852012-06-21 16:37:00160 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49161 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59162 },
[email protected]5e105332012-09-13 01:55:52163 'base_allocator': {
164 'filepath': '^base/allocator',
165 },
[email protected]1ed5e0fd2012-07-19 00:19:05166 'base_memory': {
167 'filepath': '^base/memory',
168 },
robliao1644d8b2016-04-11 15:39:59169 'base_task_scheduler': {
170 'filepath': '^base/task_scheduler',
171 },
[email protected]b17d9e02014-07-29 09:45:50172 'base_win': {
173 'filepath': '^base/win',
174 },
[email protected]7e093d4022014-06-26 19:19:55175 'battery_status': {
176 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10177 'content/test/data/battery_status/|'\
178 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55179 },
maniscalco44c99752015-09-09 21:52:04180 'blimp': {
181 'filepath': '^blimp/',
182 },
[email protected]06798f72013-01-14 22:31:17183 'bookmarks': {
184 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48185 '|chrome/browser/extensions/api/bookmark_manager_private/' \
186 '|chrome/browser/extensions/api/bookmarks/' \
187 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35188 '|chrome/browser/ui/bookmarks/' \
189 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46190 '|chrome/browser/ui/views/bookmarks/' \
191 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17192 },
donnd787f6ed2016-08-03 01:00:56193 'bottombar': {
194 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/',
195 },
[email protected]b17d9e02014-07-29 09:45:50196 'breakpad_app': {
sdefresne8ba0b88c2015-09-18 10:33:13197 'filepath': 'components/crash/content/app/',
[email protected]b17d9e02014-07-29 09:45:50198 },
[email protected]f76c8852012-06-21 16:37:00199 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49200 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25201 },
[email protected]f76c8852012-06-21 16:37:00202 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49203 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25204 },
[email protected]22650d22012-07-18 17:02:35205 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48206 'filepath': 'chrome/browser/autofill/' \
207 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48208 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27209 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19210 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05211 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35212 },
[email protected]f76c8852012-06-21 16:37:00213 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49214 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18215 },
[email protected]f76c8852012-06-21 16:37:00216 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49217 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00218 },
michaelpge42ca3b32016-02-19 08:17:57219 'browser_resources_md': {
220 'filepath': 'chrome/browser/resources/md_'\
221 '|chrome/browser/resources/settings/',
222 },
[email protected]0ce480532012-07-20 12:33:20223 'browsing_data': {
224 'filepath': 'chrome/browser/browsing_data/',
225 },
[email protected]f76c8852012-06-21 16:37:00226 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49227 'filepath': 'ui/views/bubble/|'\
rouslan8d6a8372015-09-10 19:10:10228 'chrome/browser/ui/views/bubble/|'\
229 'components/bubble/',
[email protected]f76c8852012-06-21 16:37:00230 },
jkarlin539748402015-03-31 17:36:31231 'cache_storage': {
232 'filepath': 'cache_storage',
233 },
[email protected]10fbd5952013-08-22 07:42:39234 'cast': {
[email protected]31ef420b2014-08-13 21:19:13235 'filepath': 'media/cast/'\
236 '|chrome/browser/extensions/api/cast_streaming/'\
237 '|chrome/browser/media/cast'\
238 '|chrome/renderer/media/cast'\
239 '|chrome/test/data/extensions/api_test/cast_'\
240 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39241 },
ryanchung4d157372016-05-10 20:27:16242 'cast_certificate': {
243 'filepath': 'components/cast_certificate/'\
244 '|components/test/data/cast_certificate/',
245 },
eranmc2a9f612015-11-24 16:41:34246 'certificate_transparency': {
247 'filepath': 'components/certificate_transparency/'\
248 '|components/packed_ct_ev_whitelist/'\
249 '|net/cert/ct_'\
250 '|net/cert/multi_log_ct_verifier'\
251 '|net/cert/sct_status_flags.h'\
252 '|net/cert/signed_certificate_timestamp'\
253 '|net/cert/signed_tree_head'\
254 '|net/test/ct_',
255 },
[email protected]651d9992014-04-09 17:18:41256 'chromecast': {
257 'filepath': 'chromecast/',
258 },
gfhuang2548f902016-02-26 02:29:21259 'chromecast_public': {
260 'filepath': 'chromecast/public/',
261 },
[email protected]c863702a2012-09-14 20:05:28262 'cc': {
263 'filepath': 'cc/|'\
[email protected]4934d362012-11-22 22:04:53264 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28265 },
[email protected]c73ec8ab2014-01-16 20:35:23266 'chrome_elf': {
267 'filepath': 'chrome_elf',
268 },
[email protected]d5b21972012-07-20 02:06:01269 'chrome_views': {
270 'filepath': 'chrome/browser/ui/views',
271 },
[email protected]f7bf8ba2011-02-24 22:28:46272 'chromedriver': {
samuong53d5e612014-10-10 18:56:38273 'filepath': 'chrome/test/chromedriver|'\
274 'chrome/test/data/chromedriver|'\
275 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46276 },
[email protected]f76c8852012-06-21 16:37:00277 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49278 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01279 },
[email protected]eda0a0b2013-04-19 20:34:35280 'chromeos_attestation': {
281 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59282 'chrome/browser/chromeos/attestation/|'\
283 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35284 },
[email protected]7c59a152012-11-06 20:56:35285 'chromeos_calculator': {
286 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
287 },
hashimoto40ecb692014-09-02 04:51:31288 'chromeos_dbus': {
289 'filepath': 'chromeos/dbus/',
290 },
alematec5187b1b2016-08-26 05:32:18291 'chromeos_geolocation': {
292 'filepath': 'chromeos/geolocation/',
293 },
[email protected]f76c8852012-06-21 16:37:00294 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49295 'filepath': 'chrome/browser/chromeos/login/|'\
296 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58297 'chrome/browser/resources/chromeos/login/|'\
298 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57299 },
[email protected]d7d35f342012-10-22 20:32:47300 'chromeos_net': {
301 'filepath': 'chromeos/network/|'\
stevenjbdd133032015-08-07 18:37:47302 'chrome/browser/chromeos/net/|'\
303 'chrome/browser/extensions/api/networking_private/|'\
304 'extensions/browser/api/networking_private/|'\
305 'ui/chromeos/network/',
[email protected]d7d35f342012-10-22 20:32:47306 },
[email protected]2315ac0c2013-02-05 00:49:16307 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56308 'filepath': 'ash/system/chromeos/power/|'\
309 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16310 'chrome/browser/chromeos/power/',
311 },
alematec5187b1b2016-08-26 05:32:18312 'chromeos_timezone': {
313 'filepath': 'chromeos/timezone/',
314 },
[email protected]f76c8852012-06-21 16:37:00315 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49316 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
317 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12318 },
[email protected]cef7a6d2011-04-29 20:49:07319 'clang_update': {
Nico Webere250e6a2015-12-02 19:31:56320 'filepath': 'tools/clang/scripts/update.py'
[email protected]cef7a6d2011-04-29 20:49:07321 },
[email protected]f76c8852012-06-21 16:37:00322 'clipboard': {
323 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02324 },
[email protected]0387ab32014-08-05 00:13:42325 'closure': {
[email protected]18fd7a532014-08-20 23:09:51326 'filepath': 'third_party/closure_(compiler|linter)/|'
dbeam78528be2016-02-18 07:08:49327 'compiled_resources2?.gyp',
[email protected]0387ab32014-08-05 00:13:42328 },
sdefresned94c5b02015-07-22 17:54:55329 'components_deps': {
330 'filepath': 'components/([^/]*/)*DEPS',
331 },
[email protected]f76c8852012-06-21 16:37:00332 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49333 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00334 },
scheib968e61052014-11-05 00:27:25335 'content_bluetooth': {
336 'filepath': 'content/.*bluetooth'
337 },
kinuko01cbe8a12015-10-20 09:59:06338 'content_loader': {
mmenkefaa97d3b2016-09-25 14:24:02339 'filepath': 'chrome/browser/loader|' \
340 'content/browser/loader|' \
kinuko01cbe8a12015-10-20 09:59:06341 'content/child/*loader',
342 },
mkwst512627022014-09-16 09:23:27343 'content_renderer': {
344 'filepath': 'content/renderer/',
345 },
[email protected]aa3311a2012-11-19 16:04:58346 'content_shell': {
347 'filepath': 'content/shell/',
348 },
kinukoa121bce2015-01-30 10:04:41349 'content_worker': {
350 'filepath': 'content/.*worker',
351 },
donnd787f6ed2016-08-03 01:00:56352 'contextual_search': {
353 'filepath': 'chrome/browser/android/contextualsearch/|' \
354 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \
355 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \
356 'components/contextual_search/',
357 },
[email protected]f76c8852012-06-21 16:37:00358 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49359 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08360 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00361 },
wfh792b71c2016-05-04 23:33:41362 'courgette': {
363 'filepath': 'courgette/',
364 },
michaelpge42ca3b32016-02-19 08:17:57365 'cr_elements': {
366 'filepath': 'ui/webui/resources/cr_element',
367 },
ianwencdb8c9e2015-06-18 22:10:15368 'custom_tabs': {
Newton Allen38c62212015-06-24 21:41:53369 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\
ianwencdb8c9e2015-06-18 22:10:15370 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/',
alancuttercbad6512015-06-19 02:31:28371 },
[email protected]5e105332012-09-13 01:55:52372 'deep_memory_profiler': {
373 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
374 },
Bartosz Fabianowski85a823812015-04-16 10:27:51375 'device_bluetooth': {
376 'filepath': 'device/.*bluetooth'
377 },
[email protected]29ad47c2014-04-23 09:12:48378 'device_sensors': {
379 'filepath': 'content/browser/device_sensors/|'\
380 'content/common/device_sensors/|'\
381 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
382 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
timvolodine8cdb94c2016-09-22 12:17:22383 'content/renderer/device_sensors/|'\
384 'content/test/data/device_sensors/|'\
385 'device/sensors/',
[email protected]8c667232013-11-12 19:49:14386 },
scheibabdd7d32015-02-11 22:13:08387 'developer_recommended_flags': {
388 'filepath': 'developer_recommended_flags.gypi',
389 },
[email protected]342b12872012-11-07 12:10:46390 'devtools': {
391 'filepath': 'devtools',
392 },
[email protected]bab2a832012-07-11 23:29:41393 'disk_cache': {
394 'filepath': 'net/disk_cache/|http_cache',
395 },
[email protected]f76c8852012-06-21 16:37:00396 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49397 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08398 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51399 },
[email protected]ca872e362011-07-12 21:06:03400 'downloads_ui': {
dbeam78528be2016-02-18 07:08:49401 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \
[email protected]8492b5b2012-12-17 21:58:08402 'chrome/browser/ui/webui/.*downloads|' \
403 'chrome/browser/ui/views/download/|' \
asanka2009f412015-10-05 17:28:12404 'chrome/browser/ui/cocoa/download/'
[email protected]ca872e362011-07-12 21:06:03405 },
[email protected]f6df20a2012-10-23 21:22:07406 'drive': {
[email protected]8492b5b2012-12-17 21:58:08407 'filepath': 'chrome/browser/chromeos/drive/|' \
408 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07409 },
[email protected]89d2cd52013-04-16 01:55:36410 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33411 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36412 },
[email protected]3a25c8a2014-06-26 06:47:10413 'eme': {
414 'filepath': 'components/cdm/|' \
415 'content/browser/media/cdm/|' \
416 'content/renderer/media/crypto/|' \
417 'media/base/android/*drm*|' \
418 'media/cdm/|' \
419 'third_party/widevine/cdm/'
420 },
[email protected]247dcfb92014-04-23 18:25:59421 'events': {
422 'filepath': 'ui/events/',
423 },
[email protected]f76c8852012-06-21 16:37:00424 'extension': {
425 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45426 },
apaciblec4093a92016-04-19 19:21:58427 'feedback_ui': {
428 'filepath': 'chrome/browser/resources/(md_)?feedback/'
429 },
[email protected]f76c8852012-06-21 16:37:00430 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08431 'filepath': 'file_system/|' \
432 'fileapi/'
[email protected]80919512011-08-03 08:51:04433 },
[email protected]f76c8852012-06-21 16:37:00434 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08435 'filepath': 'file_browser|' \
436 'file_manager|' \
437 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39438 },
[email protected]4ed766c2013-09-19 09:45:20439 'filesapp': {
okab0be3dc2016-08-30 07:37:10440 'filepath': 'chrome/browser/chromeos/drive|' \
441 'chrome/browser/chromeos/extensions/file_manager|' \
442 'chrome/browser/chromeos/extensions/file_system_provider|' \
443 'chrome/browser/chromeos/file_manager|' \
444 'chrome/browser/chromeos/file_system_provider|' \
445 'chrome/browser/drive|' \
446 'chrome/test/data/extensions/api_test/file_system_provider|' \
447 'components/drive|' \
448 'google_apis/drive|' \
449 'ui/file_manager'
450 },
451 'filesapp_ui': {
[email protected]4ff3d9f2014-04-24 05:25:20452 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20453 },
[email protected]f76c8852012-06-21 16:37:00454 'ftp': {
455 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39456 },
mmoroz58ddb8172016-09-08 18:29:55457 'fuzzing': {
458 'filepath': 'fuzz|Fuzz',
459 },
[email protected]3a2a6ac02014-06-20 07:07:12460 'gcm': {
461 'filepath': 'chrome/browser/services/gcm/|'\
462 'components/gcm_driver/|'\
463 'google_apis/gcm/',
464 },
[email protected]d8036492013-08-09 16:02:23465 'geolocation': {
466 'filepath': 'chrome/browser/geolocation/|'\
467 'content/browser/geolocation|'\
468 'content/public/common/geoposition.*|'\
469 'content/public/browser/geolocation.*|'\
470 'content/renderer/geolocation.*|'\
471 'content/shell/geolocation/',
472 },
[email protected]f93b7382012-08-09 20:53:16473 'gfx_image': {
474 'filepath': 'ui/gfx/image/',
475 },
[email protected]cf428f732012-10-02 20:48:15476 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36477 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15478 },
[email protected]4d1773e2014-04-05 07:59:57479 'gn': {
480 'filepath': 'tools/gn',
481 },
[email protected]f76c8852012-06-21 16:37:00482 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49483 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00484 },
[email protected]f76c8852012-06-21 16:37:00485 'history_ui': {
dbeam78528be2016-02-18 07:08:49486 'filepath': 'chrome/browser/resources/(md_)?history|'\
487 'chrome/browser/ui/webui/.*history',
[email protected]f76c8852012-06-21 16:37:00488 },
[email protected]18d7e402014-07-08 19:53:14489 'hotword': {
490 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
491 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28492 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14493 '|chrome/browser/search/hotword*'\
494 '|chrome/test/data/extensions/api_test/hotword_private/',
495 },
[email protected]f76c8852012-06-21 16:37:00496 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49497 'filepath': 'base/i18n/|base/string|l10n|icu|'\
timvolodine8cdb94c2016-09-22 12:17:22498 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00499 },
[email protected]f76c8852012-06-21 16:37:00500 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49501 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00502 },
[email protected]c26161352013-11-12 19:50:01503 'indexed_db': {
504 'filepath': 'content/browser/indexed_db|'\
505 'content/child/indexed_db|'\
506 'content/common/indexed_db|'\
507 'content/public/browser/indexed_db|'\
508 'content/test/data/indexeddb',
509 },
bruthigaa8281f2016-02-09 17:52:31510 'ink_drop': {
511 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \
512 'ui/views/animation/.*ink_drop.*'
513 },
dtapuska1f997a12016-03-14 19:22:07514 'input': {
515 'filepath': 'content/browser/renderer_host/input|'\
516 'content/renderer/input|'\
517 'ui/events/blink/'
518 },
[email protected]f76c8852012-06-21 16:37:00519 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49520 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00521 },
mmoss19826c62014-11-14 21:37:36522 'installer_linux': {
523 'filepath': 'chrome/installer/linux/',
524 },
[email protected]56b4b09d32012-07-27 18:28:41525 'instant': {
[email protected]607903d2013-03-25 22:15:47526 'filepath': 'instant|searchbox|'\
527 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13528 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39529 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47530 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41531 },
sdefresne18b47312015-06-18 15:15:09532 'ios_chrome': {
533 'filepath': 'ios/chrome',
534 },
[email protected]f76c8852012-06-21 16:37:00535 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49536 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00537 },
mkwstb0d1b1d2014-09-30 11:45:36538 'ipc_messages': {
539 'filepath': '_message.*.h|'\
540 '_messages.cc',
541 },
vabraafbd4f32015-11-10 19:30:23542 'login': {
543 'filepath': 'chrome/browser/ui/login'
544 },
[email protected]a3f777d2014-01-07 23:38:26545 'libwebp': {
546 'filepath': 'third_party/libwebp'
547 },
johannkoenig52381382015-09-18 22:35:25548 'libvpx': {
johannkoenig8cdf03472016-03-02 13:54:31549 'filepath': 'third_party/libvpx'
johannkoenig52381382015-09-18 22:35:25550 },
[email protected]04a292a2013-03-07 19:58:42551 'linux_fonts': {
552 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41553 'ui/gfx/platform_font_linux.*|'\
554 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42555 },
556 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49557 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00558 },
[email protected]04a292a2013-03-07 19:58:42559 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54560 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00561 },
mlamourid8b0feb2015-06-02 16:30:47562 'manifest': {
563 'filepath': 'content/(browser|renderer)/manifest/'\
564 '|content/public/common/manifest*',
565 },
michaelpg32ca07902015-02-07 00:31:11566 'md_settings': {
michaelpge42ca3b32016-02-19 08:17:57567 'filepath': 'chrome/browser/resources/settings/'\
michaelpg9bc66292015-09-04 22:35:19568 '|chrome/browser/ui/webui/settings/',
michaelpg32ca07902015-02-07 00:31:11569 },
[email protected]f76c8852012-06-21 16:37:00570 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49571 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00572 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00573 },
[email protected]06dd23172013-06-24 21:04:51574 'media_galleries': {
575 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51576 '|chrome/browser/media_galleries/'\
577 '|chrome/browser/storage_monitor/'\
578 '|chrome/common/media_galleries/'\
579 '|chrome/test/data/extensions/api_test/media_galleries/'\
580 '|chrome/utility/itunes*'\
581 '|chrome/utility/picasa*',
582 },
alokp9e369ea72e2016-06-10 05:41:09583 'media_mojo': {
584 'filepath': 'media/mojo/*'
585 },
kmarshallb698ad4f2015-02-24 19:42:48586 'media_router': {
587 'filepath': 'chrome/browser/media/router/*' \
588 '|chrome/app/theme/*/common/media_router*' \
589 '|chrome/browser/resources/media_router/' \
590 '|chrome/browser/ui/webui/media_router/' \
591 '|chrome/test/media_router/',
592 },
[email protected]f76c8852012-06-21 16:37:00593 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49594 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00595 },
596 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49597 'filepath': 'base/metrics/'\
asvitkine361b276e2016-08-30 18:45:00598 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49599 '|chrome/browser/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49600 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12601 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49602 '|chrome/browser/ui/webui/metrics_handler'\
asvitkineb7e10302016-01-20 05:17:45603 '|chromecast/browser/metrics/'\
[email protected]f76c8852012-06-21 16:37:00604 '|content/browser/user_metrics.cc'\
asvitkinee4bad382015-11-05 21:56:45605 '|components/metrics/'\
asvitkineb7e10302016-01-20 05:17:45606 '|components/metrics_services_manager/'\
[email protected]ce6b855a2014-03-12 19:51:39607 '|components/rappor/'\
asvitkinee4bad382015-11-05 21:56:45608 '|components/variations/'\
[email protected]f76c8852012-06-21 16:37:00609 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12610 # Exclude XML files; in particular, histograms.xml.
611 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
612 },
613 'metrics_xml_files': {
614 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21615 'filepath': 'tools/metrics/.*\.xml$',
616 },
617 'midi': {
618 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00619 },
[email protected]341f218a2013-09-24 22:16:10620 'mojo': {
621 'filepath': 'mojo',
622 },
[email protected]f76c8852012-06-21 16:37:00623 'mouse_lock': {
624 'filepath': 'mouse_lock',
625 },
rjkroegef60dea862015-10-29 17:50:06626 'mus': {
ben6b0453d12016-07-02 04:27:19627 'filepath': 'services/ui/'\
rjkroegef60dea862015-10-29 17:50:06628 '|mojo/gpu/',
629 },
[email protected]f76c8852012-06-21 16:37:00630 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49631 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56632 'chrome/browser/nacl_host/|chrome/common/nacl|'\
633 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00634 },
[email protected]99ddc3d2013-01-22 16:15:33635 'native_client_sdk': {
636 'filepath': '^native_client_sdk/',
637 },
[email protected]b9ecdb62014-03-07 14:56:43638 'navigation': {
639 'filepath': 'content/browser/frame_host|'\
640 'content/browser/renderer_host/render_process_host.*|'\
641 'content/browser/renderer_host/render_view_host.*|'\
642 'content/browser/web_contents/web_contents_impl.*|'\
643 'content/renderer/render_frame.*|'\
644 'content/renderer/render_view.*'
645 },
[email protected]f76c8852012-06-21 16:37:00646 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49647 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00648 },
649 'net_error_list': {
650 'filepath': 'net/base/net_error_list.h',
651 },
652 'net_log': {
mmenke59e4d8fb42016-06-15 21:15:28653 'filepath': 'net/log/|' \
[email protected]f2f0fbb92012-07-14 15:52:49654 'chrome/browser/net/.*net_log|' \
[email protected]f2f0fbb92012-07-14 15:52:49655 'chrome/browser/resources/net_internals/|' \
mmenke59e4d8fb42016-06-15 21:15:28656 'chrome/browser/ui/webui/net_internals/|' \
657 'components/net_log/'
[email protected]f76c8852012-06-21 16:37:00658 },
jkarlin539748402015-03-31 17:36:31659 'netinfo': {
660 'filepath': 'netinfo',
661 },
peterf4758412014-09-17 15:06:01662 'notifications': {
663 'filepath': 'chrome/browser/extensions/api/notifications/|' \
664 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12665 'chrome/test/data/notifications/|' \
666 'content/browser/notifications/|' \
667 'content/child/notifications/|' \
668 'content/common/platform_notification|' \
669 'content/public/browser/platform_notification|' \
670 'content/public/common/platform_notification|' \
671 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01672 'ui/message_center/'
673 },
[email protected]f76c8852012-06-21 16:37:00674 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49675 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16676 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49677 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00678 },
mcwilliamsedee5042016-04-05 18:46:45679 'ntp_snippets': {
680 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk16a37f902016-05-16 15:49:36681 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk14c89352016-07-21 13:45:13682 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\
mvanouwerkerk538dc0b62016-05-17 14:55:34683 'chrome/browser/android/ntp/ntp_snippets|'\
mcwilliamsedee5042016-04-05 18:46:45684 'chrome/browser/ntp_snippets/|'\
mvanouwerkerk41649732016-05-17 13:37:00685 'chrome/browser/resources/snippets_internals|'\
686 'chrome/browser/ui/webui/snippets_internals|'\
mcwilliamsedee5042016-04-05 18:46:45687 'components/ntp_snippets/|'\
688 'chrome/android/java/res/layout/new_tab_page|'\
689 'chrome/android/java/res/layout/most_visited'
690 },
treib70176c52016-07-08 14:34:19691 'ntp_tiles': {
692 'filepath': 'chrome/browser/android/ntp/|'\
693 'chrome/browser/ui/webui/ntp/|'\
694 'chrome/common/search/ntp|'\
695 'components/ntp_tiles/'
696 },
dimichdce3ee492016-04-04 04:20:52697 'offline_pages': {
698 'filepath': 'components/offline_pages/'\
fgorski329be5b2016-04-19 21:38:11699 '|chrome/browser/android/offline_pages/'\
700 '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/'
dimichdce3ee492016-04-04 04:20:52701 },
[email protected]f76c8852012-06-21 16:37:00702 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49703 'filepath': 'chrome/browser/autocomplete/'\
704 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00705 },
[email protected]437c44b2012-11-08 01:35:52706 'options': {
707 'filepath': 'chrome/browser/resources/options/|'\
708 'chrome/browser/ui/webui/options/',
709 },
chasej6dff9292016-02-02 20:33:12710 'origin_trials': {
711 'filepath': 'origin_trials',
712 },
[email protected]4a2078e2013-07-18 20:40:20713 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44714 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43715 'ui/events/ozone/|'\
716 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20717 'ui/gl/gl_.*egl.*|'\
718 'ui/gl/gl_.*ozone.*'
719 },
csharrison3b1dc4062015-10-19 14:31:08720 'page_load_metrics' : {
bmcquade9f433702016-07-26 23:33:50721 'filepath': 'chrome/browser/page_load_metrics/'\
722 '|chrome/common/page_load_metrics/'\
723 '|chrome/renderer/page_load_metrics/'
csharrison3b1dc4062015-10-19 14:31:08724 },
[email protected]f76c8852012-06-21 16:37:00725 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29726 'filepath': 'chrome/browser/ui/panels'\
727 '|chrome/browser/ui/cocoa/panels'\
[email protected]7cbe5a52012-09-27 02:00:29728 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00729 },
[email protected]3cc8b3922014-05-05 13:12:08730 'password_manager': {
731 'filepath': 'chrome/.*/password_'\
732 '|chrome/browser/ui/passwords'\
733 '|chrome/browser/ui/views/passwords'\
734 '|chrome/test/data/password'\
735 '|components/autofill.*password'
736 '|components/password_'\
vabrccdb7222016-06-01 14:59:40737 '|^ios/chrome/browser/passwords'\
[email protected]3cc8b3922014-05-05 13:12:08738 },
[email protected]f76c8852012-06-21 16:37:00739 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58740 'filepath': 'ppapi/api'\
741 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00742 },
mlamourid8b0feb2015-06-02 16:30:47743 'permissions': {
744 'filepath': 'content/(child,browser)/permissions/'\
745 '|content/common/permission_*'\
746 '|content/public/(common,browser)/permission_*'\
747 '|chrome/browser/permissions/'\
748 '|chrome/browser/content_settings/permission*'\
749 '|permission_context',
750 },
[email protected]f76c8852012-06-21 16:37:00751 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49752 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
Thiago Farinae067154bb2015-05-07 15:37:59753 'chrome/common/plugin',
[email protected]f76c8852012-06-21 16:37:00754 },
tnagelad92622a92015-10-20 10:26:30755 'policy_definitions': {
756 'filepath': 'components/policy/resources/policy_templates.json',
757 },
michaelpg11fff3f2015-02-06 03:35:34758 'polymer': {
759 'filepath': 'third_party/polymer/|'\
dbeam78528be2016-02-18 07:08:49760 'tools/polymer|'\
michaelpg11fff3f2015-02-06 03:35:34761 'ui/webui/resources/polymer_resources.grdp',
762 },
twifkak0c69c1f2015-06-22 18:20:09763 'precache': {
764 'filepath': '[pP]recache'
765 },
[email protected]ef6cc442012-10-30 03:24:17766 'predictors': {
767 'filepath': 'predictors',
768 },
[email protected]be775bc2014-06-30 15:41:14769 'prepopulated_engines': {
770 'filepath': 'components/search_engines/prepopulated_engines.json',
771 },
[email protected]f76c8852012-06-21 16:37:00772 'prerender': {
[email protected]78375a52012-07-14 14:47:57773 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00774 },
peter884896c72015-03-12 14:26:20775 'push_messaging': {
776 'filepath': 'push_messaging'
777 },
[email protected]f76c8852012-06-21 16:37:00778 'pyauto': {
779 'filepath': 'chrome/test/pyautolib' \
780 '|chrome/test/functional' \
781 '|chrome/browser/automation/automation_provider_json'
782 },
783 'remoting': {
anandce1c55372015-03-04 01:23:10784 'filepath': 'remoting/' \
785 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00786 },
gab57e80c72014-12-08 21:06:13787 'rlz_id': {
788 'filepath' :'rlz/lib/machine_id.cc|'\
789 'rlz/lib/machine_id.h|'\
790 'rlz/win/lib/machine_id_win.cc',
791 },
grt829c6a82014-10-20 09:29:32792 'safe_browsing': {
793 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
794 },
rickyz0a819bfc2015-02-04 23:57:22795 'sandbox': {
796 'filepath': 'sandbox/'\
797 '|content/browser/bootstrap_sandbox_mac'\
798 '|content/browser/renderer_host/render_sandbox_host_linux'\
799 '|content/browser/renderer_host/sandbox_ipc_linux'\
800 '|content/browser/zygote_host/'\
801 '|content/common/sandbox_'\
802 '|content/zygote/'\
803 },
skyostil20dea312014-11-11 13:43:06804 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17805 'filepath': 'cc/scheduler'\
jochen83c639f02015-04-22 17:07:37806 '|components/scheduler'\
rmcilroyfa5ac552015-04-09 12:33:17807 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06808 },
mlamourid8b0feb2015-06-02 16:30:47809 'screen_orientation': {
810 'filepath': 'screen_orientation',
811 },
[email protected]21cd39b2012-06-28 01:48:40812 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49813 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40814 },
[email protected]0b431722014-01-08 07:21:51815 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17816 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51817 },
dominickn8884155a2016-06-23 02:28:16818 'site_engagement': {
819 'filepath': 'chrome/browser/engagement/|'\
820 'chrome/browser/ui/webui/engagement/',
821 },
[email protected]f76c8852012-06-21 16:37:00822 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49823 'filepath': 'content/browser/site_instance|'\
824 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00825 },
826 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49827 'filepath': 'chrome/browser/speech/'\
828 '|content/browser/speech/'\
829 '|content/common/.*speech'\
830 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00831 },
[email protected]ad0295d2012-10-11 23:43:36832 'spellcheck': {
833 'filepath': 'chrome/browser/spellchecker/'\
timvolodine8cdb94c2016-09-22 12:17:22834 '|chrome/browser/renderer_context_menu/spelling_'\
835 '|components/spellcheck/'\
836 '|third_party/hunspell/'\
837 '|third_party/hunspell_dictionaries/',
[email protected]ad0295d2012-10-11 23:43:36838 },
[email protected]67f39af2013-08-23 20:06:05839 'streams': {
840 'filepath': 'content/browser/streams/',
841 },
vmpstrcc1c08302015-11-18 06:05:51842 'styleguide': {
843 'filepath': '^styleguide/',
844 },
[email protected]43d33e92014-07-14 16:39:31845 'supervised_users': {
846 'filepath': 'chrome/browser/.*managed_mode'\
847 '|chrome/browser/.*managed_user'\
848 '|chrome/browser/.*supervised_user',
849 },
[email protected]f76c8852012-06-21 16:37:00850 'sync': {
maxboguefa217942016-04-01 01:08:13851 'filepath': '^chrome/android/sync_shell/'\
852 '|^chrome/browser/ui/sync/'\
853 '|^chrome/browser/ui/views/sync/'\
854 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\
855 '|^ios/chrome/browser/sync/'\
856 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
857 '|^chrome/browser/sync/'\
858 '|^components/browser_sync/'\
Max Boguefef332d2016-07-28 22:09:09859 '|^components/sync/'\
maxboguefa217942016-04-01 01:08:13860 '|^components/sync_bookmarks/'\
Max Boguefef332d2016-07-28 22:09:09861 '|^components/sync_sessions/',
[email protected]f76c8852012-06-21 16:37:00862 },
[email protected]92871a102013-07-01 11:11:41863 'syncfs': {
864 'filepath': 'sync_file_system',
865 },
[email protected]82d74152013-07-28 08:55:31866 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13867 'filepath': 'cc/output/copy_output_request'\
868 '|chrome/browser/extensions/api/tab_capture/'\
869 '|chrome/test/data/extensions/api_test/tab_capture/'\
870 '|content/browser/compositor/delegated_frame_host'\
871 '|content/browser/media/capture/'\
872 '|content/browser/renderer_host/compositing_iosurface'\
873 '|content/browser/renderer_host/media/(audio_'\
874 '|media_stream_manager|video_)'\
875 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
876 '|media/base/video_frame\.h'\
877 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31878 },
[email protected]f76c8852012-06-21 16:37:00879 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49880 'filepath': 'chrome/browser/tab_contents/|'\
881 'content/browser/tab_contents/|'\
882 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00883 },
[email protected]31ef420b2014-08-13 21:19:13884 'tab_media_indicators': {
885 'filepath': 'chrome/browser/media/audio_stream_monitor'\
886 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
887 '|chrome/browser/ui/tabs/tab_utils'\
888 '|chrome/browser/ui/views/tabs/tab\.cc'\
889 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
890 '|media/audio/audio_(output_controller|power_monitor)',
891 },
[email protected]f76c8852012-06-21 16:37:00892 'task_manager': {
893 'filepath': 'task_manager'
894 },
[email protected]5e105332012-09-13 01:55:52895 'tcmalloc': {
896 'filepath': 'third_party/tcmalloc'
897 },
[email protected]31a10602012-11-21 01:51:26898 'telemetry': {
nednguyen79105d422016-04-18 01:38:42899 'filepath': 'tools/perf/'
[email protected]31a10602012-11-21 01:51:26900 },
[email protected]f76c8852012-06-21 16:37:00901 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49902 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52903 },
[email protected]1cbbb30b2011-10-14 08:03:56904 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49905 'filepath': 'content/browser/renderer_host/gtk_im'\
906 '|content/browser/renderer_host/gtk_key'\
907 '|content/browser/renderer_host/render_widget_host_view'\
908 '|content/browser/renderer_host/text_input'\
909 '|ui/base/ime/'\
910 '|ui/base/gtk/event'\
911 '|ui/base/gtk/gtk_im'\
912 '|ui/base/keycodes/'\
913 '|ui/base/win/ime'\
914 '|ui/views/controls/textfield/'\
915 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56916 },
[email protected]3a117c62011-11-29 04:28:02917 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49918 'filepath': 'chrome/browser/chromeos/input_method/'\
919 '|chrome/browser/chromeos/extensions/input_method'\
920 '|chrome/browser/chromeos/status/input_method'\
921 '|chrome/browser/extensions/extension_input_'\
922 '|chrome/browser/resources/keyboard'\
923 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43924 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49925 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42926 '|chrome/browser/ui/webui/options/language'\
927 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02928 },
chirantan96fcf6d2015-01-21 22:36:19929 'timers': {
930 'filepath': 'base/timer/'\
931 '|components/timers/'
932 },
[email protected]f76c8852012-06-21 16:37:00933 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49934 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09935 },
[email protected]f76c8852012-06-21 16:37:00936 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49937 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05938 },
[email protected]c8eb7f72013-07-04 15:30:11939 'tracing': {
940 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31941 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11942 '|content/browser/tracing/'\
943 '|components/tracing/'
944 },
[email protected]cf428f732012-10-02 20:48:15945 'ui_compositor': {
946 'filepath': 'ui/compositor/layer\.|'\
947 'ui/compositor/layer_unittest|'\
948 'ui/compositor/compositor',
949 },
robliao2c4b7492016-07-19 01:57:26950 'ui_display_win': {
951 'filepath': '^ui/display/win',
952 },
[email protected]6b5093c2012-05-23 19:10:18953 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49954 'filepath': 'ui/resources/'\
955 '|ui/base/native_theme/resources/'\
956 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18957 },
[email protected]f76c8852012-06-21 16:37:00958 'valgrind': {
959 'filepath': 'valgrind',
960 },
[email protected]c73ec8ab2014-01-16 20:35:23961 'version_assembly': {
962 'filepath': 'chrome/app/version_assembly',
963 },
posciak62a72272016-05-11 08:31:24964 'video': {
965 'filepath': 'content/browser/renderer_host/media/|'\
966 'content/renderer/media/|'\
967 'media/capture/video/|'\
968 'media/filters/|'\
969 'media/gpu/|'\
970 '.*video.*',
971 },
mcasas09e881c2016-04-09 02:09:50972 'video_capture': {
973 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\
974 '|content/browser/renderer_host/media/.*(capture|media)'\
975 '|content/renderer/media/.*(capture|media|webrtc)'\
976 '|media/capture/'\
977 '|media/muxers/',
978 },
[email protected]f76c8852012-06-21 16:37:00979 'views': {
980 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49981 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00982 },
[email protected]f47d871a2013-10-11 22:14:15983 'views_corewm': {
984 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17985 },
[email protected]ef514a32014-02-26 01:02:35986 'virtual_keyboard': {
987 'filepath': 'ui/keyboard/'\
988 'chrome/test/data/chromeos/virtual_keyboard/'\
989 'chrome/common/extensions/api/virtual_keyboard',
990 },
mcasas09e881c2016-04-09 02:09:50991 'webrtc_browser_tests': {
992 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\
993 'content/browser/media/.*webrtc.*browsertest',
994 },
[email protected]208879542012-07-05 11:15:34995 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49996 'filepath': 'chrome/browser/content_settings/'\
997 '|chrome/browser/ui/views/website_settings/'\
998 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52999 '|chrome/common/content_settings'\
1000 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:341001 },
[email protected]b17d9e02014-07-29 09:45:501002 'windows_sandboxing': {
1003 'filepath': 'sandbox/win/',
1004 },
[email protected]f76c8852012-06-21 16:37:001005 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:491006 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
1007 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
1008 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:001009 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:491010 'xinput_hierarchy_changed_event_listener\.' \
1011 '|chrome/browser/chromeos/wm_' \
1012 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:401013 },
wjmaclean3ff6a402015-03-31 19:00:201014 'zoom': {
1015 'filepath': 'chrome/browser/ui/zoom/' \
1016 '|components/ui/zoom/' \
1017 '|content/browser/host_zoom_*' \
1018 '|content/browser/storage_partition_impl*' \
1019 '|content/public/browser/host_zoom_map.h' \
1020 '|content/public/browser/storage_partition.h'
1021 },
timlohd035d572015-09-25 15:28:021022
1023 'blink': {
1024 'filepath': 'third_party/WebKit/',
1025 },
1026 'blink_accessibility': {
1027 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)'
1028 },
1029 'blink_animation': {
1030 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)',
1031 },
1032 'blink_app_banner': {
1033 'filepath': 'third_party/WebKit/Source/modules/app_banner' \
1034 '|third_party/WebKit/public/platform/modules/app_banner',
1035 },
1036 'blink_audio': {
1037 'filepath': 'third_party/WebKit/Source/platform/audio' \
1038 '|third_party/WebKit/Source/modules/webaudio',
1039 },
1040 'blink_battery_status': {
1041 'filepath': 'third_party/WebKit/Source/modules/battery/' \
1042 '|third_party/WebKit/LayoutTests/battery-status/' \
1043 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)'
1044 },
1045 'blink_bidi': {
1046 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \
1047 '|third_party/WebKit/Source/core/rendering/.*Bidi',
1048 },
1049 'blink_bindings': {
1050 'filepath': 'third_party/WebKit/Source/bindings',
1051 },
jbroman9ac2d532016-09-01 18:20:081052 'blink_bindings_serialization': {
1053 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
1054 },
timlohd035d572015-09-25 15:28:021055 'blink_bluetooth': {
1056 'filepath': 'third_party/WebKit/.*[Bb]luetooth'
1057 },
1058 'blink_canvas2d': {
1059 'filepath': 'third_party/WebKit/Source/core/html/canvas' \
1060 '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \
1061 '|third_party/WebKit/Source/modules/canvas2d' \
1062 '|third_party/WebKit/Source/platform/graphics/Canvas2D',
1063 },
1064 'blink_clipboard': {
1065 'filepath': 'third_party/WebKit/Source/core/clipboard' \
1066 '|third_party/WebKit/Source/core/page/.*Drag' \
1067 '|third_party/WebKit/Source/platform/.*Drag' \
1068 '|third_party/WebKit/Source/platform/clipboard' \
1069 '|third_party/WebKit/Source/web/.*Drag' \
1070 '|third_party/WebKit/public/platform/.*Drag' \
1071 '|third_party/WebKit/public/web/.*Drag',
1072 },
1073 'blink_content_security_policy': {
1074 'filepath': 'third_party/WebKit/Source/core/frame/csp' \
1075 '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \
1076 '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy'
1077 },
1078 'blink_css': {
1079 'filepath': 'third_party/WebKit/Source/core/css',
1080 },
1081 'blink_css_grid_layout': {
1082 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \
1083 '|third_party/WebKit/Source/core/paint/.*Grid' \
1084 '|third_party/WebKit/Source/core/css/.*Grid' \
1085 '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \
1086 '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \
1087 '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
1088 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
1089 },
1090 'blink_css_flexbox': {
1091 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \
1092 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \
1093 '|third_party/WebKit/LayoutTests/css3/flexbox/' \
1094 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/'
1095 },
1096 'blink_css_fragmentation_tests': {
1097 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \
mstensho6471a3d2015-11-25 12:31:021098 '|third_party/WebKit/LayoutTests/fast/pagination/' \
1099 '|third_party/WebKit/LayoutTests/printing/'
timlohd035d572015-09-25 15:28:021100 },
1101 'blink_css_regions': {
1102 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
1103 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1104 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1105 '|third_party/WebKit/Source/core/css/.*Region' \
1106 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1107 '|third_party/WebKit/LayoutTests/fast/regions/' \
1108 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
1109 },
1110 'blink_custom_elements': {
dominicc05d120d2016-05-16 01:13:401111 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
timlohd035d572015-09-25 15:28:021112 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1113 },
1114 'blink_device_light': {
1115 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1116 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1117 },
1118 'blink_device_orientation': {
1119 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1120 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1121 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
1122 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \
1123 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController'
1124 },
1125 'blink_devtools': {
1126 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)',
1127 },
1128 'blink_dom': {
1129 'filepath': 'third_party/WebKit/Source/core/dom/'
1130 },
1131 'blink_events': {
1132 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
1133 '|third_party/WebKit/Source/core/dom/.*Event' \
1134 '|third_party/WebKit/Source/core/css/.*Event' \
1135 '|third_party/WebKit/Source/platform/.*Event'
1136 },
1137 'blink_fetch': {
1138 'filepath': 'third_party/WebKit/Source/core/fetch',
1139 },
1140 'blink_heap': {
1141 'filepath': 'third_party/WebKit/Source/platform/heap' \
1142 '|third_party/WebKit/Source/wtf/Partition.*'
1143 },
1144 'blink_html': {
1145 'filepath': 'third_party/WebKit/Source/core/html/'
1146 },
1147 'blink_loader': {
1148 'filepath': 'third_party/WebKit/Source/core/loader',
1149 },
haraken04143c62016-03-31 08:48:561150 'blink_modules': {
1151 'filepath': 'third_party/WebKit/Source/modules'
1152 },
timlohd035d572015-09-25 15:28:021153 'blink_notifications': {
1154 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1155 '|third_party/WebKit/Source/modules/notifications' \
1156 '|third_party/WebKit/public/platform/modules/notifications'
1157 },
1158 'blink_owners': {
1159 'filepath': 'third_party/WebKit/.*OWNERS',
1160 },
1161 'blink_paint': {
1162 'filepath': 'third_party/WebKit/Source/core/paint/'
1163 },
1164 'blink_permissions': {
1165 'filepath': 'third_party/WebKit/Source/modules/permissions/' \
1166 '|third_party/WebKit/public/platform/modules/permissions/',
1167 },
1168 'blink_preloadScanner': {
1169 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner',
1170 },
1171 'blink_public_api': {
1172 'filepath': 'third_party/WebKit/public'
1173 },
1174 'blink_push_messaging': {
1175 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1176 '|third_party/WebKit/Source/modules/push_messaging' \
1177 '|third_party/WebKit/public/platform/modules/push_messaging'
1178 },
kinuko533a1692015-12-21 08:57:251179 'blink_platform': {
1180 'filepath': 'third_party/WebKit/Source/platform'
1181 },
timlohd035d572015-09-25 15:28:021182 'blink_platform_graphics': {
1183 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1184 '|third_party/WebKit/Source/platform/geometry' \
1185 '|third_party/WebKit/Source/platform/graphics'
1186 },
1187 'blink_indexed_db': {
1188 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1189 '|third_party/WebKit/Source/web/.*IDB' \
1190 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1191 '|third_party/WebKit/public/platform/.*IDB'
1192 },
dtapuska1f997a12016-03-14 19:22:071193 'blink_input': {
1194 'filepath': 'third_party/WebKit/Source/core/input/'
1195 },
timlohd035d572015-09-25 15:28:021196 'blink_layout': {
1197 'filepath': 'third_party/WebKit/Source/core/layout' \
1198 '|third_party/WebKit/Source/core/rendering'
1199 },
ojan21576e22016-08-17 21:43:461200 'blink_layout_ng': {
1201 'filepath': 'third_party/WebKit/Source/core/layout/ng',
1202 },
timlohd035d572015-09-25 15:28:021203 'blink_layers': {
1204 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \
1205 '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \
1206 '|third_party/WebKit/Source/core/layout/Layer'
1207 },
1208 'blink_prerender': {
1209 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)'
1210 },
1211 'blink_client_hints': {
1212 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \
1213 '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \
1214 '|third_party/WebKit/Source/core/fetch/FetchContext*' \
1215 '|third_party/WebKit/Source/core/fetch/ImageResource*' \
1216 '|third_party/WebKit/Source/core/fetch/ResourceFetcher*'
1217 },
1218 'blink_track': {
1219 'filepath': 'third_party/WebKit/Source/core/html/track/' \
1220 '|third_party/WebKit/Source/core/loader/TextTrack' \
1221 '|third_party/WebKit/Source/core/html/HTMLMediaElement' \
1222 '|third_party/WebKit/Source/core/html/HTMLTrackElement' \
1223 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1224 '|third_party/WebKit/Source/core/css/mediaControl' \
1225 '|third_party/WebKit/LayoutTests/media/track/'
1226 },
1227 'blink_media': {
1228 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \
1229 '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \
1230 '|third_party/WebKit/Source/core/html/shadow/MediaControl' \
1231 '|third_party/WebKit/Source/core/layout/LayoutMedia' \
1232 '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \
1233 '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \
1234 '|third_party/WebKit/Source/platform/drm/' \
1235 '|third_party/WebKit/Source/platform/graphics/media/' \
1236 '|third_party/WebKit/Source/web/.*Media' \
1237 '|third_party/WebKit/LayoutTests/media/' \
1238 '|third_party/WebKit/public/.*Media'
1239 },
1240 'blink_media_queries': {
1241 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \
1242 '|third_party/WebKit/Source/core/css/MediaList' \
1243 '|third_party/WebKit/Source/core/css/MediaQuery' \
1244 '|third_party/WebKit/Source/core/css/parser/MediaQuery'
1245 },
1246 'blink_navigator_content_utils': {
1247 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \
1248 '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils'
1249 },
1250 'blink_out_of_process_frames': {
1251 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \
dcheng10f6a9c2016-05-06 16:40:031252 '|third_party/WebKit/Source/core/frame/Frame\.' \
timlohd035d572015-09-25 15:28:021253 '|third_party/WebKit/Source/web/WebFrame' \
1254 '|third_party/WebKit/Source/web/WebRemoteFrameImpl'
1255 },
1256 'blink_fileapi': {
1257 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \
1258 '|third_party/WebKit/Source/core/fileapi/' \
1259 '|third_party/WebKit/Source/platform/.*File' \
1260 '|third_party/WebKit/Source/web/.*File' \
1261 '|third_party/WebKit/LayoutTests/fast/file' \
1262 '|third_party/WebKit/public/.*File'
1263 },
1264 'blink_quota': {
1265 'filepath': 'third_party/WebKit/Source/modules/quota/' \
1266 '|third_party/WebKit/Source/web/.*Quota' \
1267 '|third_party/WebKit/public/.*Quota'
1268 },
mcasas09e881c2016-04-09 02:09:501269 'blink_mediacapturefromelement': {
1270 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \
1271 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \
1272 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \
1273 '|third_party/WebKit/public/platform/WebCanvasCapture'
1274 },
1275 'blink_mediarecorder': {
1276 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \
1277 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \
1278 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
1279 '|third_party/WebKit/public/platform/WebMediaRecorder'
1280 },
timlohd035d572015-09-25 15:28:021281 'blink_mediastream': {
1282 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \
1283 '|third_party/WebKit/Source/platform/mediastream/' \
1284 '|third_party/WebKit/Source/platform/exported/WebMediaStream' \
1285 '|third_party/WebKit/Source/platform/exported/WebRTC' \
1286 '|third_party/WebKit/LayoutTests/fast/mediastream/'
1287 },
1288 'blink_geolocation': {
1289 'filepath': 'third_party/WebKit/LayoutTests/fast/dom/Geolocation/' \
1290 '|third_party/WebKit/Source/modules/geolocation/' \
1291 '|third_party/WebKit/Source/web/.*Geolocation' \
1292 '|third_party/WebKit/public/web/.*Geolocation'
1293 },
1294 'blink_htmlparser': {
1295 'filepath': 'third_party/WebKit/Source/core/html/parser/'
1296 },
1297 'blink_screen_orientation': {
1298 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \
1299 '|third_party/WebKit/public/platform/modules/screen_orientation',
1300 },
1301 'blink_scheduler': {
1302 'filepath': 'third_party/WebKit/Source/platform/scheduler' \
1303 '|third_party/WebKit/Source/core/html/parser/.*Scheduler'
1304 },
1305 'blink_serviceworkers' : {
1306 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \
1307 '|third_party/WebKit/LayoutTests/http/tests/serviceworker'
1308 },
1309 'blink_serviceworkers_tests' : {
1310 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker'
1311 },
timlohd035d572015-09-25 15:28:021312 'blink_spellcheck' : {
1313 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck'
1314 },
jbromana7bdfdb2016-02-05 15:10:321315 'blink_spv2_layout_tests': {
1316 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2'
1317 },
timlohd035d572015-09-25 15:28:021318 'blink_style': {
1319 'filepath': 'third_party/WebKit/.*(style/|Style)',
1320 },
1321 'blink_svg': {
1322 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
1323 },
timlohd035d572015-09-25 15:28:021324 'blink_vibration': {
1325 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
1326 '|third_party/WebKit/Source/modules/vibration/'
1327 },
1328 'blink_viewport_interaction': {
1329 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \
1330 '|third_party/WebKit/Source/core/dom/ViewportArguments' \
1331 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \
1332 '|third_party/WebKit/Source/core/page/FrameView' \
1333 '|third_party/WebKit/Source/core/page/scrolling'
1334 },
1335 'blink_w3ctests': {
1336 'filepath': 'third_party/WebKit/LayoutTests/imported/' \
1337 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
1338 },
kinukoa1a73202016-05-24 06:42:361339 'blink_web': {
1340 'filepath': 'third_party/WebKit/Source/web'
1341 },
timlohd035d572015-09-25 15:28:021342 'blink_webcomponents': {
1343 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \
1344 '|third_party/WebKit/Source/core/dom/custom/' \
1345 '|third_party/WebKit/Source/core/html/imports/' \
1346 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
1347 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers'
1348 },
dpranke7d5df742016-04-06 00:27:031349 'blink_tools': {
1350 'filepath': 'third_party/WebKit/Tools/'
1351 },
timlohd035d572015-09-25 15:28:021352 'blink_webp': {
1353 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \
1354 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP'
1355 },
1356 'blink_websockets': {
1357 'filepath': 'third_party/WebKit/Source/modules/websockets/'
1358 },
1359 'blink_workers': {
1360 'filepath': 'third_party/WebKit/Source/core/workers',
1361 },
1362 'blink_wtf': {
1363 'filepath': 'third_party/WebKit/Source/wtf',
1364 },
1365 'blink_xmlhttprequest': {
1366 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
tfarinad21f9472015-10-13 18:36:011367 },
1368 'test_runner': {
1369 'filepath': 'components/test_runner/' \
1370 '|content/shell/(common|browser|renderer)/layout_test/' \
1371 '|content/test/layouttest_support.cc' \
1372 '|content/public/test/layouttest_support.h' \
tfarinad21f9472015-10-13 18:36:011373 },
dominicc05d120d2016-05-16 01:13:401374 'xml': {
1375 'filepath': 'third_party/WebKit/Source/core/xml/' \
1376 '|third_party/libxml/' \
1377 '|third_party/libxslt/',
1378 },
[email protected]a3838612009-10-13 21:57:541379 },
[email protected]ca872e362011-07-12 21:06:031380
pennymac962d190432016-07-27 00:58:351381 ##############################################################################
1382 # Please keep alphabetical
1383 ##############################################################################
[email protected]a3838612009-10-13 21:57:541384 'WATCHLISTS': {
asvitkinee4bad382015-11-05 21:56:451385 'about_flags': ['[email protected]'],
mazda6471d0e2015-10-02 06:32:551386 'accelerator_table': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001387 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:571388 'accessibility': ['[email protected]',
1389 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001390 '[email protected]',
je_julie.kima170bac2015-05-06 14:57:541391 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:571392 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001393 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:171394 'activity_log': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381395 'add_to_homescreen': ['[email protected]',
zpeng9351f9d2016-09-25 14:41:201396 '[email protected]',
pkotwicz2ec0b292016-09-26 17:12:321397 '[email protected]',
zpeng9351f9d2016-09-25 14:41:201398 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001399 'android_crash_reporting': ['[email protected]'],
johnmaguire6aaac7902016-03-15 12:28:201400 'android_crazy_linker': ['[email protected]'],
dfalcantaraef21e9e2016-01-07 01:16:261401 'android_infobars': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381402 'android_infra': ['[email protected]',
1403 '[email protected]',
mikecasec0ea0862015-10-24 00:14:321404 '[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381405 'android_java': ['[email protected]'],
lizebf34f69b2016-03-30 16:08:531406 'android_loading': ['[email protected]',
drogere76b5632016-03-31 14:14:411407 '[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471408 'android_media': ['[email protected]',
1409 '[email protected]'],
pennymac962d190432016-07-27 00:58:351410 'android_tab': ['[email protected]',
1411 '[email protected]'],
asvitkine361b276e2016-08-30 18:45:001412 'android_uma_settings': ['[email protected]',
1413 '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:441414 'android_webview': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351415 'app_list': ['[email protected]',
pennymac962d190432016-07-27 00:58:351416 '[email protected]'],
1417 'app_shortcuts': ['[email protected]',
1418 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001419 'appcache': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351420 'apps': ['[email protected]',
1421 '[email protected]'],
lhchavez4b19176f2016-05-04 23:12:461422 'arc': ['[email protected]',
hidehiko49f0b7c2016-05-24 10:59:471423 '[email protected]',
lhchavez4b19176f2016-05-04 23:12:461424 '[email protected]',
1425 '[email protected]'],
1426 'arc_net': ['[email protected]',
1427 '[email protected]',
1428 '[email protected]'],
ejcarusoa298ec02016-06-16 20:30:431429 'arc_power': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351430 'ash': ['[email protected]',
1431 '[email protected]'],
1432 'aura': ['[email protected]',
1433 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:071434 'aura_compositor': ['[email protected]',
1435 '[email protected]',
pennymac962d190432016-07-27 00:58:351436 '[email protected]',
[email protected]c3a6e1e72013-08-02 00:13:071437 '[email protected]',
pennymac962d190432016-07-27 00:58:351438 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:211439 'auto_bisect': ['[email protected]'],
jdonnelly1ec60d92016-05-25 22:01:391440 'autofill': ['[email protected]',
jdonnelly40d55452015-08-31 19:37:031441 '[email protected]',
vabraafbd4f32015-11-10 19:30:231442 '[email protected]',
1443 '[email protected]'],
[email protected]121773a2013-06-07 22:02:331444 'automation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351445 'background_sync': ['[email protected]',
chasej6dff9292016-02-02 20:33:121446 '[email protected]',
pennymac962d190432016-07-27 00:58:351447 '[email protected]',
1448 '[email protected]'],
pkotwicz2ec0b292016-09-26 17:12:321449 'banners': ['[email protected]',
1450 '[email protected]'],
dmikurubee40b4062014-11-04 17:47:191451 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:501452 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:051453 'base_memory': ['[email protected]'],
robliao1644d8b2016-04-11 15:39:591454 'base_task_scheduler': ['[email protected]',
1455 '[email protected]',
1456 '[email protected]'],
pennymac962d190432016-07-27 00:58:351457 'base_win': ['[email protected]',
1458 '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:551459 'battery_status': ['[email protected]'],
anandc54ad4f72016-01-08 20:43:531460 'blimp' : ['[email protected]',
1461 '[email protected]',
gcastoe4733aa52016-07-19 19:21:461462 '[email protected]',
jessicag4b355162016-03-24 00:33:361463 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351464 '[email protected]',
nyquist05ec00812016-05-11 00:57:111465 '[email protected]',
dominickn8884155a2016-06-23 02:28:161466 '[email protected]',
nyquist0af49ad2015-09-16 19:22:351467 '[email protected]',
sriramsr93d84202015-10-08 00:06:151468 '[email protected]',
1469 '[email protected]',
perumaalee8f0a62016-09-14 17:08:201470 '[email protected]',
scf7ed73562016-09-14 23:00:431471 '[email protected]',
nyquist05ec00812016-05-11 00:57:111472 '[email protected]',
steimelcaea0ed2016-09-19 19:04:231473 '[email protected]',
1474 '[email protected]'],
pennymac962d190432016-07-27 00:58:351475 'blink': ['[email protected]'],
1476 'blink_accessibility': ['[email protected]',
1477 '[email protected]',
horo8e9a01572016-07-27 06:05:311478 '[email protected]',
pennymac962d190432016-07-27 00:58:351479 '[email protected]'],
1480 'blink_animation': ['[email protected]',
1481 '[email protected]',
1482 '[email protected]',
1483 '[email protected]',
1484 '[email protected]'],
1485 'blink_app_banner': ['[email protected]'],
1486 'blink_audio': ['[email protected]',
1487 '[email protected]'],
1488 'blink_battery_status': ['[email protected]',
1489 '[email protected]'],
1490 'blink_bidi': ['[email protected]'],
1491 'blink_bindings': ['[email protected]'],
jbroman9ac2d532016-09-01 18:20:081492 'blink_bindings_serialization': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351493 'blink_bluetooth': ['[email protected]',
1494 '[email protected]'],
1495 'blink_canvas2d': ['[email protected]',
1496 '[email protected]',
1497 '[email protected]',
1498 '[email protected]'],
1499 'blink_client_hints': ['[email protected]'],
1500 'blink_clipboard': ['[email protected]'],
1501 'blink_css': ['[email protected]',
1502 '[email protected]',
horo8e9a01572016-07-27 06:05:311503 '[email protected]',
pennymac962d190432016-07-27 00:58:351504 '[email protected]',
1505 '[email protected]'],
1506 'blink_css_flexbox': ['[email protected]'],
1507 'blink_css_fragmentation_tests': ['[email protected]'],
1508 'blink_css_grid_layout': ['[email protected]',
horo8e9a01572016-07-27 06:05:311509 '[email protected]',
pennymac962d190432016-07-27 00:58:351510 '[email protected]'],
1511 'blink_css_regions': ['[email protected]'],
1512 'blink_custom_elements': ['[email protected]',
1513 '[email protected]'],
1514 'blink_device_light': ['[email protected]',
1515 '[email protected]'],
1516 'blink_device_orientation': ['[email protected]',
1517 '[email protected]'],
1518 'blink_devtools': ['[email protected]',
1519 '[email protected]',
1520 '[email protected]',
1521 '[email protected]',
1522 '[email protected]',
lushnikovc5bd7ca2016-07-27 17:19:391523 '[email protected]'],
pennymac962d190432016-07-27 00:58:351524 'blink_dom': ['[email protected]',
1525 '[email protected]',
1526 '[email protected]',
1527 '[email protected]',
1528 '[email protected]'],
1529 'blink_events': ['[email protected]',
1530 '[email protected]',
1531 '[email protected]',
1532 '[email protected]'],
1533 'blink_fetch': ['[email protected]',
1534 '[email protected]',
1535 '[email protected]',
1536 '[email protected]'],
1537 'blink_fileapi': ['[email protected]',
1538 '[email protected]',
1539 '[email protected]'],
1540 'blink_geolocation': ['[email protected]',
1541 '[email protected]',
1542 '[email protected]'],
1543 'blink_heap': ['[email protected]',
1544 '[email protected]',
1545 '[email protected]',
1546 '[email protected]'],
1547 'blink_html': ['[email protected]',
1548 '[email protected]'],
csharrisonf357e9632016-07-29 01:27:221549 'blink_htmlparser': ['[email protected]',
1550 '[email protected]'],
pennymac962d190432016-07-27 00:58:351551 'blink_indexed_db': ['[email protected]',
1552 '[email protected]'],
1553 'blink_input': ['[email protected]',
1554 '[email protected]'],
1555 'blink_layers': ['[email protected]'],
1556 'blink_layout': ['[email protected]',
1557 '[email protected]',
1558 '[email protected]',
1559 '[email protected]',
1560 '[email protected]',
1561 '[email protected]',
1562 '[email protected]'],
cbiesinger46ecaae2016-09-09 18:44:561563 'blink_layout_ng': ['[email protected]',
gleblc60d6632016-09-13 19:49:461564 '[email protected]',
1565 '[email protected]'],
pennymac962d190432016-07-27 00:58:351566 'blink_loader': ['[email protected]',
1567 '[email protected]',
1568 '[email protected]',
1569 '[email protected]'],
1570 'blink_media': ['[email protected]',
1571 '[email protected]',
srirama.mdec4f512016-09-06 08:22:191572 '[email protected]',
1573 '[email protected]'],
pennymac962d190432016-07-27 00:58:351574 'blink_media_queries': ['[email protected]',
1575 '[email protected]'],
1576 'blink_mediacapturefromelement': ['[email protected]',
1577 '[email protected]'],
1578 'blink_mediarecorder': ['[email protected]',
1579 '[email protected]'],
1580 'blink_mediastream': ['[email protected]',
1581 '[email protected]'],
1582 'blink_modules': ['[email protected]'],
1583 'blink_navigator_content_utils': ['[email protected]'],
awdf2e270242016-09-06 16:21:341584 'blink_notifications': ['[email protected]',
1585 '[email protected]'],
pennymac962d190432016-07-27 00:58:351586 'blink_out_of_process_frames': ['[email protected]',
1587 '[email protected]'],
1588 'blink_owners': ['[email protected]'],
1589 'blink_paint' : ['[email protected]',
1590 '[email protected]',
1591 '[email protected]'],
1592 'blink_permissions': ['[email protected]'],
1593 'blink_platform_graphics': ['[email protected]',
horo8e9a01572016-07-27 06:05:311594 '[email protected]',
pennymac962d190432016-07-27 00:58:351595 '[email protected]',
1596 '[email protected]',
1597 '[email protected]',
1598 '[email protected]',
1599 '[email protected]',
1600 '[email protected]',
1601 '[email protected]',
1602 '[email protected]',
1603 '[email protected]',
1604 '[email protected]',
1605 '[email protected]'],
1606 'blink_prerender': ['[email protected]',
1607 '[email protected]'],
1608 'blink_preloadScanner': ['[email protected]'],
1609 'blink_public_api': ['[email protected]',
1610 '[email protected]'],
awdf2e270242016-09-06 16:21:341611 'blink_push_messaging': ['[email protected]',
1612 '[email protected]',
pennymac962d190432016-07-27 00:58:351613 '[email protected]'],
1614 'blink_quota': ['[email protected]',
1615 '[email protected]',
1616 '[email protected]'],
1617 'blink_scheduler': ['[email protected]'],
1618 'blink_screen_orientation': ['[email protected]'],
1619 'blink_serviceworkers': ['[email protected]',
1620 '[email protected]',
1621 '[email protected]',
1622 '[email protected]',
1623 '[email protected]',
1624 '[email protected]',
1625 '[email protected]',
shimazu99de61f2016-09-07 03:57:411626 '[email protected]',
pennymac962d190432016-07-27 00:58:351627 '[email protected]'],
1628 'blink_serviceworkers_tests': ['[email protected]'],
timvolodine8cdb94c2016-09-22 12:17:221629 'blink_spellcheck' : ['[email protected]',
1630 '[email protected]'],
pennymac962d190432016-07-27 00:58:351631 'blink_spv2_layout_tests': ['[email protected]',
1632 '[email protected]'],
1633 'blink_style': ['[email protected]'],
1634 'blink_svg': ['[email protected]',
1635 '[email protected]',
1636 '[email protected]',
1637 '[email protected]',
1638 '[email protected]',
1639 '[email protected]',
1640 '[email protected]',
1641 '[email protected]'],
dpranke7d5df742016-04-06 00:27:031642 'blink_tools': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351643 'blink_track': ['[email protected]',
1644 '[email protected]',
1645 '[email protected]',
1646 '[email protected]',
1647 '[email protected]'],
1648 'blink_vibration': ['[email protected]',
1649 '[email protected]'],
1650 'blink_viewport_interaction': ['[email protected]'],
1651 'blink_w3ctests': ['[email protected]'],
1652 'blink_web': ['[email protected]'],
1653 'blink_webcomponents': ['[email protected]',
1654 '[email protected]'],
1655 'blink_webp': ['[email protected]',
1656 '[email protected]',
1657 '[email protected]'],
1658 'blink_websockets': ['[email protected]',
1659 '[email protected]'],
1660 'blink_workers': ['[email protected]',
1661 '[email protected]',
1662 '[email protected]',
shimazu99de61f2016-09-07 03:57:411663 '[email protected]',
1664 '[email protected]'],
pennymac962d190432016-07-27 00:58:351665 'blink_wtf': ['[email protected]',
1666 '[email protected]'],
1667 'blink_xmlhttprequest': ['[email protected]'],
noyauce460872016-09-09 11:54:001668 'bookmarks': ['[email protected]'],
donnd787f6ed2016-08-03 01:00:561669 'bottombar': ['[email protected]',
1670 '[email protected]'],
stevenjbdd133032015-08-07 18:37:471671 'browser_chromeos': ['[email protected]'],
[email protected]22650d22012-07-18 17:02:351672 'browser_components': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351673 'browser_compositor': ['[email protected]',
1674 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:571675 'browser_resources': ['[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571676 'browser_resources_md': ['[email protected]'],
msramek878b39d92016-04-20 07:55:331677 'browsing_data': ['[email protected]',
1678 '[email protected]'],
pennymac962d190432016-07-27 00:58:351679 'bubble': ['[email protected]',
1680 '[email protected]',
1681 '[email protected]',
1682 '[email protected]'],
1683 'cache_storage': ['[email protected]',
1684 '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:591685 'cast': ['[email protected]',
[email protected]479180d22014-03-11 09:47:341686 '[email protected]',
miua1710162015-08-27 01:38:091687 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:121688 '[email protected]',
miua1710162015-08-27 01:38:091689 '[email protected]',
1690 '[email protected]'],
ryanchung4d157372016-05-10 20:27:161691 'cast_certificate': ['[email protected]',
1692 '[email protected]',
1693 '[email protected]',
1694 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:281695 'cc': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351696 'certificate_transparency': ['[email protected]',
1697 '[email protected]',
1698 '[email protected]'],
1699 'chrome_elf': ['[email protected]',
1700 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:011701 'chrome_views': ['[email protected]'],
alokp9d869cc12016-05-27 01:46:311702 'chromecast': ['[email protected]',
1703 '[email protected]',
halliwellfa56b3a42015-09-04 21:42:571704 '[email protected]'],
gfhuang2548f902016-02-26 02:29:211705 'chromecast_public': ['[email protected]'],
stgaocea5a9c2015-05-29 22:31:391706 'chromedriver': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351707 'chromeos': ['[email protected]'],
1708 'chromeos_attestation': ['[email protected]'],
1709 'chromeos_calculator': ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:311710 'chromeos_dbus': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181711 'chromeos_geolocation': ['[email protected]'],
1712 'chromeos_login': ['[email protected]',
1713 '[email protected]'],
pennymac962d190432016-07-27 00:58:351714 'chromeos_net': ['[email protected]'],
1715 'chromeos_power': ['[email protected]'],
alematec5187b1b2016-08-26 05:32:181716 'chromeos_timezone': ['[email protected]'],
1717 'chromeos_webui': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351718 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:071719 '[email protected]',
pennymac962d190432016-07-27 00:58:351720 '[email protected]',
rnk28bbd1772016-05-04 17:57:581721 '[email protected]',
1722 '[email protected]',
pennymac962d190432016-07-27 00:58:351723 '[email protected]',
1724 '[email protected]',
horo8e9a01572016-07-27 06:05:311725 '[email protected]',
pennymac962d190432016-07-27 00:58:351726 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001727 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:511728 'closure': ['[email protected]',
dbeam78528be2016-02-18 07:08:491729 '[email protected]',
1730 '[email protected]'],
sdefresned94c5b02015-07-22 17:54:551731 'components_deps': ['[email protected]',
1732 '[email protected]',
1733 '[email protected]'],
pennymac962d190432016-07-27 00:58:351734 'content': ['[email protected]',
1735 '[email protected]'],
1736 'content_bluetooth': ['[email protected]',
1737 '[email protected]'],
1738 'content_loader': ['[email protected]',
1739 '[email protected]',
1740 '[email protected]'],
1741 'content_renderer': ['[email protected]'],
mkwst75a31a42014-09-14 18:32:531742 'content_shell': ['[email protected]',
peterc9e3e172015-11-02 09:29:161743 '[email protected]',
1744 '[email protected]'],
nhiroki90ba0102015-07-21 01:42:241745 'content_worker': ['[email protected]',
1746 '[email protected]'],
donnd787f6ed2016-08-03 01:00:561747 'contextual_search': ['[email protected]',
1748 '[email protected]'],
pennymac962d190432016-07-27 00:58:351749 'courgette': ['[email protected]',
1750 '[email protected]'],
michaelpge42ca3b32016-02-19 08:17:571751 'cr_elements': ['[email protected]',
1752 '[email protected]',
1753 '[email protected]'],
lizebf34f69b2016-03-30 16:08:531754 'custom_tabs': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191755 'deep_memory_profiler': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351756 'device_bluetooth': ['[email protected]',
1757 '[email protected]'],
1758 'device_sensors': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:591759 '[email protected]',
pennymac962d190432016-07-27 00:58:351760 '[email protected]'],
scheibabdd7d32015-02-11 22:13:081761 'developer_recommended_flags': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351762 'devtools': ['[email protected]',
1763 '[email protected]'],
1764 'disk_cache': ['[email protected]',
1765 '[email protected]'],
benjhaydendd24d5a642015-10-05 18:19:511766 'download': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491767 'downloads_ui': ['[email protected]',
1768 '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:401769 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:361770 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:101771 'eme': ['[email protected]'],
jdduke7edf3ca42015-10-26 18:20:011772 'events': ['[email protected]'],
[email protected]f9529e7922013-06-06 05:19:411773 'extension': ['[email protected]',
1774 '[email protected]'],
apaciblec4093a92016-04-19 19:21:581775 'feedback_ui': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191776 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481777 '[email protected]',
1778 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:261779 'filebrowse': ['[email protected]'],
okab0be3dc2016-08-30 07:37:101780 'filesapp': ['[email protected]',
1781 '[email protected]',
1782 '[email protected]'],
1783 'filesapp_ui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001784 'ftp': ['[email protected]'],
mmoroz58ddb8172016-09-08 18:29:551785 'fuzzing': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351786 'gcm': ['[email protected]',
1787 '[email protected]',
1788 '[email protected]'],
1789 'geolocation': ['[email protected]',
1790 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151791 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:161792 'gfx_image': ['[email protected]'],
agrieve4d9c1c52016-09-23 17:49:381793 'gn': ['[email protected]',
1794 '[email protected]',
pennymac962d190432016-07-27 00:58:351795 '[email protected]'],
[email protected]a6159102013-11-08 23:21:521796 'gpu': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491797 'history_ui': ['[email protected]',
1798 '[email protected]',
1799 '[email protected]'],
[email protected]18d7e402014-07-08 19:53:141800 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001801 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001802 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:451803 'indexed_db': ['[email protected]',
dgrogand792a7f2016-01-21 00:12:131804 '[email protected]'],
bruthigaa8281f2016-02-09 17:52:311805 'ink_drop': ['[email protected]'],
dtapuska1f997a12016-03-14 19:22:071806 'input': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351807 'installer': ['[email protected]',
1808 '[email protected]',
1809 '[email protected]'],
mmoss19826c62014-11-14 21:37:361810 'installer_linux': [ '[email protected]'],
pennymac962d190432016-07-27 00:58:351811 'instant': ['[email protected]',
1812 '[email protected]',
1813 '[email protected]',
1814 '[email protected]',
1815 '[email protected]',
1816 '[email protected]',
1817 '[email protected]',
1818 '[email protected]',
1819 '[email protected]',
1820 '[email protected]'],
sdefresne18b47312015-06-18 15:15:091821 'ios_chrome': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351822 'ipc': ['[email protected]',
1823 '[email protected]'],
1824 'libwebp': ['[email protected]',
1825 '[email protected]',
1826 '[email protected]'],
1827 'libvpx': ['[email protected]',
1828 '[email protected]',
1829 '[email protected]',
1830 '[email protected]'],
[email protected]04a292a2013-03-07 19:58:421831 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:401832 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:421833 'linux_seccomp_bpf': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351834 'login': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471835 'manifest': ['[email protected]'],
dbeam7a734562015-09-15 18:23:171836 'md_settings': ['[email protected]',
michaelpg32ca07902015-02-07 00:31:111837 '[email protected]',
michaelpg32ca07902015-02-07 00:31:111838 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001839 'media': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351840 'media_galleries': ['[email protected]',
1841 '[email protected]'],
alokp9e369ea72e2016-06-10 05:41:091842 'media_mojo': ['[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:481843 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001844 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:301845 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:121846 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:211847 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001848 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161849 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491850 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531851 '[email protected]',
[email protected]84003af2014-05-02 09:37:131852 '[email protected]',
1853 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001854 'mouse_lock': ['[email protected]'],
rjkroegef60dea862015-10-29 17:50:061855 'mus': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001856 'nacl': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351857 'native_client_sdk': ['[email protected]',
1858 '[email protected]'],
1859 'navigation': ['[email protected]',
1860 '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521861 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001862 'net_error_list': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351863 'net_log': ['[email protected]',
1864 '[email protected]'],
jkarlin539748402015-03-31 17:36:311865 'netinfo': ['[email protected]'],
awdf2e270242016-09-06 16:21:341866 'notifications': ['[email protected]',
1867 '[email protected]',
pennymac962d190432016-07-27 00:58:351868 '[email protected]'],
Evan Stade459d16662015-07-07 17:04:571869 'ntp': ['[email protected]',
[email protected]0bce107762012-11-27 11:42:541870 '[email protected]'],
bauerb719d4712016-06-21 10:00:441871 'ntp_snippets': ['[email protected]'],
treib70176c52016-07-08 14:34:191872 'ntp_tiles': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351873 'offline_pages': ['[email protected]',
1874 '[email protected]',
1875 '[email protected]',
dewittj74b23f6f2016-04-21 19:29:251876 '[email protected]',
1877 '[email protected]',
pennymac962d190432016-07-27 00:58:351878 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001879 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351880 'options': ['[email protected]',
1881 '[email protected]'],
chasej6dff9292016-02-02 20:33:121882 'origin_trials': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351883 'ozone': ['[email protected]',
1884 '[email protected]'],
csharrison3b1dc4062015-10-19 14:31:081885 'page_load_metrics' : ['[email protected]',
kinuko01cbe8a12015-10-20 09:59:061886 '[email protected]'],
pennymac962d190432016-07-27 00:58:351887 'panels': ['[email protected]',
1888 '[email protected]',
1889 '[email protected]',
1890 '[email protected]'],
mkwst17a9875d2016-06-24 10:36:391891 'password_manager': ['[email protected]',
vabraafbd4f32015-11-10 19:30:231892 '[email protected]'],
pennymac962d190432016-07-27 00:58:351893 'pepper_api': ['[email protected]',
1894 '[email protected]',
1895 '[email protected]',
1896 '[email protected]',
1897 '[email protected]',
horo8e9a01572016-07-27 06:05:311898 '[email protected]',
pennymac962d190432016-07-27 00:58:351899 '[email protected]'],
kcarattinic1d30ef2016-01-07 05:12:301900 'permissions': ['[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341901 'plugin': ['[email protected]'],
tnagelad92622a92015-10-20 10:26:301902 'policy_definitions': ['[email protected]'],
dbeam78528be2016-02-18 07:08:491903 'polymer': ['[email protected]',
1904 '[email protected]'],
twifkak0c69c1f2015-06-22 18:20:091905 'precache': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441906 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141907 'prepopulated_engines': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351908 'prerender': ['[email protected]',
1909 '[email protected]',
1910 '[email protected]'],
1911 'push_messaging': ['[email protected]',
1912 '[email protected]',
1913 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001914 'pyauto': ['[email protected]',
pennymac962d190432016-07-27 00:58:351915 '[email protected]',
1916 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251917 'remoting': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351918 'rlz_id': ['[email protected]',
1919 '[email protected]',
1920 '[email protected]'],
grt829c6a82014-10-20 09:29:321921 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221922 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061923 'scheduler': ['[email protected]'],
mlamourid8b0feb2015-06-02 16:30:471924 'screen_orientation': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351925 'service_worker': ['[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161926 '[email protected]',
pennymac962d190432016-07-27 00:58:351927 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171928 '[email protected]',
pennymac962d190432016-07-27 00:58:351929 '[email protected]',
horo8e9a01572016-07-27 06:05:311930 '[email protected]',
shimazu99de61f2016-09-07 03:57:411931 '[email protected]',
pennymac962d190432016-07-27 00:58:351932 '[email protected]'],
dominickn8884155a2016-06-23 02:28:161933 'site_engagement': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351934 'site_instance': ['[email protected]',
1935 '[email protected]',
[email protected]b9ecdb62014-03-07 14:56:431936 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361937 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141938 '[email protected]',
timvolodine8cdb94c2016-09-22 12:17:221939 '[email protected]',
1940 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051941 'streams': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351942 'styleguide': ['[email protected]',
1943 '[email protected]'],
1944 'supervised_users': ['[email protected]'],
maxbogue65ea2632016-04-04 18:12:581945 'sync': ['[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191946 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481947 '[email protected]',
1948 '[email protected]'],
[email protected]82d74152013-07-28 08:55:311949 'tab_capture': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351950 'tab_contents': ['[email protected]',
1951 '[email protected]',
1952 '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131953 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191954 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261955 'telemetry': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351956 'test_runner': ['[email protected]',
einbindera29577e2016-08-23 01:21:491957 '[email protected]',
1958 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001959 'tests': [],
pennymac962d190432016-07-27 00:58:351960 'textinput': ['[email protected]',
1961 '[email protected]',
1962 '[email protected]',
1963 '[email protected]'],
1964 'textinput_chromeos': ['[email protected]',
1965 '[email protected]',
1966 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191967 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051968 'tools_emacs': ['[email protected]'],
pennymac962d190432016-07-27 00:58:351969 'tracing': ['[email protected]',
1970 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151971 'ui_compositor': ['[email protected]'],
robliao2c4b7492016-07-19 01:57:261972 'ui_display_win': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181973 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001974 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551975 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231976 'version_assembly': ['[email protected]',
1977 '[email protected]'],
posciak62a72272016-05-11 08:31:241978 'video': ['[email protected]'],
miud5878c02016-05-14 23:27:131979 'video_capture': ['[email protected]',
1980 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001981 'views': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351982 'virtual_keyboard': ['[email protected]',
1983 '[email protected]'],
tnakamura43539232016-09-12 14:23:421984 'webrtc_browser_tests': ['[email protected]'],
raymesf5084632015-07-02 07:14:151985 'website_settings': ['[email protected]',
pennymac962d190432016-07-27 00:58:351986 '[email protected]',
1987 '[email protected]'],
1988 'windows_sandboxing': ['[email protected]',
1989 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001990 'x11': ['[email protected]',
1991 '[email protected]',
1992 '[email protected]'],
pennymac962d190432016-07-27 00:58:351993 'xml': ['[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201994 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:541995 },
1996}