blob: 9fa16135bdaedf4955e5ebd28d0c70788ab8cce4 [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 },
scheibabdd7d32015-02-11 22:13:08279 'developer_recommended_flags': {
280 'filepath': 'developer_recommended_flags.gypi',
281 },
[email protected]342b12872012-11-07 12:10:46282 'devtools': {
283 'filepath': 'devtools',
284 },
[email protected]bab2a832012-07-11 23:29:41285 'disk_cache': {
286 'filepath': 'net/disk_cache/|http_cache',
287 },
[email protected]f76c8852012-06-21 16:37:00288 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49289 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08290 'net/base/host_cache|' \
291 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00292 },
[email protected]f76c8852012-06-21 16:37:00293 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49294 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08295 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51296 },
[email protected]e137d3d2013-06-11 17:16:40297 'download_database': {
298 'filepath': 'chrome/browser/history/download_database',
299 },
[email protected]8492b5b2012-12-17 21:58:08300 'downloads_ext': {
301 'filepath': 'chrome/browser/extensions/api/downloads/|'\
[email protected]12188aff2013-03-03 21:57:57302 'chrome/common/extensions/api/downloads.*.idl',
[email protected]e52c2832012-12-17 23:52:16303 },
[email protected]ca872e362011-07-12 21:06:03304 'downloads_ui': {
[email protected]8492b5b2012-12-17 21:58:08305 'filepath': 'chrome/browser/resources/downloads/|' \
306 'chrome/browser/ui/webui/.*downloads|' \
307 'chrome/browser/ui/views/download/|' \
308 'chrome/browser/ui/cocoa/download/|' \
309 'chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03310 },
[email protected]f6df20a2012-10-23 21:22:07311 'drive': {
[email protected]8492b5b2012-12-17 21:58:08312 'filepath': 'chrome/browser/chromeos/drive/|' \
313 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07314 },
[email protected]89d2cd52013-04-16 01:55:36315 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33316 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36317 },
[email protected]3a25c8a2014-06-26 06:47:10318 'eme': {
319 'filepath': 'components/cdm/|' \
320 'content/browser/media/cdm/|' \
321 'content/renderer/media/crypto/|' \
322 'media/base/android/*drm*|' \
323 'media/cdm/|' \
324 'third_party/widevine/cdm/'
325 },
noyauc7f9ea392014-11-26 11:24:48326 'enhanced_bookmarks': {
327 'filepath': 'chrome/browser/enhanced_bookmarks/' \
328 '|components/enhanced_bookmarks/'
329 },
[email protected]247dcfb92014-04-23 18:25:59330 'events': {
331 'filepath': 'ui/events/',
332 },
[email protected]f76c8852012-06-21 16:37:00333 'extension': {
334 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45335 },
[email protected]f76c8852012-06-21 16:37:00336 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08337 'filepath': 'file_system/|' \
338 'fileapi/'
[email protected]80919512011-08-03 08:51:04339 },
[email protected]f76c8852012-06-21 16:37:00340 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08341 'filepath': 'file_browser|' \
342 'file_manager|' \
343 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39344 },
[email protected]4ed766c2013-09-19 09:45:20345 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20346 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20347 },
[email protected]f76c8852012-06-21 16:37:00348 'ftp': {
349 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39350 },
[email protected]3a2a6ac02014-06-20 07:07:12351 'gcm': {
352 'filepath': 'chrome/browser/services/gcm/|'\
353 'components/gcm_driver/|'\
354 'google_apis/gcm/',
355 },
[email protected]d8036492013-08-09 16:02:23356 'geolocation': {
357 'filepath': 'chrome/browser/geolocation/|'\
358 'content/browser/geolocation|'\
359 'content/public/common/geoposition.*|'\
360 'content/public/browser/geolocation.*|'\
361 'content/renderer/geolocation.*|'\
362 'content/shell/geolocation/',
363 },
[email protected]f93b7382012-08-09 20:53:16364 'gfx_image': {
365 'filepath': 'ui/gfx/image/',
366 },
[email protected]cf428f732012-10-02 20:48:15367 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36368 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15369 },
[email protected]4d1773e2014-04-05 07:59:57370 'gn': {
371 'filepath': 'tools/gn',
372 },
[email protected]f76c8852012-06-21 16:37:00373 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49374 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00375 },
[email protected]f76c8852012-06-21 16:37:00376 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49377 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00378 },
[email protected]18d7e402014-07-08 19:53:14379 'hotword': {
380 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
381 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28382 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14383 '|chrome/browser/search/hotword*'\
384 '|chrome/test/data/extensions/api_test/hotword_private/',
385 },
[email protected]f76c8852012-06-21 16:37:00386 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49387 'filepath': 'base/i18n/|base/string|l10n|icu|'\
388 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00389 },
[email protected]f76c8852012-06-21 16:37:00390 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49391 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00392 },
[email protected]c26161352013-11-12 19:50:01393 'indexed_db': {
394 'filepath': 'content/browser/indexed_db|'\
395 'content/child/indexed_db|'\
396 'content/common/indexed_db|'\
397 'content/public/browser/indexed_db|'\
398 'content/test/data/indexeddb',
399 },
[email protected]f76c8852012-06-21 16:37:00400 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49401 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00402 },
mmoss19826c62014-11-14 21:37:36403 'installer_linux': {
404 'filepath': 'chrome/installer/linux/',
405 },
[email protected]56b4b09d32012-07-27 18:28:41406 'instant': {
[email protected]607903d2013-03-25 22:15:47407 'filepath': 'instant|searchbox|'\
408 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13409 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39410 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47411 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41412 },
[email protected]f76c8852012-06-21 16:37:00413 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49414 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00415 },
mkwstb0d1b1d2014-09-30 11:45:36416 'ipc_messages': {
417 'filepath': '_message.*.h|'\
418 '_messages.cc',
419 },
[email protected]a3f777d2014-01-07 23:38:26420 'libwebp': {
421 'filepath': 'third_party/libwebp'
422 },
[email protected]04a292a2013-03-07 19:58:42423 'linux_fonts': {
424 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41425 'ui/gfx/platform_font_linux.*|'\
426 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42427 },
428 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49429 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00430 },
[email protected]04a292a2013-03-07 19:58:42431 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54432 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00433 },
michaelpg32ca07902015-02-07 00:31:11434 'md_settings': {
435 'filepath': 'ui/webui/resources/cr_element|'\
436 'chrome/browser/resources/md_settings/',
437 },
[email protected]f76c8852012-06-21 16:37:00438 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49439 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00440 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00441 },
[email protected]06dd23172013-06-24 21:04:51442 'media_galleries': {
443 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51444 '|chrome/browser/media_galleries/'\
445 '|chrome/browser/storage_monitor/'\
446 '|chrome/common/media_galleries/'\
447 '|chrome/test/data/extensions/api_test/media_galleries/'\
448 '|chrome/utility/itunes*'\
449 '|chrome/utility/picasa*',
450 },
[email protected]f76c8852012-06-21 16:37:00451 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49452 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00453 },
454 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49455 'filepath': 'base/metrics/'\
456 '|chrome/browser/metrics/'\
457 '|chrome/common/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49458 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12459 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49460 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00461 '|content/browser/user_metrics.cc'\
[email protected]ce6b855a2014-03-12 19:51:39462 '|components/rappor/'\
[email protected]f76c8852012-06-21 16:37:00463 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12464 # Exclude XML files; in particular, histograms.xml.
465 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
466 },
467 'metrics_xml_files': {
468 # Subscribe to this to watch for changes to histograms.xml.
469 'filepath': 'tools/metrics/.*\.xml$'
[email protected]f76c8852012-06-21 16:37:00470 },
[email protected]341f218a2013-09-24 22:16:10471 'mojo': {
472 'filepath': 'mojo',
473 },
[email protected]f76c8852012-06-21 16:37:00474 'mouse_lock': {
475 'filepath': 'mouse_lock',
476 },
477 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49478 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56479 'chrome/browser/nacl_host/|chrome/common/nacl|'\
480 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00481 },
[email protected]99ddc3d2013-01-22 16:15:33482 'native_client_sdk': {
483 'filepath': '^native_client_sdk/',
484 },
[email protected]b9ecdb62014-03-07 14:56:43485 'navigation': {
486 'filepath': 'content/browser/frame_host|'\
487 'content/browser/renderer_host/render_process_host.*|'\
488 'content/browser/renderer_host/render_view_host.*|'\
489 'content/browser/web_contents/web_contents_impl.*|'\
490 'content/renderer/render_frame.*|'\
491 'content/renderer/render_view.*'
492 },
[email protected]f76c8852012-06-21 16:37:00493 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49494 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00495 },
496 'net_error_list': {
497 'filepath': 'net/base/net_error_list.h',
498 },
499 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49500 'filepath': 'net/base/net_log|' \
501 'chrome/browser/net/.*net_log|' \
502 'chrome/browser/net/passive_log_collector|' \
503 'chrome/browser/resources/net_internals/|' \
504 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00505 },
peterf4758412014-09-17 15:06:01506 'notifications': {
507 'filepath': 'chrome/browser/extensions/api/notifications/|' \
508 'chrome/browser/notifications/|' \
509 'ui/message_center/'
510 },
[email protected]f76c8852012-06-21 16:37:00511 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49512 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00513 },
514 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49515 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16516 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49517 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00518 },
519 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49520 'filepath': 'chrome/browser/autocomplete/'\
521 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00522 },
[email protected]437c44b2012-11-08 01:35:52523 'options': {
524 'filepath': 'chrome/browser/resources/options/|'\
525 'chrome/browser/ui/webui/options/',
526 },
[email protected]2fc9a7b62014-04-16 17:10:12527 'overview_mode': {
528 'filepath': 'ash/wm/overview/',
529 },
[email protected]4a2078e2013-07-18 20:40:20530 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44531 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43532 'ui/events/ozone/|'\
533 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20534 'ui/gl/gl_.*egl.*|'\
535 'ui/gl/gl_.*ozone.*'
536 },
[email protected]f76c8852012-06-21 16:37:00537 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29538 'filepath': 'chrome/browser/ui/panels'\
539 '|chrome/browser/ui/cocoa/panels'\
540 '|chrome/browser/ui/gtk/panels'\
541 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00542 },
[email protected]3cc8b3922014-05-05 13:12:08543 'password_manager': {
544 'filepath': 'chrome/.*/password_'\
545 '|chrome/browser/ui/passwords'\
546 '|chrome/browser/ui/views/passwords'\
547 '|chrome/test/data/password'\
548 '|components/autofill.*password'
549 '|components/password_'\
550 },
[email protected]f76c8852012-06-21 16:37:00551 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58552 'filepath': 'ppapi/api'\
553 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00554 },
555 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49556 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
557 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00558 },
michaelpg11fff3f2015-02-06 03:35:34559 'polymer': {
560 'filepath': 'third_party/polymer/|'\
561 'ui/webui/resources/polymer_resources.grdp',
562 },
[email protected]ef6cc442012-10-30 03:24:17563 'predictors': {
564 'filepath': 'predictors',
565 },
[email protected]be775bc2014-06-30 15:41:14566 'prepopulated_engines': {
567 'filepath': 'components/search_engines/prepopulated_engines.json',
568 },
[email protected]f76c8852012-06-21 16:37:00569 'prerender': {
[email protected]78375a52012-07-14 14:47:57570 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00571 },
572 'pyauto': {
573 'filepath': 'chrome/test/pyautolib' \
574 '|chrome/test/functional' \
575 '|chrome/browser/automation/automation_provider_json'
576 },
577 'remoting': {
[email protected]f2f0fbb92012-07-14 15:52:49578 'filepath': 'remoting/',
[email protected]f76c8852012-06-21 16:37:00579 },
gab57e80c72014-12-08 21:06:13580 'rlz_id': {
581 'filepath' :'rlz/lib/machine_id.cc|'\
582 'rlz/lib/machine_id.h|'\
583 'rlz/win/lib/machine_id_win.cc',
584 },
grt829c6a82014-10-20 09:29:32585 'safe_browsing': {
586 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
587 },
rickyz0a819bfc2015-02-04 23:57:22588 'sandbox': {
589 'filepath': 'sandbox/'\
590 '|content/browser/bootstrap_sandbox_mac'\
591 '|content/browser/renderer_host/render_sandbox_host_linux'\
592 '|content/browser/renderer_host/sandbox_ipc_linux'\
593 '|content/browser/zygote_host/'\
594 '|content/common/sandbox_'\
595 '|content/zygote/'\
596 },
skyostil20dea312014-11-11 13:43:06597 'scheduler': {
598 'filepath': 'cc/scheduler|'\
599 'content/renderer/scheduler'
600 },
[email protected]21cd39b2012-06-28 01:48:40601 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49602 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40603 },
[email protected]f76c8852012-06-21 16:37:00604 'sessions': {
[email protected]f2f0fbb92012-07-14 15:52:49605 'filepath': 'chrome/browser/sessions/',
[email protected]f76c8852012-06-21 16:37:00606 },
[email protected]0b431722014-01-08 07:21:51607 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17608 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51609 },
[email protected]f76c8852012-06-21 16:37:00610 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49611 'filepath': 'content/browser/site_instance|'\
612 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00613 },
614 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49615 'filepath': 'chrome/browser/speech/'\
616 '|content/browser/speech/'\
617 '|content/common/.*speech'\
618 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00619 },
[email protected]ad0295d2012-10-11 23:43:36620 'spellcheck': {
621 'filepath': 'chrome/browser/spellchecker/'\
622 '|chrome/browser/tab_contents/spellchecker'\
623 '|chrome/browser/tab_contents/spelling_menu'\
624 '|chrome/common/spellcheck_'\
625 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35626 '|third_party/hunspell/'\
627 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36628 '|webkit/tools/test_shell/mock_spellcheck'
629 },
[email protected]67f39af2013-08-23 20:06:05630 'streams': {
631 'filepath': 'content/browser/streams/',
632 },
[email protected]43d33e92014-07-14 16:39:31633 'supervised_users': {
634 'filepath': 'chrome/browser/.*managed_mode'\
635 '|chrome/browser/.*managed_user'\
636 '|chrome/browser/.*supervised_user',
637 },
[email protected]f76c8852012-06-21 16:37:00638 'sync': {
[email protected]3a2a6ac02014-06-20 07:07:12639 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
[email protected]f76c8852012-06-21 16:37:00640 },
[email protected]92871a102013-07-01 11:11:41641 'syncfs': {
642 'filepath': 'sync_file_system',
643 },
[email protected]4529a792013-06-18 19:18:49644 'sync_proto': {
645 'filepath': 'sync/protocol/',
646 },
[email protected]82d74152013-07-28 08:55:31647 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13648 'filepath': 'cc/output/copy_output_request'\
649 '|chrome/browser/extensions/api/tab_capture/'\
650 '|chrome/test/data/extensions/api_test/tab_capture/'\
651 '|content/browser/compositor/delegated_frame_host'\
652 '|content/browser/media/capture/'\
653 '|content/browser/renderer_host/compositing_iosurface'\
654 '|content/browser/renderer_host/media/(audio_'\
655 '|media_stream_manager|video_)'\
656 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
657 '|media/base/video_frame\.h'\
658 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31659 },
[email protected]f76c8852012-06-21 16:37:00660 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49661 'filepath': 'chrome/browser/tab_contents/|'\
662 'content/browser/tab_contents/|'\
663 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00664 },
[email protected]31ef420b2014-08-13 21:19:13665 'tab_media_indicators': {
666 'filepath': 'chrome/browser/media/audio_stream_monitor'\
667 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
668 '|chrome/browser/ui/tabs/tab_utils'\
669 '|chrome/browser/ui/views/tabs/tab\.cc'\
670 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
671 '|media/audio/audio_(output_controller|power_monitor)',
672 },
[email protected]f76c8852012-06-21 16:37:00673 'task_manager': {
674 'filepath': 'task_manager'
675 },
[email protected]5e105332012-09-13 01:55:52676 'tcmalloc': {
677 'filepath': 'third_party/tcmalloc'
678 },
[email protected]31a10602012-11-21 01:51:26679 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19680 'filepath': 'tools/perf/|'\
681 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26682 },
[email protected]f76c8852012-06-21 16:37:00683 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49684 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52685 },
[email protected]1cbbb30b2011-10-14 08:03:56686 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49687 'filepath': 'content/browser/renderer_host/gtk_im'\
688 '|content/browser/renderer_host/gtk_key'\
689 '|content/browser/renderer_host/render_widget_host_view'\
690 '|content/browser/renderer_host/text_input'\
691 '|ui/base/ime/'\
692 '|ui/base/gtk/event'\
693 '|ui/base/gtk/gtk_im'\
694 '|ui/base/keycodes/'\
695 '|ui/base/win/ime'\
696 '|ui/views/controls/textfield/'\
697 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56698 },
[email protected]3a117c62011-11-29 04:28:02699 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49700 'filepath': 'chrome/browser/chromeos/input_method/'\
701 '|chrome/browser/chromeos/extensions/input_method'\
702 '|chrome/browser/chromeos/status/input_method'\
703 '|chrome/browser/extensions/extension_input_'\
704 '|chrome/browser/resources/keyboard'\
705 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43706 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49707 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42708 '|chrome/browser/ui/webui/options/language'\
709 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02710 },
chirantan96fcf6d2015-01-21 22:36:19711 'timers': {
712 'filepath': 'base/timer/'\
713 '|components/timers/'
714 },
[email protected]f76c8852012-06-21 16:37:00715 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49716 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09717 },
[email protected]f76c8852012-06-21 16:37:00718 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49719 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05720 },
[email protected]c8eb7f72013-07-04 15:30:11721 'tracing': {
722 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31723 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11724 '|content/browser/tracing/'\
725 '|components/tracing/'
726 },
[email protected]cf428f732012-10-02 20:48:15727 'ui_compositor': {
728 'filepath': 'ui/compositor/layer\.|'\
729 'ui/compositor/layer_unittest|'\
730 'ui/compositor/compositor',
731 },
[email protected]6b5093c2012-05-23 19:10:18732 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49733 'filepath': 'ui/resources/'\
734 '|ui/base/native_theme/resources/'\
735 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18736 },
[email protected]f76c8852012-06-21 16:37:00737 'valgrind': {
738 'filepath': 'valgrind',
739 },
[email protected]c73ec8ab2014-01-16 20:35:23740 'version_assembly': {
741 'filepath': 'chrome/app/version_assembly',
742 },
[email protected]f76c8852012-06-21 16:37:00743 'views': {
744 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49745 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00746 },
747 'views_core': {
748 'filepath': 'ui/views/view.h|'\
749 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49750 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00751 },
[email protected]f47d871a2013-10-11 22:14:15752 'views_corewm': {
753 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17754 },
[email protected]ef514a32014-02-26 01:02:35755 'virtual_keyboard': {
756 'filepath': 'ui/keyboard/'\
757 'chrome/test/data/chromeos/virtual_keyboard/'\
758 'chrome/common/extensions/api/virtual_keyboard',
759 },
[email protected]b887a262013-09-18 22:43:56760 'webkit': {
761 'filepath': 'webkit/',
762 },
763 'webrtc_media': {
764 'filepath': 'chrome/browser/media/|'\
765 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10766 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56767 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58768 'media/base/android/|'\
[email protected]30cb70c2013-10-15 22:59:52769 'media/video/|'\
mcasas53024942014-11-11 12:59:28770 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56771 },
[email protected]208879542012-07-05 11:15:34772 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49773 'filepath': 'chrome/browser/content_settings/'\
774 '|chrome/browser/ui/views/website_settings/'\
775 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52776 '|chrome/common/content_settings'\
777 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34778 },
[email protected]b17d9e02014-07-29 09:45:50779 'windows_sandboxing': {
780 'filepath': 'sandbox/win/',
781 },
[email protected]f76c8852012-06-21 16:37:00782 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49783 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
784 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00785 },
786 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49787 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
788 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
789 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00790 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49791 'xinput_hierarchy_changed_event_listener\.' \
792 '|chrome/browser/chromeos/wm_' \
793 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40794 },
[email protected]a3838612009-10-13 21:57:54795 },
[email protected]ca872e362011-07-12 21:06:03796
[email protected]a3838612009-10-13 21:57:54797 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00798 'accelerator_table': ['[email protected]',
799 '[email protected]',
800 '[email protected]'],
801 'accessibility': ['[email protected]',
802 '[email protected]',
[email protected]bc72bbfc2013-10-21 23:08:16803 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00804 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00805 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:17806 'activity_log': ['[email protected]'],
[email protected]5c6d3b22014-06-27 13:11:13807 'android_infra': ['[email protected]',
jbudorick9b89b5f2014-11-05 21:13:08808 '[email protected]',
809 '[email protected]'],
[email protected]d6af50812014-04-01 17:18:09810 'android_media': ['[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:59811 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:44812 'android_webview': ['[email protected]'],
[email protected]311cc902013-03-15 04:45:46813 'app_list': ['[email protected]', '[email protected]'],
[email protected]e38d185a2013-07-09 08:23:52814 'app_shortcuts': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00815 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:40816 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:52817 'ash': ['[email protected]',
818 '[email protected]'],
819 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:32820 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:07821 'aura_compositor': ['[email protected]',
822 '[email protected]',
823 '[email protected]',
[email protected]a6349a92013-10-04 11:49:32824 '[email protected]',
825 '[email protected]'],
isherman1eee6f12014-12-09 02:14:30826 'autofill': ['[email protected]',
[email protected]1ea81f42013-10-09 18:10:35827 '[email protected]'],
[email protected]121773a2013-06-07 22:02:33828 'automation': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35829 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:19830 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:50831 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05832 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:32833 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:55834 'battery_status': ['[email protected]'],
noyauc7f9ea392014-11-26 11:24:48835 'bookmarks': ['[email protected]', '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18836 'browser_chromeos': ['[email protected]',
nkostylev1b9ac7d2015-02-17 10:20:38837 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35838 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:44839 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:40840 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:57841 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:20842 'browsing_data': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00843 'bubble': ['[email protected]', '[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:59844 'cast': ['[email protected]',
845 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:12846 '[email protected]',
847 '[email protected]',
[email protected]479180d22014-03-11 09:47:34848 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:12849 '[email protected]',
850 '[email protected]',
851 '[email protected]',
852 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:28853 'cc': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:23854 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:01855 'chrome_views': ['[email protected]'],
gunsch01f333cd2014-10-28 19:15:32856 'chromecast': ['[email protected]', '[email protected]'],
samuong53d5e612014-10-10 18:56:38857 'chromedriver': ['[email protected]', '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18858 'chromeos' : ['[email protected]',
859 '[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:35860 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:35861 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:31862 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:02863 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:16864 'chromeos_power' : ['[email protected]'],
dzhioevcc7c0492014-11-25 14:52:58865 'chromeos_login' : ['[email protected]'],
[email protected]93a564782011-09-28 14:20:31866 'chromeos_webui': ['[email protected]'],
[email protected]e8af07b2013-02-13 19:21:25867 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:07868 '[email protected]',
869 '[email protected]',
870 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00871 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:51872 'closure': ['[email protected]',
873 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:59874 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:27875 '[email protected]' ],
scheib968e61052014-11-05 00:27:25876 'content_bluetooth': ['[email protected]'],
[email protected]e3774fd2014-04-23 22:32:54877 'content_input': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59878 'content_renderer': [ '[email protected]',
879 '[email protected]'],
mkwst75a31a42014-09-14 18:32:53880 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:59881 '[email protected]',
882 '[email protected]'],
kinukoa121bce2015-01-30 10:04:41883 'content_worker': ['[email protected]'],
[email protected]6dc01c542012-11-15 02:48:09884 'cookie_monster': ['[email protected]'],
vabr8380eb32014-11-17 11:50:27885 'custom_handlers': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:19886 'deep_memory_profiler': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59887 'device_sensors': ['[email protected]',
888 '[email protected]',
889 '[email protected]',
890 '[email protected]'],
scheibabdd7d32015-02-11 22:13:08891 'developer_recommended_flags': ['[email protected]'],
[email protected]342b12872012-11-07 12:10:46892 'devtools': ['[email protected]', '[email protected]',
[email protected]703a5f42013-07-03 12:20:00893 '[email protected]', '[email protected]',
[email protected]932349ad2013-07-22 08:59:50894 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:41895 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00896 'dns': ['[email protected]'],
[email protected]e137d3d2013-06-11 17:16:40897 'download_database': ['[email protected]'],
[email protected]15cff152013-04-26 15:41:13898 'download': ['[email protected]', '[email protected]'],
[email protected]8492b5b2012-12-17 21:58:08899 'downloads_ext': ['[email protected]'],
[email protected]15cff152013-04-26 15:41:13900 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:40901 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:36902 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:10903 'eme': ['[email protected]'],
peter9fa5332552014-11-26 15:24:13904 'enhanced_bookmarks': ['[email protected]'],
jddukea2e02fa2014-12-02 22:03:33905 'events': ['[email protected]', '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:41906 'extension': ['[email protected]',
907 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:19908 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:48909 '[email protected]',
910 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:26911 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:20912 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00913 'ftp': ['[email protected]'],
[email protected]3a2a6ac02014-06-20 07:07:12914 'gcm': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59915 'geolocation': ['[email protected]',
916 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:15917 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:16918 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:57919 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:52920 'gpu': ['[email protected]'],
[email protected]454041592013-01-17 16:42:23921 'history_ui': ['[email protected]', '[email protected]'],
[email protected]18d7e402014-07-08 19:53:14922 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00923 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00924 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:45925 'indexed_db': ['[email protected]',
[email protected]55a62252014-07-18 17:35:28926 '[email protected]', '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:50927 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:36928 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:37929 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44930 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:04931 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:38932 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44933 '[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00934 'ipc': ['[email protected]', '[email protected]'],
urvang41c8f9b2015-01-16 00:42:46935 'libwebp': ['[email protected]', '[email protected]',
[email protected]a3f777d2014-01-07 23:38:26936 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:42937 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:40938 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:42939 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:31940 'supervised_users': ['[email protected]'],
michaelpg32ca07902015-02-07 00:31:11941 'md_settings': ['[email protected]',
942 '[email protected]',
943 '[email protected]',
944 '[email protected]',
945 '[email protected]',
946 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00947 'media': ['[email protected]'],
[email protected]06dd23172013-06-24 21:04:51948 'media_galleries': ['[email protected]', '[email protected]',
949 '[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00950 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:30951 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:12952 'metrics_xml_files': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:00953 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:16954 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:15955 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:49956 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:53957 '[email protected]',
[email protected]84003af2014-05-02 09:37:13958 '[email protected]',
959 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00960 'mouse_lock': ['[email protected]'],
961 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:54962 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:43963 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:52964 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00965 'net_error_list': ['[email protected]'],
966 'net_log': ['[email protected]', '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59967 'notifications': ['[email protected]',
968 '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31969 'npapi_headers': ['[email protected]'],
[email protected]0bce107762012-11-27 11:42:54970 'ntp': ['[email protected]', '[email protected]',
971 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00972 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:35973 'options': ['[email protected]',
974 '[email protected]'],
[email protected]2fc9a7b62014-04-16 17:10:12975 'overview_mode': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:32976 'ozone': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00977 'panels': ['[email protected]', '[email protected]',
978 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:25979 'password_manager': ['[email protected]',
[email protected]bf7576f2014-05-22 04:07:47980 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:25981 'pepper_api': ['[email protected]',
982 '[email protected]', '[email protected]',
[email protected]b8491b02013-11-13 03:50:58983 '[email protected]', '[email protected]',
bradnelson3fdc28cb2015-01-23 20:03:25984 '[email protected]', '[email protected]',
[email protected]91651b32014-01-24 10:21:39985 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:34986 'plugin': ['[email protected]'],
michaelpg11fff3f2015-02-06 03:35:34987 'polymer': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:44988 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:14989 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00990 'prerender': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44991 '[email protected]', '[email protected]',
992 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00993 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:38994 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00995 '[email protected]'],
[email protected]c3887592014-02-06 20:02:25996 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:13997 'rlz_id': ['[email protected]',
998 '[email protected]',
999 '[email protected]'],
grt829c6a82014-10-20 09:29:321000 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221001 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061002 'scheduler': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001003 'sessions': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511004 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191005 '[email protected]',
[email protected]0b431722014-01-08 07:21:511006 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091007 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161008 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171009 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161010 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431011 'site_instance': ['[email protected]', '[email protected]',
1012 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361013 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141014 '[email protected]',
[email protected]97e677a62013-01-11 19:18:351015 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051016 'streams': ['[email protected]'],
zea2b40a9292014-10-09 16:45:251017 'sync': ['[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121018 '[email protected]',
maxboguee02372182014-11-13 00:42:221019 '[email protected]',
pvalenzuela85758c752014-09-25 19:34:561020 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121021 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191022 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481023 '[email protected]',
1024 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491025 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311026 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351027 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001028 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131029 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191030 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261031 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001032 'tests': [],
[email protected]494f3cf2011-11-14 07:14:021033 'textinput': ['[email protected]',
1034 '[email protected]',
[email protected]6bd9e802013-04-18 06:40:421035 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181036 '[email protected]',
1037 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421038 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181039 '[email protected]',
1040 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191041 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051042 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381043 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151044 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181045 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001046 'valgrind': ['[email protected]',
1047 '[email protected]',
1048 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231049 'version_assembly': ['[email protected]',
1050 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001051 'views': ['[email protected]'],
ben0ee290d02014-10-28 00:02:521052 'views_core': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351053 'virtual_keyboard': ['[email protected]',
1054 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001055 'webkit': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051056 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101057 '[email protected]',
1058 '[email protected]'],
[email protected]b887a262013-09-18 22:43:561059 'website_settings': ['[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501060 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001061 'worker': ['[email protected]'],
1062 'x11': ['[email protected]',
1063 '[email protected]',
1064 '[email protected]'],
[email protected]a3838612009-10-13 21:57:541065 },
1066}