blob: 3acdb613c63046b0e8b12f000d3b2fe09f137e4d [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': {
[email protected]a4156bfb2014-02-27 22:37:4718 'filepath': 'braille' \
19 '|chrome/browser/accessibility/' \
20 '|chromevox' \
[email protected]f2f0fbb92012-07-14 15:52:4921 '|content/browser/accessibility/' \
[email protected]bc72bbfc2013-10-21 23:08:1622 '|content/browser/resources/accessibility/' \
23 '|content/renderer/accessibility/' \
24 '|content/test/data/accessibility/' \
25 '|content/public/android/.*accessib' \
[email protected]f2f0fbb92012-07-14 15:52:4926 '|chrome/.*accessib' \
[email protected]a4156bfb2014-02-27 22:37:4727 '|liblouis' \
[email protected]f2f0fbb92012-07-14 15:52:4928 '|ui/base/accessibility/' \
29 '|ui/views/accessibility/'
[email protected]a3838612009-10-13 21:57:5430 },
[email protected]e9db77a2013-06-12 23:56:1731 'activity_log': {
32 'filepath': 'chrome/browser/extensions/activity_log/' \
33 '|chrome/browser/extensions/api/activity_log_private/'
34 },
[email protected]d2cdf342012-08-07 11:00:0235 'android_infra': {
36 'filepath': 'build/android/' \
37 '|testing/android/' \
38 '|tools/android/'
39 },
[email protected]d6af50812014-04-01 17:18:0940 'android_media': {
41 'filepath': 'content/browser/media/android' \
42 '|content/renderer/media/android' \
43 '|media/audio/android' \
44 '|media/base/android' \
45 '|media/midi/*_android.*' \
46 '|media/video/capture/android'
47 },
[email protected]3261d962014-03-04 22:18:2848 'android_tab': {
49 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
50 },
[email protected]7ca78dc12012-09-20 09:26:4451 'android_webview': {
52 'filepath': 'android_webview/',
53 },
[email protected]8a197f22012-06-22 14:59:0554 'app_list': {
[email protected]311cc902013-03-15 04:45:4655 'filepath': 'chrome/browser/ui/app_list'\
56 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4657 '|chrome/browser/ui/views/app_list'\
58 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0559 },
[email protected]e38d185a2013-07-09 08:23:5260 'app_shortcuts': {
61 'filepath': 'apps/app_shim/'\
62 '|chrome/browser/web_applications/'\
63 '|chrome/browser/ui/web_applications/'\
64 '|chrome/common/mac/'
65 },
[email protected]374a93c2009-11-05 21:45:5666 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4967 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5668 },
[email protected]54bf94d2013-01-30 23:07:4069 'apps': {
70 'filepath': '^apps/',
71 },
[email protected]3ce56642013-10-17 22:12:5172 'ash': {
73 'filepath': 'ash/',
74 },
[email protected]f76c8852012-06-21 16:37:0075 'aura': {
[email protected]3ce56642013-10-17 22:12:5176 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:3977 },
[email protected]c3a6e1e72013-08-02 00:13:0778 'aura_compositor': {
79 'filepath':
80 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:5881 '|content/browser/compositor/' \
82 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:0783 '|content/browser/renderer_host/render_widget_host_view_aura' \
84 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:4485 '|content/browser/renderer_host/delegated' \
86 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:0787 '|content/common/gpu/client/' \
88 '|webkit/common/gpu/'
89 },
[email protected]2a38f0c02013-05-29 02:27:4590 'autofill': {
[email protected]30964792013-05-29 02:41:2591 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4892 'chrome/browser/resources/options/autofill_|'\
93 'chrome/browser/sync/glue/autofill_|'\
94 'chrome/browser/ui/android/autofill/|'\
95 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:2796 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4897 'chrome/browser/ui/gtk/autofill/|'\
98 'chrome/browser/ui/views/autofill/|'\
99 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:48100 'chrome/renderer/autofill/|'\
101 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05102 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25103 'components/autofill/browser/webdata/|'\
104 'components/webdata/|'\
[email protected]d9310a82012-11-02 02:53:48105 'content/public/common/password_|'\
106 'content/public/renderer/password_|'\
107 'content/renderer/password_',
[email protected]b3399272010-08-10 19:49:29108 },
[email protected]f76c8852012-06-21 16:37:00109 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49110 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55111 },
[email protected]f76c8852012-06-21 16:37:00112 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49113 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59114 },
[email protected]5e105332012-09-13 01:55:52115 'base_allocator': {
116 'filepath': '^base/allocator',
117 },
[email protected]1ed5e0fd2012-07-19 00:19:05118 'base_memory': {
119 'filepath': '^base/memory',
120 },
[email protected]b17d9e02014-07-29 09:45:50121 'base_win': {
122 'filepath': '^base/win',
123 },
[email protected]7e093d4022014-06-26 19:19:55124 'battery_status': {
125 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10126 'content/renderer/battery_status/|'\
127 'content/test/data/battery_status/|'\
128 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55129 },
[email protected]06798f72013-01-14 22:31:17130 'bookmarks': {
131 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48132 '|chrome/browser/extensions/api/bookmark_manager_private/' \
133 '|chrome/browser/extensions/api/bookmarks/' \
134 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35135 '|chrome/browser/ui/bookmarks/' \
136 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46137 '|chrome/browser/ui/views/bookmarks/' \
138 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17139 },
[email protected]b17d9e02014-07-29 09:45:50140 'breakpad_app': {
Robert Sesekabcd8102014-08-27 16:12:44141 'filepath': 'components/crash/app/',
[email protected]b17d9e02014-07-29 09:45:50142 },
[email protected]f76c8852012-06-21 16:37:00143 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49144 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25145 },
[email protected]f76c8852012-06-21 16:37:00146 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49147 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25148 },
[email protected]22650d22012-07-18 17:02:35149 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48150 'filepath': 'chrome/browser/autofill/' \
151 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48152 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27153 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19154 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05155 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35156 },
[email protected]f76c8852012-06-21 16:37:00157 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49158 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18159 },
[email protected]f76c8852012-06-21 16:37:00160 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49161 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00162 },
[email protected]0ce480532012-07-20 12:33:20163 'browsing_data': {
164 'filepath': 'chrome/browser/browsing_data/',
165 },
[email protected]f76c8852012-06-21 16:37:00166 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49167 'filepath': 'ui/views/bubble/|'\
168 'chrome/browser/ui/views/bubble/',
[email protected]f76c8852012-06-21 16:37:00169 },
[email protected]10fbd5952013-08-22 07:42:39170 'cast': {
[email protected]31ef420b2014-08-13 21:19:13171 'filepath': 'media/cast/'\
172 '|chrome/browser/extensions/api/cast_streaming/'\
173 '|chrome/browser/media/cast'\
174 '|chrome/renderer/media/cast'\
175 '|chrome/test/data/extensions/api_test/cast_'\
176 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39177 },
[email protected]651d9992014-04-09 17:18:41178 'chromecast': {
179 'filepath': 'chromecast/',
180 },
[email protected]c863702a2012-09-14 20:05:28181 'cc': {
182 'filepath': 'cc/|'\
[email protected]799fd732013-05-15 21:18:52183 'webkit/renderer/compositor_bindings/|'\
[email protected]4934d362012-11-22 22:04:53184 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28185 },
[email protected]c73ec8ab2014-01-16 20:35:23186 'chrome_elf': {
187 'filepath': 'chrome_elf',
188 },
[email protected]d5b21972012-07-20 02:06:01189 'chrome_views': {
190 'filepath': 'chrome/browser/ui/views',
191 },
[email protected]f7bf8ba2011-02-24 22:28:46192 'chromedriver': {
samuong53d5e612014-10-10 18:56:38193 'filepath': 'chrome/test/chromedriver|'\
194 'chrome/test/data/chromedriver|'\
195 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46196 },
[email protected]f76c8852012-06-21 16:37:00197 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49198 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01199 },
[email protected]eda0a0b2013-04-19 20:34:35200 'chromeos_attestation': {
201 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59202 'chrome/browser/chromeos/attestation/|'\
203 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35204 },
[email protected]7c59a152012-11-06 20:56:35205 'chromeos_calculator': {
206 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
207 },
hashimoto40ecb692014-09-02 04:51:31208 'chromeos_dbus': {
209 'filepath': 'chromeos/dbus/',
210 },
[email protected]f76c8852012-06-21 16:37:00211 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49212 'filepath': 'chrome/browser/chromeos/login/|'\
213 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58214 'chrome/browser/resources/chromeos/login/|'\
215 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57216 },
[email protected]d7d35f342012-10-22 20:32:47217 'chromeos_net': {
218 'filepath': 'chromeos/network/|'\
219 'chrome/browser/chromeos/cros/|'\
220 'chrome/browser/chromeos/net/',
221 },
[email protected]2315ac0c2013-02-05 00:49:16222 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56223 'filepath': 'ash/system/chromeos/power/|'\
224 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16225 'chrome/browser/chromeos/power/',
226 },
[email protected]f76c8852012-06-21 16:37:00227 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49228 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
229 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12230 },
[email protected]cef7a6d2011-04-29 20:49:07231 'clang_update': {
232 'filepath': 'tools/clang/scripts/update.sh'
233 },
[email protected]f76c8852012-06-21 16:37:00234 'clipboard': {
235 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02236 },
[email protected]0387ab32014-08-05 00:13:42237 'closure': {
[email protected]18fd7a532014-08-20 23:09:51238 'filepath': 'third_party/closure_(compiler|linter)/|'
239 'compiled_resources.gyp',
[email protected]0387ab32014-08-05 00:13:42240 },
[email protected]f76c8852012-06-21 16:37:00241 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49242 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00243 },
scheib968e61052014-11-05 00:27:25244 'content_bluetooth': {
245 'filepath': 'content/.*bluetooth'
246 },
[email protected]e3774fd2014-04-23 22:32:54247 'content_input': {
248 'filepath': 'content/browser/renderer_host/input/|'\
249 'content/common/input/|'\
250 'content/renderer/input/',
251 },
mkwst512627022014-09-16 09:23:27252 'content_renderer': {
253 'filepath': 'content/renderer/',
254 },
[email protected]aa3311a2012-11-19 16:04:58255 'content_shell': {
256 'filepath': 'content/shell/',
257 },
kinukoa121bce2015-01-30 10:04:41258 'content_worker': {
259 'filepath': 'content/.*worker',
260 },
[email protected]f76c8852012-06-21 16:37:00261 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49262 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08263 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00264 },
vabr8380eb32014-11-17 11:50:27265 'custom_handlers': {
266 'filepath': 'chrome/browser/custom_handlers/|'\
267 'chrome/common/custom_handlers/',
268 },
[email protected]5e105332012-09-13 01:55:52269 'deep_memory_profiler': {
270 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
271 },
[email protected]29ad47c2014-04-23 09:12:48272 'device_sensors': {
273 'filepath': 'content/browser/device_sensors/|'\
274 'content/common/device_sensors/|'\
275 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
276 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
277 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14278 },
[email protected]342b12872012-11-07 12:10:46279 'devtools': {
280 'filepath': 'devtools',
281 },
[email protected]bab2a832012-07-11 23:29:41282 'disk_cache': {
283 'filepath': 'net/disk_cache/|http_cache',
284 },
[email protected]f76c8852012-06-21 16:37:00285 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49286 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08287 'net/base/host_cache|' \
288 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00289 },
[email protected]f76c8852012-06-21 16:37:00290 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49291 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08292 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51293 },
[email protected]e137d3d2013-06-11 17:16:40294 'download_database': {
295 'filepath': 'chrome/browser/history/download_database',
296 },
[email protected]8492b5b2012-12-17 21:58:08297 'downloads_ext': {
298 'filepath': 'chrome/browser/extensions/api/downloads/|'\
[email protected]12188aff2013-03-03 21:57:57299 'chrome/common/extensions/api/downloads.*.idl',
[email protected]e52c2832012-12-17 23:52:16300 },
[email protected]ca872e362011-07-12 21:06:03301 'downloads_ui': {
[email protected]8492b5b2012-12-17 21:58:08302 'filepath': 'chrome/browser/resources/downloads/|' \
303 'chrome/browser/ui/webui/.*downloads|' \
304 'chrome/browser/ui/views/download/|' \
305 'chrome/browser/ui/cocoa/download/|' \
306 'chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03307 },
[email protected]f6df20a2012-10-23 21:22:07308 'drive': {
[email protected]8492b5b2012-12-17 21:58:08309 'filepath': 'chrome/browser/chromeos/drive/|' \
310 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07311 },
[email protected]89d2cd52013-04-16 01:55:36312 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33313 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36314 },
[email protected]3a25c8a2014-06-26 06:47:10315 'eme': {
316 'filepath': 'components/cdm/|' \
317 'content/browser/media/cdm/|' \
318 'content/renderer/media/crypto/|' \
319 'media/base/android/*drm*|' \
320 'media/cdm/|' \
321 'third_party/widevine/cdm/'
322 },
noyauc7f9ea392014-11-26 11:24:48323 'enhanced_bookmarks': {
324 'filepath': 'chrome/browser/enhanced_bookmarks/' \
325 '|components/enhanced_bookmarks/'
326 },
[email protected]247dcfb92014-04-23 18:25:59327 'events': {
328 'filepath': 'ui/events/',
329 },
[email protected]f76c8852012-06-21 16:37:00330 'extension': {
331 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45332 },
[email protected]f76c8852012-06-21 16:37:00333 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08334 'filepath': 'file_system/|' \
335 'fileapi/'
[email protected]80919512011-08-03 08:51:04336 },
[email protected]f76c8852012-06-21 16:37:00337 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08338 'filepath': 'file_browser|' \
339 'file_manager|' \
340 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39341 },
[email protected]4ed766c2013-09-19 09:45:20342 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20343 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20344 },
[email protected]f76c8852012-06-21 16:37:00345 'ftp': {
346 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39347 },
[email protected]3a2a6ac02014-06-20 07:07:12348 'gcm': {
349 'filepath': 'chrome/browser/services/gcm/|'\
350 'components/gcm_driver/|'\
351 'google_apis/gcm/',
352 },
[email protected]d8036492013-08-09 16:02:23353 'geolocation': {
354 'filepath': 'chrome/browser/geolocation/|'\
355 'content/browser/geolocation|'\
356 'content/public/common/geoposition.*|'\
357 'content/public/browser/geolocation.*|'\
358 'content/renderer/geolocation.*|'\
359 'content/shell/geolocation/',
360 },
[email protected]f93b7382012-08-09 20:53:16361 'gfx_image': {
362 'filepath': 'ui/gfx/image/',
363 },
[email protected]cf428f732012-10-02 20:48:15364 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36365 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15366 },
[email protected]4d1773e2014-04-05 07:59:57367 'gn': {
368 'filepath': 'tools/gn',
369 },
[email protected]f76c8852012-06-21 16:37:00370 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49371 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00372 },
[email protected]f76c8852012-06-21 16:37:00373 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49374 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00375 },
[email protected]18d7e402014-07-08 19:53:14376 'hotword': {
377 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
378 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28379 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14380 '|chrome/browser/search/hotword*'\
381 '|chrome/test/data/extensions/api_test/hotword_private/',
382 },
[email protected]f76c8852012-06-21 16:37:00383 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49384 'filepath': 'base/i18n/|base/string|l10n|icu|'\
385 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00386 },
[email protected]f76c8852012-06-21 16:37:00387 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49388 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00389 },
[email protected]c26161352013-11-12 19:50:01390 'indexed_db': {
391 'filepath': 'content/browser/indexed_db|'\
392 'content/child/indexed_db|'\
393 'content/common/indexed_db|'\
394 'content/public/browser/indexed_db|'\
395 'content/test/data/indexeddb',
396 },
[email protected]f76c8852012-06-21 16:37:00397 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49398 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00399 },
mmoss19826c62014-11-14 21:37:36400 'installer_linux': {
401 'filepath': 'chrome/installer/linux/',
402 },
[email protected]56b4b09d32012-07-27 18:28:41403 'instant': {
[email protected]607903d2013-03-25 22:15:47404 'filepath': 'instant|searchbox|'\
405 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13406 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39407 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47408 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41409 },
[email protected]f76c8852012-06-21 16:37:00410 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49411 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00412 },
mkwstb0d1b1d2014-09-30 11:45:36413 'ipc_messages': {
414 'filepath': '_message.*.h|'\
415 '_messages.cc',
416 },
[email protected]a3f777d2014-01-07 23:38:26417 'libwebp': {
418 'filepath': 'third_party/libwebp'
419 },
[email protected]04a292a2013-03-07 19:58:42420 'linux_fonts': {
421 'filepath': 'ui/gfx/font_render_params_.*|'\
422 'ui/gfx/platform_font_pango.*|'\
423 'ui/gfx/render_text_linux.*',
424 },
425 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49426 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00427 },
[email protected]04a292a2013-03-07 19:58:42428 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54429 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00430 },
[email protected]f76c8852012-06-21 16:37:00431 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49432 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00433 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00434 },
[email protected]06dd23172013-06-24 21:04:51435 'media_galleries': {
436 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51437 '|chrome/browser/media_galleries/'\
438 '|chrome/browser/storage_monitor/'\
439 '|chrome/common/media_galleries/'\
440 '|chrome/test/data/extensions/api_test/media_galleries/'\
441 '|chrome/utility/itunes*'\
442 '|chrome/utility/picasa*',
443 },
[email protected]f76c8852012-06-21 16:37:00444 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49445 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00446 },
447 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49448 'filepath': 'base/metrics/'\
449 '|chrome/browser/metrics/'\
450 '|chrome/common/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49451 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12452 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49453 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00454 '|content/browser/user_metrics.cc'\
[email protected]ce6b855a2014-03-12 19:51:39455 '|components/rappor/'\
[email protected]f76c8852012-06-21 16:37:00456 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12457 # Exclude XML files; in particular, histograms.xml.
458 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
459 },
460 'metrics_xml_files': {
461 # Subscribe to this to watch for changes to histograms.xml.
462 'filepath': 'tools/metrics/.*\.xml$'
[email protected]f76c8852012-06-21 16:37:00463 },
[email protected]341f218a2013-09-24 22:16:10464 'mojo': {
465 'filepath': 'mojo',
466 },
[email protected]f76c8852012-06-21 16:37:00467 'mouse_lock': {
468 'filepath': 'mouse_lock',
469 },
470 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49471 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56472 'chrome/browser/nacl_host/|chrome/common/nacl|'\
473 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00474 },
[email protected]99ddc3d2013-01-22 16:15:33475 'native_client_sdk': {
476 'filepath': '^native_client_sdk/',
477 },
[email protected]b9ecdb62014-03-07 14:56:43478 'navigation': {
479 'filepath': 'content/browser/frame_host|'\
480 'content/browser/renderer_host/render_process_host.*|'\
481 'content/browser/renderer_host/render_view_host.*|'\
482 'content/browser/web_contents/web_contents_impl.*|'\
483 'content/renderer/render_frame.*|'\
484 'content/renderer/render_view.*'
485 },
[email protected]f76c8852012-06-21 16:37:00486 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49487 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00488 },
489 'net_error_list': {
490 'filepath': 'net/base/net_error_list.h',
491 },
492 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49493 'filepath': 'net/base/net_log|' \
494 'chrome/browser/net/.*net_log|' \
495 'chrome/browser/net/passive_log_collector|' \
496 'chrome/browser/resources/net_internals/|' \
497 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00498 },
peterf4758412014-09-17 15:06:01499 'notifications': {
500 'filepath': 'chrome/browser/extensions/api/notifications/|' \
501 'chrome/browser/notifications/|' \
502 'ui/message_center/'
503 },
[email protected]f76c8852012-06-21 16:37:00504 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49505 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00506 },
507 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49508 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16509 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49510 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00511 },
512 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49513 'filepath': 'chrome/browser/autocomplete/'\
514 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00515 },
[email protected]437c44b2012-11-08 01:35:52516 'options': {
517 'filepath': 'chrome/browser/resources/options/|'\
518 'chrome/browser/ui/webui/options/',
519 },
[email protected]2fc9a7b62014-04-16 17:10:12520 'overview_mode': {
521 'filepath': 'ash/wm/overview/',
522 },
[email protected]4a2078e2013-07-18 20:40:20523 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44524 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43525 'ui/events/ozone/|'\
526 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20527 'ui/gl/gl_.*egl.*|'\
528 'ui/gl/gl_.*ozone.*'
529 },
[email protected]f76c8852012-06-21 16:37:00530 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29531 'filepath': 'chrome/browser/ui/panels'\
532 '|chrome/browser/ui/cocoa/panels'\
533 '|chrome/browser/ui/gtk/panels'\
534 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00535 },
[email protected]3cc8b3922014-05-05 13:12:08536 'password_manager': {
537 'filepath': 'chrome/.*/password_'\
538 '|chrome/browser/ui/passwords'\
539 '|chrome/browser/ui/views/passwords'\
540 '|chrome/test/data/password'\
541 '|components/autofill.*password'
542 '|components/password_'\
543 },
[email protected]f76c8852012-06-21 16:37:00544 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58545 'filepath': 'ppapi/api'\
546 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00547 },
548 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49549 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
550 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00551 },
michaelpg11fff3f2015-02-06 03:35:34552 'polymer': {
553 'filepath': 'third_party/polymer/|'\
554 'ui/webui/resources/polymer_resources.grdp',
555 },
[email protected]ef6cc442012-10-30 03:24:17556 'predictors': {
557 'filepath': 'predictors',
558 },
[email protected]be775bc2014-06-30 15:41:14559 'prepopulated_engines': {
560 'filepath': 'components/search_engines/prepopulated_engines.json',
561 },
[email protected]f76c8852012-06-21 16:37:00562 'prerender': {
[email protected]78375a52012-07-14 14:47:57563 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00564 },
565 'pyauto': {
566 'filepath': 'chrome/test/pyautolib' \
567 '|chrome/test/functional' \
568 '|chrome/browser/automation/automation_provider_json'
569 },
570 'remoting': {
[email protected]f2f0fbb92012-07-14 15:52:49571 'filepath': 'remoting/',
[email protected]f76c8852012-06-21 16:37:00572 },
gab57e80c72014-12-08 21:06:13573 'rlz_id': {
574 'filepath' :'rlz/lib/machine_id.cc|'\
575 'rlz/lib/machine_id.h|'\
576 'rlz/win/lib/machine_id_win.cc',
577 },
grt829c6a82014-10-20 09:29:32578 'safe_browsing': {
579 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
580 },
rickyz0a819bfc2015-02-04 23:57:22581 'sandbox': {
582 'filepath': 'sandbox/'\
583 '|content/browser/bootstrap_sandbox_mac'\
584 '|content/browser/renderer_host/render_sandbox_host_linux'\
585 '|content/browser/renderer_host/sandbox_ipc_linux'\
586 '|content/browser/zygote_host/'\
587 '|content/common/sandbox_'\
588 '|content/zygote/'\
589 },
skyostil20dea312014-11-11 13:43:06590 'scheduler': {
591 'filepath': 'cc/scheduler|'\
592 'content/renderer/scheduler'
593 },
[email protected]21cd39b2012-06-28 01:48:40594 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49595 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40596 },
[email protected]f76c8852012-06-21 16:37:00597 'sessions': {
[email protected]f2f0fbb92012-07-14 15:52:49598 'filepath': 'chrome/browser/sessions/',
[email protected]f76c8852012-06-21 16:37:00599 },
[email protected]0b431722014-01-08 07:21:51600 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17601 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51602 },
[email protected]f76c8852012-06-21 16:37:00603 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49604 'filepath': 'content/browser/site_instance|'\
605 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00606 },
607 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49608 'filepath': 'chrome/browser/speech/'\
609 '|content/browser/speech/'\
610 '|content/common/.*speech'\
611 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00612 },
[email protected]ad0295d2012-10-11 23:43:36613 'spellcheck': {
614 'filepath': 'chrome/browser/spellchecker/'\
615 '|chrome/browser/tab_contents/spellchecker'\
616 '|chrome/browser/tab_contents/spelling_menu'\
617 '|chrome/common/spellcheck_'\
618 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35619 '|third_party/hunspell/'\
620 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36621 '|webkit/tools/test_shell/mock_spellcheck'
622 },
[email protected]67f39af2013-08-23 20:06:05623 'streams': {
624 'filepath': 'content/browser/streams/',
625 },
[email protected]43d33e92014-07-14 16:39:31626 'supervised_users': {
627 'filepath': 'chrome/browser/.*managed_mode'\
628 '|chrome/browser/.*managed_user'\
629 '|chrome/browser/.*supervised_user',
630 },
[email protected]f76c8852012-06-21 16:37:00631 'sync': {
[email protected]3a2a6ac02014-06-20 07:07:12632 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
[email protected]f76c8852012-06-21 16:37:00633 },
[email protected]92871a102013-07-01 11:11:41634 'syncfs': {
635 'filepath': 'sync_file_system',
636 },
[email protected]4529a792013-06-18 19:18:49637 'sync_proto': {
638 'filepath': 'sync/protocol/',
639 },
[email protected]82d74152013-07-28 08:55:31640 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13641 'filepath': 'cc/output/copy_output_request'\
642 '|chrome/browser/extensions/api/tab_capture/'\
643 '|chrome/test/data/extensions/api_test/tab_capture/'\
644 '|content/browser/compositor/delegated_frame_host'\
645 '|content/browser/media/capture/'\
646 '|content/browser/renderer_host/compositing_iosurface'\
647 '|content/browser/renderer_host/media/(audio_'\
648 '|media_stream_manager|video_)'\
649 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
650 '|media/base/video_frame\.h'\
651 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31652 },
[email protected]f76c8852012-06-21 16:37:00653 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49654 'filepath': 'chrome/browser/tab_contents/|'\
655 'content/browser/tab_contents/|'\
656 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00657 },
[email protected]31ef420b2014-08-13 21:19:13658 'tab_media_indicators': {
659 'filepath': 'chrome/browser/media/audio_stream_monitor'\
660 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
661 '|chrome/browser/ui/tabs/tab_utils'\
662 '|chrome/browser/ui/views/tabs/tab\.cc'\
663 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
664 '|media/audio/audio_(output_controller|power_monitor)',
665 },
[email protected]f76c8852012-06-21 16:37:00666 'task_manager': {
667 'filepath': 'task_manager'
668 },
[email protected]5e105332012-09-13 01:55:52669 'tcmalloc': {
670 'filepath': 'third_party/tcmalloc'
671 },
[email protected]31a10602012-11-21 01:51:26672 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19673 'filepath': 'tools/perf/|'\
674 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26675 },
[email protected]f76c8852012-06-21 16:37:00676 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49677 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52678 },
[email protected]1cbbb30b2011-10-14 08:03:56679 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49680 'filepath': 'content/browser/renderer_host/gtk_im'\
681 '|content/browser/renderer_host/gtk_key'\
682 '|content/browser/renderer_host/render_widget_host_view'\
683 '|content/browser/renderer_host/text_input'\
684 '|ui/base/ime/'\
685 '|ui/base/gtk/event'\
686 '|ui/base/gtk/gtk_im'\
687 '|ui/base/keycodes/'\
688 '|ui/base/win/ime'\
689 '|ui/views/controls/textfield/'\
690 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56691 },
[email protected]3a117c62011-11-29 04:28:02692 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49693 'filepath': 'chrome/browser/chromeos/input_method/'\
694 '|chrome/browser/chromeos/extensions/input_method'\
695 '|chrome/browser/chromeos/status/input_method'\
696 '|chrome/browser/extensions/extension_input_'\
697 '|chrome/browser/resources/keyboard'\
698 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43699 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49700 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42701 '|chrome/browser/ui/webui/options/language'\
702 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02703 },
chirantan96fcf6d2015-01-21 22:36:19704 'timers': {
705 'filepath': 'base/timer/'\
706 '|components/timers/'
707 },
[email protected]f76c8852012-06-21 16:37:00708 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49709 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09710 },
[email protected]f76c8852012-06-21 16:37:00711 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49712 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05713 },
[email protected]c8eb7f72013-07-04 15:30:11714 'tracing': {
715 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31716 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11717 '|content/browser/tracing/'\
718 '|components/tracing/'
719 },
[email protected]cf428f732012-10-02 20:48:15720 'ui_compositor': {
721 'filepath': 'ui/compositor/layer\.|'\
722 'ui/compositor/layer_unittest|'\
723 'ui/compositor/compositor',
724 },
[email protected]6b5093c2012-05-23 19:10:18725 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49726 'filepath': 'ui/resources/'\
727 '|ui/base/native_theme/resources/'\
728 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18729 },
[email protected]f76c8852012-06-21 16:37:00730 'valgrind': {
731 'filepath': 'valgrind',
732 },
[email protected]c73ec8ab2014-01-16 20:35:23733 'version_assembly': {
734 'filepath': 'chrome/app/version_assembly',
735 },
[email protected]f76c8852012-06-21 16:37:00736 'views': {
737 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49738 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00739 },
740 'views_core': {
741 'filepath': 'ui/views/view.h|'\
742 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49743 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00744 },
[email protected]f47d871a2013-10-11 22:14:15745 'views_corewm': {
746 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17747 },
[email protected]ef514a32014-02-26 01:02:35748 'virtual_keyboard': {
749 'filepath': 'ui/keyboard/'\
750 'chrome/test/data/chromeos/virtual_keyboard/'\
751 'chrome/common/extensions/api/virtual_keyboard',
752 },
[email protected]b887a262013-09-18 22:43:56753 'webkit': {
754 'filepath': 'webkit/',
755 },
756 'webrtc_media': {
757 'filepath': 'chrome/browser/media/|'\
758 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10759 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56760 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58761 'media/base/android/|'\
[email protected]30cb70c2013-10-15 22:59:52762 'media/video/|'\
mcasas53024942014-11-11 12:59:28763 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56764 },
[email protected]208879542012-07-05 11:15:34765 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49766 'filepath': 'chrome/browser/content_settings/'\
767 '|chrome/browser/ui/views/website_settings/'\
768 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52769 '|chrome/common/content_settings'\
770 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34771 },
[email protected]b17d9e02014-07-29 09:45:50772 'windows_sandboxing': {
773 'filepath': 'sandbox/win/',
774 },
[email protected]f76c8852012-06-21 16:37:00775 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49776 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
777 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00778 },
779 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49780 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
781 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
782 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00783 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49784 'xinput_hierarchy_changed_event_listener\.' \
785 '|chrome/browser/chromeos/wm_' \
786 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40787 },
[email protected]a3838612009-10-13 21:57:54788 },
[email protected]ca872e362011-07-12 21:06:03789
[email protected]a3838612009-10-13 21:57:54790 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00791 'accelerator_table': ['[email protected]',
792 '[email protected]',
793 '[email protected]'],
794 'accessibility': ['[email protected]',
795 '[email protected]',
[email protected]bc72bbfc2013-10-21 23:08:16796 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00797 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00798 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:17799 'activity_log': ['[email protected]'],
[email protected]5c6d3b22014-06-27 13:11:13800 'android_infra': ['[email protected]',
jbudorick9b89b5f2014-11-05 21:13:08801 '[email protected]',
802 '[email protected]'],
[email protected]d6af50812014-04-01 17:18:09803 'android_media': ['[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:59804 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:44805 'android_webview': ['[email protected]'],
[email protected]311cc902013-03-15 04:45:46806 'app_list': ['[email protected]', '[email protected]'],
[email protected]e38d185a2013-07-09 08:23:52807 'app_shortcuts': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00808 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:40809 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:52810 'ash': ['[email protected]',
811 '[email protected]'],
812 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:32813 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:07814 'aura_compositor': ['[email protected]',
815 '[email protected]',
816 '[email protected]',
[email protected]a6349a92013-10-04 11:49:32817 '[email protected]',
818 '[email protected]'],
isherman1eee6f12014-12-09 02:14:30819 'autofill': ['[email protected]',
[email protected]1ea81f42013-10-09 18:10:35820 '[email protected]'],
[email protected]121773a2013-06-07 22:02:33821 'automation': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35822 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:19823 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:50824 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05825 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:32826 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:55827 'battery_status': ['[email protected]'],
noyauc7f9ea392014-11-26 11:24:48828 'bookmarks': ['[email protected]', '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18829 'browser_chromeos': ['[email protected]',
830 '[email protected]',
831 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35832 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:44833 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:40834 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:57835 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:20836 'browsing_data': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00837 'bubble': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:59838 'cast': ['[email protected]',
839 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:12840 '[email protected]',
841 '[email protected]',
[email protected]479180d22014-03-11 09:47:34842 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:12843 '[email protected]',
844 '[email protected]',
845 '[email protected]',
846 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:28847 'cc': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:23848 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:01849 'chrome_views': ['[email protected]'],
gunsch01f333cd2014-10-28 19:15:32850 'chromecast': ['[email protected]', '[email protected]'],
samuong53d5e612014-10-10 18:56:38851 'chromedriver': ['[email protected]', '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18852 'chromeos' : ['[email protected]',
853 '[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:35854 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:35855 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:31856 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:02857 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:16858 'chromeos_power' : ['[email protected]'],
dzhioevcc7c0492014-11-25 14:52:58859 'chromeos_login' : ['[email protected]'],
[email protected]93a564782011-09-28 14:20:31860 'chromeos_webui': ['[email protected]'],
[email protected]e8af07b2013-02-13 19:21:25861 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:07862 '[email protected]',
863 '[email protected]',
864 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00865 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:51866 'closure': ['[email protected]',
867 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:59868 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:27869 '[email protected]' ],
scheib968e61052014-11-05 00:27:25870 'content_bluetooth': ['[email protected]'],
[email protected]e3774fd2014-04-23 22:32:54871 'content_input': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59872 'content_renderer': [ '[email protected]',
873 '[email protected]'],
mkwst75a31a42014-09-14 18:32:53874 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:59875 '[email protected]',
876 '[email protected]'],
kinukoa121bce2015-01-30 10:04:41877 'content_worker': ['[email protected]'],
[email protected]6dc01c542012-11-15 02:48:09878 'cookie_monster': ['[email protected]'],
vabr8380eb32014-11-17 11:50:27879 'custom_handlers': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:19880 'deep_memory_profiler': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59881 'device_sensors': ['[email protected]',
882 '[email protected]',
883 '[email protected]',
884 '[email protected]'],
[email protected]342b12872012-11-07 12:10:46885 'devtools': ['[email protected]', '[email protected]',
[email protected]703a5f42013-07-03 12:20:00886 '[email protected]', '[email protected]',
[email protected]932349ad2013-07-22 08:59:50887 '[email protected]',
888 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:41889 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00890 'dns': ['[email protected]'],
[email protected]e137d3d2013-06-11 17:16:40891 'download_database': ['[email protected]'],
[email protected]15cff152013-04-26 15:41:13892 'download': ['[email protected]', '[email protected]'],
[email protected]8492b5b2012-12-17 21:58:08893 'downloads_ext': ['[email protected]'],
[email protected]15cff152013-04-26 15:41:13894 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:40895 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:36896 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:10897 'eme': ['[email protected]'],
peter9fa5332552014-11-26 15:24:13898 'enhanced_bookmarks': ['[email protected]'],
jddukea2e02fa2014-12-02 22:03:33899 'events': ['[email protected]', '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:41900 'extension': ['[email protected]',
901 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:19902 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:48903 '[email protected]',
904 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:26905 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:20906 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00907 'ftp': ['[email protected]'],
[email protected]3a2a6ac02014-06-20 07:07:12908 'gcm': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59909 'geolocation': ['[email protected]',
910 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:15911 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:16912 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:57913 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:52914 'gpu': ['[email protected]'],
[email protected]454041592013-01-17 16:42:23915 'history_ui': ['[email protected]', '[email protected]'],
[email protected]18d7e402014-07-08 19:53:14916 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00917 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00918 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:45919 'indexed_db': ['[email protected]',
[email protected]55a62252014-07-18 17:35:28920 '[email protected]', '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:50921 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:36922 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:37923 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44924 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:04925 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:38926 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44927 '[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00928 'ipc': ['[email protected]', '[email protected]'],
urvang41c8f9b2015-01-16 00:42:46929 'libwebp': ['[email protected]', '[email protected]',
[email protected]a3f777d2014-01-07 23:38:26930 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:42931 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:40932 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:42933 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:31934 'supervised_users': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00935 'media': ['[email protected]'],
[email protected]06dd23172013-06-24 21:04:51936 'media_galleries': ['[email protected]', '[email protected]',
937 '[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00938 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:30939 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:12940 'metrics_xml_files': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:00941 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:16942 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:15943 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:49944 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:53945 '[email protected]',
[email protected]84003af2014-05-02 09:37:13946 '[email protected]',
947 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00948 'mouse_lock': ['[email protected]'],
949 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:54950 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:43951 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:52952 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00953 'net_error_list': ['[email protected]'],
954 'net_log': ['[email protected]', '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59955 'notifications': ['[email protected]',
956 '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31957 'npapi_headers': ['[email protected]'],
[email protected]0bce107762012-11-27 11:42:54958 'ntp': ['[email protected]', '[email protected]',
959 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00960 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:35961 'options': ['[email protected]',
962 '[email protected]'],
[email protected]2fc9a7b62014-04-16 17:10:12963 'overview_mode': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:32964 'ozone': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00965 'panels': ['[email protected]', '[email protected]',
966 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:25967 'password_manager': ['[email protected]',
[email protected]bf7576f2014-05-22 04:07:47968 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:25969 'pepper_api': ['[email protected]',
970 '[email protected]', '[email protected]',
[email protected]b8491b02013-11-13 03:50:58971 '[email protected]', '[email protected]',
bradnelson3fdc28cb2015-01-23 20:03:25972 '[email protected]', '[email protected]',
[email protected]91651b32014-01-24 10:21:39973 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:34974 'plugin': ['[email protected]'],
michaelpg11fff3f2015-02-06 03:35:34975 'polymer': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:44976 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:14977 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00978 'prerender': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44979 '[email protected]', '[email protected]',
980 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00981 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:38982 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00983 '[email protected]'],
[email protected]c3887592014-02-06 20:02:25984 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:13985 'rlz_id': ['[email protected]',
986 '[email protected]',
987 '[email protected]'],
grt829c6a82014-10-20 09:29:32988 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:22989 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:06990 'scheduler': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00991 'sessions': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:51992 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:19993 '[email protected]',
[email protected]0b431722014-01-08 07:21:51994 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:09995 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:16996 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:17997 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:16998 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:43999 'site_instance': ['[email protected]', '[email protected]',
1000 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361001 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141002 '[email protected]',
[email protected]97e677a62013-01-11 19:18:351003 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051004 'streams': ['[email protected]'],
zea2b40a9292014-10-09 16:45:251005 'sync': ['[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121006 '[email protected]',
maxboguee02372182014-11-13 00:42:221007 '[email protected]',
pvalenzuela85758c752014-09-25 19:34:561008 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121009 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191010 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481011 '[email protected]',
1012 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491013 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311014 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351015 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001016 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131017 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191018 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261019 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001020 'tests': [],
[email protected]494f3cf2011-11-14 07:14:021021 'textinput': ['[email protected]',
1022 '[email protected]',
[email protected]6bd9e802013-04-18 06:40:421023 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181024 '[email protected]',
1025 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421026 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181027 '[email protected]',
1028 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191029 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051030 'tools_emacs': ['[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501031 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151032 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181033 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001034 'valgrind': ['[email protected]',
1035 '[email protected]',
1036 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231037 'version_assembly': ['[email protected]',
1038 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001039 'views': ['[email protected]'],
ben0ee290d02014-10-28 00:02:521040 'views_core': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351041 'virtual_keyboard': ['[email protected]',
1042 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001043 'webkit': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051044 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101045 '[email protected]',
1046 '[email protected]'],
[email protected]b887a262013-09-18 22:43:561047 'website_settings': ['[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501048 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001049 'worker': ['[email protected]'],
1050 'x11': ['[email protected]',
1051 '[email protected]',
1052 '[email protected]'],
[email protected]a3838612009-10-13 21:57:541053 },
1054}