blob: dc113fc7635476d9d5fd30c0189976152c38a3af [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': {
[email protected]f76c8852012-06-21 16:37:0013 'accelerator_table': {
14 'filepath': 'ash/accelerators/accelerator_table\.cc' \
15 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5416 },
[email protected]f76c8852012-06-21 16:37:0017 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5718 'filepath': 'accessibility' \
19 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4720 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5721 '|iaccessible2' \
22 '|isimpledom' \
23 '|liblouis'
[email protected]a3838612009-10-13 21:57:5424 },
[email protected]e9db77a2013-06-12 23:56:1725 'activity_log': {
26 'filepath': 'chrome/browser/extensions/activity_log/' \
27 '|chrome/browser/extensions/api/activity_log_private/'
28 },
[email protected]d2cdf342012-08-07 11:00:0229 'android_infra': {
30 'filepath': 'build/android/' \
31 '|testing/android/' \
32 '|tools/android/'
33 },
[email protected]d6af50812014-04-01 17:18:0934 'android_media': {
35 'filepath': 'content/browser/media/android' \
36 '|content/renderer/media/android' \
37 '|media/audio/android' \
38 '|media/base/android' \
39 '|media/midi/*_android.*' \
40 '|media/video/capture/android'
41 },
[email protected]3261d962014-03-04 22:18:2842 'android_tab': {
43 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
44 },
[email protected]7ca78dc12012-09-20 09:26:4445 'android_webview': {
46 'filepath': 'android_webview/',
47 },
[email protected]8a197f22012-06-22 14:59:0548 'app_list': {
[email protected]311cc902013-03-15 04:45:4649 'filepath': 'chrome/browser/ui/app_list'\
50 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4651 '|chrome/browser/ui/views/app_list'\
52 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0553 },
[email protected]e38d185a2013-07-09 08:23:5254 'app_shortcuts': {
55 'filepath': 'apps/app_shim/'\
56 '|chrome/browser/web_applications/'\
57 '|chrome/browser/ui/web_applications/'\
58 '|chrome/common/mac/'
59 },
[email protected]374a93c2009-11-05 21:45:5660 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4961 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5662 },
[email protected]54bf94d2013-01-30 23:07:4063 'apps': {
64 'filepath': '^apps/',
65 },
[email protected]3ce56642013-10-17 22:12:5166 'ash': {
67 'filepath': 'ash/',
68 },
[email protected]f76c8852012-06-21 16:37:0069 'aura': {
[email protected]3ce56642013-10-17 22:12:5170 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:3971 },
[email protected]c3a6e1e72013-08-02 00:13:0772 'aura_compositor': {
73 'filepath':
74 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:5875 '|content/browser/compositor/' \
76 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:0777 '|content/browser/renderer_host/render_widget_host_view_aura' \
78 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:4479 '|content/browser/renderer_host/delegated' \
80 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:0781 '|content/common/gpu/client/' \
82 '|webkit/common/gpu/'
83 },
sullivan0171e3c2015-03-03 18:47:2184 'auto_bisect': {
85 'filepath': 'tools/run-bisect-perf-regression.py'\
86 '|tools/run-perf-test.cfg'\
87 '|tools/auto_bisect/'
88 },
[email protected]2a38f0c02013-05-29 02:27:4589 'autofill': {
[email protected]30964792013-05-29 02:41:2590 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4891 'chrome/browser/resources/options/autofill_|'\
92 'chrome/browser/sync/glue/autofill_|'\
93 'chrome/browser/ui/android/autofill/|'\
94 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:2795 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4896 'chrome/browser/ui/gtk/autofill/|'\
97 'chrome/browser/ui/views/autofill/|'\
98 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:4899 'chrome/renderer/autofill/|'\
100 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05101 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25102 'components/autofill/browser/webdata/|'\
103 'components/webdata/|'\
[email protected]d9310a82012-11-02 02:53:48104 'content/public/common/password_|'\
105 'content/public/renderer/password_|'\
106 'content/renderer/password_',
[email protected]b3399272010-08-10 19:49:29107 },
[email protected]f76c8852012-06-21 16:37:00108 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49109 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55110 },
[email protected]f76c8852012-06-21 16:37:00111 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49112 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59113 },
[email protected]5e105332012-09-13 01:55:52114 'base_allocator': {
115 'filepath': '^base/allocator',
116 },
[email protected]1ed5e0fd2012-07-19 00:19:05117 'base_memory': {
118 'filepath': '^base/memory',
119 },
[email protected]b17d9e02014-07-29 09:45:50120 'base_win': {
121 'filepath': '^base/win',
122 },
[email protected]7e093d4022014-06-26 19:19:55123 'battery_status': {
124 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10125 'content/renderer/battery_status/|'\
126 'content/test/data/battery_status/|'\
127 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55128 },
[email protected]06798f72013-01-14 22:31:17129 'bookmarks': {
130 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48131 '|chrome/browser/extensions/api/bookmark_manager_private/' \
132 '|chrome/browser/extensions/api/bookmarks/' \
133 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35134 '|chrome/browser/ui/bookmarks/' \
135 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46136 '|chrome/browser/ui/views/bookmarks/' \
137 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17138 },
[email protected]b17d9e02014-07-29 09:45:50139 'breakpad_app': {
Robert Sesekabcd8102014-08-27 16:12:44140 'filepath': 'components/crash/app/',
[email protected]b17d9e02014-07-29 09:45:50141 },
[email protected]f76c8852012-06-21 16:37:00142 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49143 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25144 },
[email protected]f76c8852012-06-21 16:37:00145 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49146 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25147 },
[email protected]22650d22012-07-18 17:02:35148 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48149 'filepath': 'chrome/browser/autofill/' \
150 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48151 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27152 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19153 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05154 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35155 },
[email protected]f76c8852012-06-21 16:37:00156 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49157 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18158 },
[email protected]f76c8852012-06-21 16:37:00159 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49160 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00161 },
[email protected]0ce480532012-07-20 12:33:20162 'browsing_data': {
163 'filepath': 'chrome/browser/browsing_data/',
164 },
[email protected]f76c8852012-06-21 16:37:00165 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49166 'filepath': 'ui/views/bubble/|'\
167 'chrome/browser/ui/views/bubble/',
[email protected]f76c8852012-06-21 16:37:00168 },
[email protected]10fbd5952013-08-22 07:42:39169 'cast': {
[email protected]31ef420b2014-08-13 21:19:13170 'filepath': 'media/cast/'\
171 '|chrome/browser/extensions/api/cast_streaming/'\
172 '|chrome/browser/media/cast'\
173 '|chrome/renderer/media/cast'\
174 '|chrome/test/data/extensions/api_test/cast_'\
175 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39176 },
[email protected]651d9992014-04-09 17:18:41177 'chromecast': {
178 'filepath': 'chromecast/',
179 },
[email protected]c863702a2012-09-14 20:05:28180 'cc': {
181 'filepath': 'cc/|'\
[email protected]799fd732013-05-15 21:18:52182 'webkit/renderer/compositor_bindings/|'\
[email protected]4934d362012-11-22 22:04:53183 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28184 },
[email protected]c73ec8ab2014-01-16 20:35:23185 'chrome_elf': {
186 'filepath': 'chrome_elf',
187 },
[email protected]d5b21972012-07-20 02:06:01188 'chrome_views': {
189 'filepath': 'chrome/browser/ui/views',
190 },
[email protected]f7bf8ba2011-02-24 22:28:46191 'chromedriver': {
samuong53d5e612014-10-10 18:56:38192 'filepath': 'chrome/test/chromedriver|'\
193 'chrome/test/data/chromedriver|'\
194 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46195 },
[email protected]f76c8852012-06-21 16:37:00196 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49197 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01198 },
[email protected]eda0a0b2013-04-19 20:34:35199 'chromeos_attestation': {
200 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59201 'chrome/browser/chromeos/attestation/|'\
202 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35203 },
[email protected]7c59a152012-11-06 20:56:35204 'chromeos_calculator': {
205 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
206 },
hashimoto40ecb692014-09-02 04:51:31207 'chromeos_dbus': {
208 'filepath': 'chromeos/dbus/',
209 },
[email protected]f76c8852012-06-21 16:37:00210 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49211 'filepath': 'chrome/browser/chromeos/login/|'\
212 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58213 'chrome/browser/resources/chromeos/login/|'\
214 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57215 },
[email protected]d7d35f342012-10-22 20:32:47216 'chromeos_net': {
217 'filepath': 'chromeos/network/|'\
218 'chrome/browser/chromeos/cros/|'\
219 'chrome/browser/chromeos/net/',
220 },
[email protected]2315ac0c2013-02-05 00:49:16221 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56222 'filepath': 'ash/system/chromeos/power/|'\
223 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16224 'chrome/browser/chromeos/power/',
225 },
[email protected]f76c8852012-06-21 16:37:00226 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49227 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
228 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12229 },
[email protected]cef7a6d2011-04-29 20:49:07230 'clang_update': {
231 'filepath': 'tools/clang/scripts/update.sh'
232 },
[email protected]f76c8852012-06-21 16:37:00233 'clipboard': {
234 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02235 },
[email protected]0387ab32014-08-05 00:13:42236 'closure': {
[email protected]18fd7a532014-08-20 23:09:51237 'filepath': 'third_party/closure_(compiler|linter)/|'
238 'compiled_resources.gyp',
[email protected]0387ab32014-08-05 00:13:42239 },
[email protected]f76c8852012-06-21 16:37:00240 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49241 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00242 },
scheib968e61052014-11-05 00:27:25243 'content_bluetooth': {
244 'filepath': 'content/.*bluetooth'
245 },
[email protected]e3774fd2014-04-23 22:32:54246 'content_input': {
247 'filepath': 'content/browser/renderer_host/input/|'\
248 'content/common/input/|'\
249 'content/renderer/input/',
250 },
mkwst512627022014-09-16 09:23:27251 'content_renderer': {
252 'filepath': 'content/renderer/',
253 },
[email protected]aa3311a2012-11-19 16:04:58254 'content_shell': {
255 'filepath': 'content/shell/',
256 },
kinukoa121bce2015-01-30 10:04:41257 'content_worker': {
258 'filepath': 'content/.*worker',
259 },
[email protected]f76c8852012-06-21 16:37:00260 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49261 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08262 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00263 },
vabr8380eb32014-11-17 11:50:27264 'custom_handlers': {
265 'filepath': 'chrome/browser/custom_handlers/|'\
266 'chrome/common/custom_handlers/',
267 },
[email protected]5e105332012-09-13 01:55:52268 'deep_memory_profiler': {
269 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
270 },
[email protected]29ad47c2014-04-23 09:12:48271 'device_sensors': {
272 'filepath': 'content/browser/device_sensors/|'\
273 'content/common/device_sensors/|'\
274 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
275 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
276 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14277 },
scheibabdd7d32015-02-11 22:13:08278 'developer_recommended_flags': {
279 'filepath': 'developer_recommended_flags.gypi',
280 },
[email protected]342b12872012-11-07 12:10:46281 'devtools': {
282 'filepath': 'devtools',
283 },
[email protected]bab2a832012-07-11 23:29:41284 'disk_cache': {
285 'filepath': 'net/disk_cache/|http_cache',
286 },
[email protected]f76c8852012-06-21 16:37:00287 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49288 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08289 'net/base/host_cache|' \
290 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00291 },
[email protected]f76c8852012-06-21 16:37:00292 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49293 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08294 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51295 },
[email protected]e137d3d2013-06-11 17:16:40296 'download_database': {
297 'filepath': 'chrome/browser/history/download_database',
298 },
[email protected]8492b5b2012-12-17 21:58:08299 'downloads_ext': {
300 'filepath': 'chrome/browser/extensions/api/downloads/|'\
[email protected]12188aff2013-03-03 21:57:57301 'chrome/common/extensions/api/downloads.*.idl',
[email protected]e52c2832012-12-17 23:52:16302 },
[email protected]ca872e362011-07-12 21:06:03303 'downloads_ui': {
[email protected]8492b5b2012-12-17 21:58:08304 'filepath': 'chrome/browser/resources/downloads/|' \
305 'chrome/browser/ui/webui/.*downloads|' \
306 'chrome/browser/ui/views/download/|' \
307 'chrome/browser/ui/cocoa/download/|' \
308 'chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03309 },
[email protected]f6df20a2012-10-23 21:22:07310 'drive': {
[email protected]8492b5b2012-12-17 21:58:08311 'filepath': 'chrome/browser/chromeos/drive/|' \
312 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07313 },
[email protected]89d2cd52013-04-16 01:55:36314 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33315 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36316 },
[email protected]3a25c8a2014-06-26 06:47:10317 'eme': {
318 'filepath': 'components/cdm/|' \
319 'content/browser/media/cdm/|' \
320 'content/renderer/media/crypto/|' \
321 'media/base/android/*drm*|' \
322 'media/cdm/|' \
323 'third_party/widevine/cdm/'
324 },
noyauc7f9ea392014-11-26 11:24:48325 'enhanced_bookmarks': {
326 'filepath': 'chrome/browser/enhanced_bookmarks/' \
327 '|components/enhanced_bookmarks/'
328 },
[email protected]247dcfb92014-04-23 18:25:59329 'events': {
330 'filepath': 'ui/events/',
331 },
[email protected]f76c8852012-06-21 16:37:00332 'extension': {
333 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45334 },
[email protected]f76c8852012-06-21 16:37:00335 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08336 'filepath': 'file_system/|' \
337 'fileapi/'
[email protected]80919512011-08-03 08:51:04338 },
[email protected]f76c8852012-06-21 16:37:00339 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08340 'filepath': 'file_browser|' \
341 'file_manager|' \
342 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39343 },
[email protected]4ed766c2013-09-19 09:45:20344 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20345 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20346 },
[email protected]f76c8852012-06-21 16:37:00347 'ftp': {
348 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39349 },
[email protected]3a2a6ac02014-06-20 07:07:12350 'gcm': {
351 'filepath': 'chrome/browser/services/gcm/|'\
352 'components/gcm_driver/|'\
353 'google_apis/gcm/',
354 },
[email protected]d8036492013-08-09 16:02:23355 'geolocation': {
356 'filepath': 'chrome/browser/geolocation/|'\
357 'content/browser/geolocation|'\
358 'content/public/common/geoposition.*|'\
359 'content/public/browser/geolocation.*|'\
360 'content/renderer/geolocation.*|'\
361 'content/shell/geolocation/',
362 },
[email protected]f93b7382012-08-09 20:53:16363 'gfx_image': {
364 'filepath': 'ui/gfx/image/',
365 },
[email protected]cf428f732012-10-02 20:48:15366 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36367 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15368 },
[email protected]4d1773e2014-04-05 07:59:57369 'gn': {
370 'filepath': 'tools/gn',
371 },
[email protected]f76c8852012-06-21 16:37:00372 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49373 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00374 },
[email protected]f76c8852012-06-21 16:37:00375 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49376 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00377 },
[email protected]18d7e402014-07-08 19:53:14378 'hotword': {
379 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
380 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28381 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14382 '|chrome/browser/search/hotword*'\
383 '|chrome/test/data/extensions/api_test/hotword_private/',
384 },
[email protected]f76c8852012-06-21 16:37:00385 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49386 'filepath': 'base/i18n/|base/string|l10n|icu|'\
387 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00388 },
[email protected]f76c8852012-06-21 16:37:00389 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49390 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00391 },
[email protected]c26161352013-11-12 19:50:01392 'indexed_db': {
393 'filepath': 'content/browser/indexed_db|'\
394 'content/child/indexed_db|'\
395 'content/common/indexed_db|'\
396 'content/public/browser/indexed_db|'\
397 'content/test/data/indexeddb',
398 },
[email protected]f76c8852012-06-21 16:37:00399 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49400 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00401 },
mmoss19826c62014-11-14 21:37:36402 'installer_linux': {
403 'filepath': 'chrome/installer/linux/',
404 },
[email protected]56b4b09d32012-07-27 18:28:41405 'instant': {
[email protected]607903d2013-03-25 22:15:47406 'filepath': 'instant|searchbox|'\
407 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13408 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39409 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47410 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41411 },
[email protected]f76c8852012-06-21 16:37:00412 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49413 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00414 },
mkwstb0d1b1d2014-09-30 11:45:36415 'ipc_messages': {
416 'filepath': '_message.*.h|'\
417 '_messages.cc',
418 },
[email protected]a3f777d2014-01-07 23:38:26419 'libwebp': {
420 'filepath': 'third_party/libwebp'
421 },
[email protected]04a292a2013-03-07 19:58:42422 'linux_fonts': {
423 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41424 'ui/gfx/platform_font_linux.*|'\
425 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42426 },
427 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49428 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00429 },
[email protected]04a292a2013-03-07 19:58:42430 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54431 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00432 },
michaelpg32ca07902015-02-07 00:31:11433 'md_settings': {
434 'filepath': 'ui/webui/resources/cr_element|'\
435 'chrome/browser/resources/md_settings/',
436 },
[email protected]f76c8852012-06-21 16:37:00437 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49438 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00439 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00440 },
[email protected]06dd23172013-06-24 21:04:51441 'media_galleries': {
442 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51443 '|chrome/browser/media_galleries/'\
444 '|chrome/browser/storage_monitor/'\
445 '|chrome/common/media_galleries/'\
446 '|chrome/test/data/extensions/api_test/media_galleries/'\
447 '|chrome/utility/itunes*'\
448 '|chrome/utility/picasa*',
449 },
kmarshallb698ad4f2015-02-24 19:42:48450 'media_router': {
451 'filepath': 'chrome/browser/media/router/*' \
452 '|chrome/app/theme/*/common/media_router*' \
453 '|chrome/browser/resources/media_router/' \
454 '|chrome/browser/ui/webui/media_router/' \
455 '|chrome/test/media_router/',
456 },
[email protected]f76c8852012-06-21 16:37:00457 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49458 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00459 },
460 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49461 'filepath': 'base/metrics/'\
462 '|chrome/browser/metrics/'\
463 '|chrome/common/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49464 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12465 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49466 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00467 '|content/browser/user_metrics.cc'\
[email protected]ce6b855a2014-03-12 19:51:39468 '|components/rappor/'\
[email protected]f76c8852012-06-21 16:37:00469 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12470 # Exclude XML files; in particular, histograms.xml.
471 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
472 },
473 'metrics_xml_files': {
474 # Subscribe to this to watch for changes to histograms.xml.
475 'filepath': 'tools/metrics/.*\.xml$'
[email protected]f76c8852012-06-21 16:37:00476 },
[email protected]341f218a2013-09-24 22:16:10477 'mojo': {
478 'filepath': 'mojo',
479 },
[email protected]f76c8852012-06-21 16:37:00480 'mouse_lock': {
481 'filepath': 'mouse_lock',
482 },
483 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49484 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56485 'chrome/browser/nacl_host/|chrome/common/nacl|'\
486 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00487 },
[email protected]99ddc3d2013-01-22 16:15:33488 'native_client_sdk': {
489 'filepath': '^native_client_sdk/',
490 },
[email protected]b9ecdb62014-03-07 14:56:43491 'navigation': {
492 'filepath': 'content/browser/frame_host|'\
493 'content/browser/renderer_host/render_process_host.*|'\
494 'content/browser/renderer_host/render_view_host.*|'\
495 'content/browser/web_contents/web_contents_impl.*|'\
496 'content/renderer/render_frame.*|'\
497 'content/renderer/render_view.*'
498 },
[email protected]f76c8852012-06-21 16:37:00499 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49500 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00501 },
502 'net_error_list': {
503 'filepath': 'net/base/net_error_list.h',
504 },
505 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49506 'filepath': 'net/base/net_log|' \
507 'chrome/browser/net/.*net_log|' \
508 'chrome/browser/net/passive_log_collector|' \
509 'chrome/browser/resources/net_internals/|' \
510 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00511 },
peterf4758412014-09-17 15:06:01512 'notifications': {
513 'filepath': 'chrome/browser/extensions/api/notifications/|' \
514 'chrome/browser/notifications/|' \
515 'ui/message_center/'
516 },
[email protected]f76c8852012-06-21 16:37:00517 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49518 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00519 },
520 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49521 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16522 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49523 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00524 },
525 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49526 'filepath': 'chrome/browser/autocomplete/'\
527 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00528 },
[email protected]437c44b2012-11-08 01:35:52529 'options': {
530 'filepath': 'chrome/browser/resources/options/|'\
531 'chrome/browser/ui/webui/options/',
532 },
[email protected]2fc9a7b62014-04-16 17:10:12533 'overview_mode': {
534 'filepath': 'ash/wm/overview/',
535 },
[email protected]4a2078e2013-07-18 20:40:20536 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44537 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43538 'ui/events/ozone/|'\
539 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20540 'ui/gl/gl_.*egl.*|'\
541 'ui/gl/gl_.*ozone.*'
542 },
[email protected]f76c8852012-06-21 16:37:00543 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29544 'filepath': 'chrome/browser/ui/panels'\
545 '|chrome/browser/ui/cocoa/panels'\
546 '|chrome/browser/ui/gtk/panels'\
547 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00548 },
[email protected]3cc8b3922014-05-05 13:12:08549 'password_manager': {
550 'filepath': 'chrome/.*/password_'\
551 '|chrome/browser/ui/passwords'\
552 '|chrome/browser/ui/views/passwords'\
553 '|chrome/test/data/password'\
554 '|components/autofill.*password'
555 '|components/password_'\
556 },
[email protected]f76c8852012-06-21 16:37:00557 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58558 'filepath': 'ppapi/api'\
559 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00560 },
561 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49562 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
563 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00564 },
michaelpg11fff3f2015-02-06 03:35:34565 'polymer': {
566 'filepath': 'third_party/polymer/|'\
567 'ui/webui/resources/polymer_resources.grdp',
568 },
[email protected]ef6cc442012-10-30 03:24:17569 'predictors': {
570 'filepath': 'predictors',
571 },
[email protected]be775bc2014-06-30 15:41:14572 'prepopulated_engines': {
573 'filepath': 'components/search_engines/prepopulated_engines.json',
574 },
[email protected]f76c8852012-06-21 16:37:00575 'prerender': {
[email protected]78375a52012-07-14 14:47:57576 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00577 },
578 'pyauto': {
579 'filepath': 'chrome/test/pyautolib' \
580 '|chrome/test/functional' \
581 '|chrome/browser/automation/automation_provider_json'
582 },
583 'remoting': {
anandce1c55372015-03-04 01:23:10584 'filepath': 'remoting/' \
585 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00586 },
gab57e80c72014-12-08 21:06:13587 'rlz_id': {
588 'filepath' :'rlz/lib/machine_id.cc|'\
589 'rlz/lib/machine_id.h|'\
590 'rlz/win/lib/machine_id_win.cc',
591 },
grt829c6a82014-10-20 09:29:32592 'safe_browsing': {
593 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
594 },
rickyz0a819bfc2015-02-04 23:57:22595 'sandbox': {
596 'filepath': 'sandbox/'\
597 '|content/browser/bootstrap_sandbox_mac'\
598 '|content/browser/renderer_host/render_sandbox_host_linux'\
599 '|content/browser/renderer_host/sandbox_ipc_linux'\
600 '|content/browser/zygote_host/'\
601 '|content/common/sandbox_'\
602 '|content/zygote/'\
603 },
skyostil20dea312014-11-11 13:43:06604 'scheduler': {
605 'filepath': 'cc/scheduler|'\
606 'content/renderer/scheduler'
607 },
[email protected]21cd39b2012-06-28 01:48:40608 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49609 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40610 },
[email protected]f76c8852012-06-21 16:37:00611 'sessions': {
[email protected]f2f0fbb92012-07-14 15:52:49612 'filepath': 'chrome/browser/sessions/',
[email protected]f76c8852012-06-21 16:37:00613 },
[email protected]0b431722014-01-08 07:21:51614 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17615 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51616 },
[email protected]f76c8852012-06-21 16:37:00617 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49618 'filepath': 'content/browser/site_instance|'\
619 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00620 },
621 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49622 'filepath': 'chrome/browser/speech/'\
623 '|content/browser/speech/'\
624 '|content/common/.*speech'\
625 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00626 },
[email protected]ad0295d2012-10-11 23:43:36627 'spellcheck': {
628 'filepath': 'chrome/browser/spellchecker/'\
629 '|chrome/browser/tab_contents/spellchecker'\
630 '|chrome/browser/tab_contents/spelling_menu'\
631 '|chrome/common/spellcheck_'\
632 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35633 '|third_party/hunspell/'\
634 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36635 '|webkit/tools/test_shell/mock_spellcheck'
636 },
[email protected]67f39af2013-08-23 20:06:05637 'streams': {
638 'filepath': 'content/browser/streams/',
639 },
[email protected]43d33e92014-07-14 16:39:31640 'supervised_users': {
641 'filepath': 'chrome/browser/.*managed_mode'\
642 '|chrome/browser/.*managed_user'\
643 '|chrome/browser/.*supervised_user',
644 },
[email protected]f76c8852012-06-21 16:37:00645 'sync': {
[email protected]3a2a6ac02014-06-20 07:07:12646 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
[email protected]f76c8852012-06-21 16:37:00647 },
[email protected]92871a102013-07-01 11:11:41648 'syncfs': {
649 'filepath': 'sync_file_system',
650 },
[email protected]4529a792013-06-18 19:18:49651 'sync_proto': {
652 'filepath': 'sync/protocol/',
653 },
[email protected]82d74152013-07-28 08:55:31654 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13655 'filepath': 'cc/output/copy_output_request'\
656 '|chrome/browser/extensions/api/tab_capture/'\
657 '|chrome/test/data/extensions/api_test/tab_capture/'\
658 '|content/browser/compositor/delegated_frame_host'\
659 '|content/browser/media/capture/'\
660 '|content/browser/renderer_host/compositing_iosurface'\
661 '|content/browser/renderer_host/media/(audio_'\
662 '|media_stream_manager|video_)'\
663 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
664 '|media/base/video_frame\.h'\
665 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31666 },
[email protected]f76c8852012-06-21 16:37:00667 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49668 'filepath': 'chrome/browser/tab_contents/|'\
669 'content/browser/tab_contents/|'\
670 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00671 },
[email protected]31ef420b2014-08-13 21:19:13672 'tab_media_indicators': {
673 'filepath': 'chrome/browser/media/audio_stream_monitor'\
674 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
675 '|chrome/browser/ui/tabs/tab_utils'\
676 '|chrome/browser/ui/views/tabs/tab\.cc'\
677 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
678 '|media/audio/audio_(output_controller|power_monitor)',
679 },
[email protected]f76c8852012-06-21 16:37:00680 'task_manager': {
681 'filepath': 'task_manager'
682 },
[email protected]5e105332012-09-13 01:55:52683 'tcmalloc': {
684 'filepath': 'third_party/tcmalloc'
685 },
[email protected]31a10602012-11-21 01:51:26686 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19687 'filepath': 'tools/perf/|'\
688 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26689 },
[email protected]f76c8852012-06-21 16:37:00690 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49691 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52692 },
[email protected]1cbbb30b2011-10-14 08:03:56693 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49694 'filepath': 'content/browser/renderer_host/gtk_im'\
695 '|content/browser/renderer_host/gtk_key'\
696 '|content/browser/renderer_host/render_widget_host_view'\
697 '|content/browser/renderer_host/text_input'\
698 '|ui/base/ime/'\
699 '|ui/base/gtk/event'\
700 '|ui/base/gtk/gtk_im'\
701 '|ui/base/keycodes/'\
702 '|ui/base/win/ime'\
703 '|ui/views/controls/textfield/'\
704 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56705 },
[email protected]3a117c62011-11-29 04:28:02706 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49707 'filepath': 'chrome/browser/chromeos/input_method/'\
708 '|chrome/browser/chromeos/extensions/input_method'\
709 '|chrome/browser/chromeos/status/input_method'\
710 '|chrome/browser/extensions/extension_input_'\
711 '|chrome/browser/resources/keyboard'\
712 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43713 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49714 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42715 '|chrome/browser/ui/webui/options/language'\
716 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02717 },
chirantan96fcf6d2015-01-21 22:36:19718 'timers': {
719 'filepath': 'base/timer/'\
720 '|components/timers/'
721 },
[email protected]f76c8852012-06-21 16:37:00722 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49723 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09724 },
[email protected]f76c8852012-06-21 16:37:00725 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49726 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05727 },
[email protected]c8eb7f72013-07-04 15:30:11728 'tracing': {
729 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31730 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11731 '|content/browser/tracing/'\
732 '|components/tracing/'
733 },
[email protected]cf428f732012-10-02 20:48:15734 'ui_compositor': {
735 'filepath': 'ui/compositor/layer\.|'\
736 'ui/compositor/layer_unittest|'\
737 'ui/compositor/compositor',
738 },
[email protected]6b5093c2012-05-23 19:10:18739 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49740 'filepath': 'ui/resources/'\
741 '|ui/base/native_theme/resources/'\
742 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18743 },
[email protected]f76c8852012-06-21 16:37:00744 'valgrind': {
745 'filepath': 'valgrind',
746 },
[email protected]c73ec8ab2014-01-16 20:35:23747 'version_assembly': {
748 'filepath': 'chrome/app/version_assembly',
749 },
[email protected]f76c8852012-06-21 16:37:00750 'views': {
751 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49752 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00753 },
754 'views_core': {
755 'filepath': 'ui/views/view.h|'\
756 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49757 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00758 },
[email protected]f47d871a2013-10-11 22:14:15759 'views_corewm': {
760 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17761 },
[email protected]ef514a32014-02-26 01:02:35762 'virtual_keyboard': {
763 'filepath': 'ui/keyboard/'\
764 'chrome/test/data/chromeos/virtual_keyboard/'\
765 'chrome/common/extensions/api/virtual_keyboard',
766 },
[email protected]b887a262013-09-18 22:43:56767 'webkit': {
768 'filepath': 'webkit/',
769 },
770 'webrtc_media': {
771 'filepath': 'chrome/browser/media/|'\
772 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10773 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56774 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58775 'media/base/android/|'\
[email protected]30cb70c2013-10-15 22:59:52776 'media/video/|'\
mcasas53024942014-11-11 12:59:28777 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56778 },
[email protected]208879542012-07-05 11:15:34779 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49780 'filepath': 'chrome/browser/content_settings/'\
781 '|chrome/browser/ui/views/website_settings/'\
782 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52783 '|chrome/common/content_settings'\
784 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34785 },
[email protected]b17d9e02014-07-29 09:45:50786 'windows_sandboxing': {
787 'filepath': 'sandbox/win/',
788 },
[email protected]f76c8852012-06-21 16:37:00789 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49790 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
791 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00792 },
793 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49794 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
795 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
796 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00797 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49798 'xinput_hierarchy_changed_event_listener\.' \
799 '|chrome/browser/chromeos/wm_' \
800 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40801 },
[email protected]a3838612009-10-13 21:57:54802 },
[email protected]ca872e362011-07-12 21:06:03803
[email protected]a3838612009-10-13 21:57:54804 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00805 'accelerator_table': ['[email protected]',
806 '[email protected]',
807 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:57808 'accessibility': ['[email protected]',
809 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00810 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:57811 '[email protected]',
812 '[email protected]',
[email protected]bc72bbfc2013-10-21 23:08:16813 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00814 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:17815 'activity_log': ['[email protected]'],
[email protected]5c6d3b22014-06-27 13:11:13816 'android_infra': ['[email protected]',
jbudorick9b89b5f2014-11-05 21:13:08817 '[email protected]',
818 '[email protected]'],
[email protected]d6af50812014-04-01 17:18:09819 'android_media': ['[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:59820 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:44821 'android_webview': ['[email protected]'],
[email protected]311cc902013-03-15 04:45:46822 'app_list': ['[email protected]', '[email protected]'],
[email protected]e38d185a2013-07-09 08:23:52823 'app_shortcuts': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00824 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:40825 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:52826 'ash': ['[email protected]',
827 '[email protected]'],
828 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:32829 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:07830 'aura_compositor': ['[email protected]',
831 '[email protected]',
832 '[email protected]',
[email protected]a6349a92013-10-04 11:49:32833 '[email protected]',
834 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:21835 'auto_bisect': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:30836 'autofill': ['[email protected]',
[email protected]1ea81f42013-10-09 18:10:35837 '[email protected]'],
[email protected]121773a2013-06-07 22:02:33838 'automation': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35839 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:19840 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:50841 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05842 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:32843 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:55844 'battery_status': ['[email protected]'],
noyauc7f9ea392014-11-26 11:24:48845 'bookmarks': ['[email protected]', '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18846 'browser_chromeos': ['[email protected]',
nkostylev1b9ac7d2015-02-17 10:20:38847 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35848 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:44849 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:40850 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:57851 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:20852 'browsing_data': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00853 'bubble': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:59854 'cast': ['[email protected]',
855 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:12856 '[email protected]',
857 '[email protected]',
[email protected]479180d22014-03-11 09:47:34858 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:12859 '[email protected]',
860 '[email protected]',
861 '[email protected]',
862 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:28863 'cc': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:23864 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:01865 'chrome_views': ['[email protected]'],
gunsch01f333cd2014-10-28 19:15:32866 'chromecast': ['[email protected]', '[email protected]'],
samuong53d5e612014-10-10 18:56:38867 'chromedriver': ['[email protected]', '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18868 'chromeos' : ['[email protected]',
869 '[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:35870 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:35871 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:31872 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:02873 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:16874 'chromeos_power' : ['[email protected]'],
dzhioevcc7c0492014-11-25 14:52:58875 'chromeos_login' : ['[email protected]'],
[email protected]93a564782011-09-28 14:20:31876 'chromeos_webui': ['[email protected]'],
[email protected]e8af07b2013-02-13 19:21:25877 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:07878 '[email protected]',
879 '[email protected]',
880 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00881 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:51882 'closure': ['[email protected]',
883 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:59884 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:27885 '[email protected]' ],
scheib968e61052014-11-05 00:27:25886 'content_bluetooth': ['[email protected]'],
[email protected]e3774fd2014-04-23 22:32:54887 'content_input': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59888 'content_renderer': [ '[email protected]',
889 '[email protected]'],
mkwst75a31a42014-09-14 18:32:53890 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:59891 '[email protected]',
892 '[email protected]'],
kinukoa121bce2015-01-30 10:04:41893 'content_worker': ['[email protected]'],
[email protected]6dc01c542012-11-15 02:48:09894 'cookie_monster': ['[email protected]'],
vabr8380eb32014-11-17 11:50:27895 'custom_handlers': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:19896 'deep_memory_profiler': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59897 'device_sensors': ['[email protected]',
898 '[email protected]',
899 '[email protected]',
900 '[email protected]'],
scheibabdd7d32015-02-11 22:13:08901 'developer_recommended_flags': ['[email protected]'],
[email protected]342b12872012-11-07 12:10:46902 'devtools': ['[email protected]', '[email protected]',
vsevike532bf72015-02-18 08:25:55903 '[email protected]',
[email protected]932349ad2013-07-22 08:59:50904 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:41905 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00906 'dns': ['[email protected]'],
[email protected]e137d3d2013-06-11 17:16:40907 'download_database': ['[email protected]'],
[email protected]15cff152013-04-26 15:41:13908 'download': ['[email protected]', '[email protected]'],
[email protected]8492b5b2012-12-17 21:58:08909 'downloads_ext': ['[email protected]'],
[email protected]15cff152013-04-26 15:41:13910 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:40911 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:36912 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:10913 'eme': ['[email protected]'],
peter9fa5332552014-11-26 15:24:13914 'enhanced_bookmarks': ['[email protected]'],
jddukea2e02fa2014-12-02 22:03:33915 'events': ['[email protected]', '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:41916 'extension': ['[email protected]',
917 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:19918 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:48919 '[email protected]',
920 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:26921 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:20922 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00923 'ftp': ['[email protected]'],
[email protected]3a2a6ac02014-06-20 07:07:12924 'gcm': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59925 'geolocation': ['[email protected]',
926 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:15927 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:16928 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:57929 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:52930 'gpu': ['[email protected]'],
[email protected]454041592013-01-17 16:42:23931 'history_ui': ['[email protected]', '[email protected]'],
[email protected]18d7e402014-07-08 19:53:14932 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00933 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00934 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:45935 'indexed_db': ['[email protected]',
[email protected]55a62252014-07-18 17:35:28936 '[email protected]', '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:50937 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:36938 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:37939 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44940 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:04941 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:38942 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44943 '[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00944 'ipc': ['[email protected]', '[email protected]'],
urvang41c8f9b2015-01-16 00:42:46945 'libwebp': ['[email protected]', '[email protected]',
[email protected]a3f777d2014-01-07 23:38:26946 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:42947 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:40948 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:42949 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:31950 'supervised_users': ['[email protected]'],
michaelpg32ca07902015-02-07 00:31:11951 'md_settings': ['[email protected]',
952 '[email protected]',
953 '[email protected]',
954 '[email protected]',
955 '[email protected]',
956 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00957 'media': ['[email protected]'],
[email protected]06dd23172013-06-24 21:04:51958 'media_galleries': ['[email protected]', '[email protected]',
959 '[email protected]', '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:48960 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00961 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:30962 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:12963 'metrics_xml_files': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:00964 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:16965 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:15966 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:49967 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:53968 '[email protected]',
[email protected]84003af2014-05-02 09:37:13969 '[email protected]',
970 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00971 'mouse_lock': ['[email protected]'],
972 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:54973 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:43974 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:52975 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00976 'net_error_list': ['[email protected]'],
977 'net_log': ['[email protected]', '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59978 'notifications': ['[email protected]',
979 '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31980 'npapi_headers': ['[email protected]'],
[email protected]0bce107762012-11-27 11:42:54981 'ntp': ['[email protected]', '[email protected]',
982 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00983 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:35984 'options': ['[email protected]',
985 '[email protected]'],
[email protected]2fc9a7b62014-04-16 17:10:12986 'overview_mode': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:32987 'ozone': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00988 'panels': ['[email protected]', '[email protected]',
989 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:25990 'password_manager': ['[email protected]',
[email protected]bf7576f2014-05-22 04:07:47991 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:25992 'pepper_api': ['[email protected]',
993 '[email protected]', '[email protected]',
[email protected]b8491b02013-11-13 03:50:58994 '[email protected]', '[email protected]',
bradnelson3fdc28cb2015-01-23 20:03:25995 '[email protected]', '[email protected]',
[email protected]91651b32014-01-24 10:21:39996 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:34997 'plugin': ['[email protected]'],
michaelpg11fff3f2015-02-06 03:35:34998 'polymer': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:44999 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141000 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001001 'prerender': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:441002 '[email protected]', '[email protected]',
1003 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001004 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381005 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001006 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251007 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:131008 'rlz_id': ['[email protected]',
1009 '[email protected]',
1010 '[email protected]'],
grt829c6a82014-10-20 09:29:321011 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221012 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061013 'scheduler': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001014 'sessions': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511015 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191016 '[email protected]',
[email protected]0b431722014-01-08 07:21:511017 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091018 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161019 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171020 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161021 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431022 'site_instance': ['[email protected]', '[email protected]',
1023 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361024 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141025 '[email protected]',
[email protected]97e677a62013-01-11 19:18:351026 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051027 'streams': ['[email protected]'],
zea2b40a9292014-10-09 16:45:251028 'sync': ['[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121029 '[email protected]',
maxboguee02372182014-11-13 00:42:221030 '[email protected]',
pvalenzuela85758c752014-09-25 19:34:561031 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121032 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191033 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481034 '[email protected]',
1035 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491036 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311037 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351038 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001039 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131040 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191041 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261042 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001043 'tests': [],
[email protected]494f3cf2011-11-14 07:14:021044 'textinput': ['[email protected]',
1045 '[email protected]',
[email protected]6bd9e802013-04-18 06:40:421046 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181047 '[email protected]',
1048 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421049 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181050 '[email protected]',
1051 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191052 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051053 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381054 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151055 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181056 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001057 'valgrind': ['[email protected]',
1058 '[email protected]',
1059 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231060 'version_assembly': ['[email protected]',
1061 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001062 'views': ['[email protected]'],
ben0ee290d02014-10-28 00:02:521063 'views_core': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351064 'virtual_keyboard': ['[email protected]',
1065 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001066 'webkit': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051067 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101068 '[email protected]',
1069 '[email protected]'],
[email protected]b887a262013-09-18 22:43:561070 'website_settings': ['[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501071 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001072 'worker': ['[email protected]'],
1073 'x11': ['[email protected]',
1074 '[email protected]',
1075 '[email protected]'],
[email protected]a3838612009-10-13 21:57:541076 },
1077}