blob: f0239b0ecd4863b80181c09c3ab095625d39a8ba [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
[email protected]f76c8852012-06-21 16:37:0013 'accelerator_table': {
14 'filepath': 'ash/accelerators/accelerator_table\.cc' \
15 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5416 },
[email protected]f76c8852012-06-21 16:37:0017 'accessibility': {
dmazzoni5f4b7f12015-02-17 16:35:5718 'filepath': 'accessibility' \
19 '|braille' \
[email protected]a4156bfb2014-02-27 22:37:4720 '|chromevox' \
dmazzoni5f4b7f12015-02-17 16:35:5721 '|iaccessible2' \
22 '|isimpledom' \
23 '|liblouis'
[email protected]a3838612009-10-13 21:57:5424 },
[email protected]e9db77a2013-06-12 23:56:1725 'activity_log': {
26 'filepath': 'chrome/browser/extensions/activity_log/' \
27 '|chrome/browser/extensions/api/activity_log_private/'
28 },
[email protected]d2cdf342012-08-07 11:00:0229 'android_infra': {
30 'filepath': 'build/android/' \
31 '|testing/android/' \
32 '|tools/android/'
33 },
[email protected]d6af50812014-04-01 17:18:0934 'android_media': {
35 'filepath': 'content/browser/media/android' \
36 '|content/renderer/media/android' \
37 '|media/audio/android' \
38 '|media/base/android' \
39 '|media/midi/*_android.*' \
40 '|media/video/capture/android'
41 },
[email protected]3261d962014-03-04 22:18:2842 'android_tab': {
43 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
44 },
[email protected]7ca78dc12012-09-20 09:26:4445 'android_webview': {
46 'filepath': 'android_webview/',
47 },
[email protected]8a197f22012-06-22 14:59:0548 'app_list': {
[email protected]311cc902013-03-15 04:45:4649 'filepath': 'chrome/browser/ui/app_list'\
50 '|chrome/browser/ui/ash/app_list'\
[email protected]311cc902013-03-15 04:45:4651 '|chrome/browser/ui/views/app_list'\
52 '|ui/app_list/'
[email protected]8a197f22012-06-22 14:59:0553 },
[email protected]e38d185a2013-07-09 08:23:5254 'app_shortcuts': {
55 'filepath': 'apps/app_shim/'\
56 '|chrome/browser/web_applications/'\
57 '|chrome/browser/ui/web_applications/'\
58 '|chrome/common/mac/'
59 },
[email protected]374a93c2009-11-05 21:45:5660 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4961 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5662 },
[email protected]54bf94d2013-01-30 23:07:4063 'apps': {
64 'filepath': '^apps/',
65 },
[email protected]3ce56642013-10-17 22:12:5166 'ash': {
67 'filepath': 'ash/',
68 },
[email protected]f76c8852012-06-21 16:37:0069 'aura': {
[email protected]3ce56642013-10-17 22:12:5170 'filepath': 'ui/aura/',
[email protected]84ba35e32010-08-06 17:22:3971 },
[email protected]c3a6e1e72013-08-02 00:13:0772 'aura_compositor': {
73 'filepath':
74 'ui/compositor/' \
[email protected]6dc38f72014-01-16 22:19:5875 '|content/browser/compositor/' \
76 '|content/browser/renderer_host/compositor_resize_lock_aura' \
[email protected]c3a6e1e72013-08-02 00:13:0777 '|content/browser/renderer_host/render_widget_host_view_aura' \
78 '|content/browser/renderer_host/render_widget_host_view_browsertest' \
[email protected]a6eeeef92014-03-19 19:06:4479 '|content/browser/renderer_host/delegated' \
80 '|content/browser/renderer_host/software' \
[email protected]c3a6e1e72013-08-02 00:13:0781 '|content/common/gpu/client/' \
82 '|webkit/common/gpu/'
83 },
sullivan0171e3c2015-03-03 18:47:2184 'auto_bisect': {
85 'filepath': 'tools/run-bisect-perf-regression.py'\
86 '|tools/run-perf-test.cfg'\
87 '|tools/auto_bisect/'
88 },
[email protected]2a38f0c02013-05-29 02:27:4589 'autofill': {
[email protected]30964792013-05-29 02:41:2590 'filepath': 'chrome/browser/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4891 'chrome/browser/resources/options/autofill_|'\
92 'chrome/browser/sync/glue/autofill_|'\
93 'chrome/browser/ui/android/autofill/|'\
94 'chrome/browser/ui/autofill/|'\
[email protected]e3e4ca62013-05-17 08:50:2795 'chrome/browser/ui/cocoa/autofill/|'\
[email protected]d9310a82012-11-02 02:53:4896 'chrome/browser/ui/gtk/autofill/|'\
97 'chrome/browser/ui/views/autofill/|'\
98 'chrome/browser/ui/webui/options/autofill_|'\
[email protected]d9310a82012-11-02 02:53:4899 'chrome/renderer/autofill/|'\
100 'chrome/test/data/autofill/|'\
[email protected]3947d4a82013-03-12 09:41:05101 'components/autofill/|'\
[email protected]30964792013-05-29 02:41:25102 'components/autofill/browser/webdata/|'\
103 'components/webdata/|'\
[email protected]d9310a82012-11-02 02:53:48104 'content/public/common/password_|'\
105 'content/public/renderer/password_|'\
106 'content/renderer/password_',
[email protected]b3399272010-08-10 19:49:29107 },
[email protected]f76c8852012-06-21 16:37:00108 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:49109 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:55110 },
jkarlin539748402015-03-31 17:36:31111 'background_sync': {
112 'filepath': 'background_sync',
113 },
[email protected]f76c8852012-06-21 16:37:00114 'base': {
[email protected]f2f0fbb92012-07-14 15:52:49115 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:59116 },
[email protected]5e105332012-09-13 01:55:52117 'base_allocator': {
118 'filepath': '^base/allocator',
119 },
[email protected]1ed5e0fd2012-07-19 00:19:05120 'base_memory': {
121 'filepath': '^base/memory',
122 },
[email protected]b17d9e02014-07-29 09:45:50123 'base_win': {
124 'filepath': '^base/win',
125 },
[email protected]7e093d4022014-06-26 19:19:55126 'battery_status': {
127 'filepath': 'content/browser/battery_status/|'\
timvolodine953fde72014-12-09 16:47:10128 'content/renderer/battery_status/|'\
129 'content/test/data/battery_status/|'\
130 'device/battery/',
[email protected]7e093d4022014-06-26 19:19:55131 },
[email protected]06798f72013-01-14 22:31:17132 'bookmarks': {
133 'filepath': 'chrome/browser/bookmarks/' \
[email protected]771ad482013-07-16 17:32:48134 '|chrome/browser/extensions/api/bookmark_manager_private/' \
135 '|chrome/browser/extensions/api/bookmarks/' \
136 '|chrome/browser/resources/bookmark_manager/' \
[email protected]cd869cde2013-01-31 15:46:35137 '|chrome/browser/ui/bookmarks/' \
138 '|chrome/browser/ui/cocoa/bookmarks/' \
[email protected]5cb8b6e12014-05-19 16:53:46139 '|chrome/browser/ui/views/bookmarks/' \
140 '|components/bookmarks'
[email protected]06798f72013-01-14 22:31:17141 },
[email protected]b17d9e02014-07-29 09:45:50142 'breakpad_app': {
Robert Sesekabcd8102014-08-27 16:12:44143 'filepath': 'components/crash/app/',
[email protected]b17d9e02014-07-29 09:45:50144 },
[email protected]f76c8852012-06-21 16:37:00145 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:49146 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:25147 },
[email protected]f76c8852012-06-21 16:37:00148 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49149 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:25150 },
[email protected]22650d22012-07-18 17:02:35151 'browser_components': {
[email protected]a7228f62012-09-20 17:52:48152 'filepath': 'chrome/browser/autofill/' \
153 '|chrome/browser/bookmarks/' \
[email protected]a7228f62012-09-20 17:52:48154 '|chrome/browser/favicon/' \
[email protected]ddf288e2013-01-09 20:58:27155 '|chrome/browser/history/' \
[email protected]fccf4882013-03-15 04:46:19156 '|chrome/browser/webdata/' \
[email protected]3947d4a82013-03-12 09:41:05157 '|components/autofill/'
[email protected]22650d22012-07-18 17:02:35158 },
[email protected]f76c8852012-06-21 16:37:00159 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:49160 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:18161 },
[email protected]f76c8852012-06-21 16:37:00162 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49163 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:00164 },
[email protected]0ce480532012-07-20 12:33:20165 'browsing_data': {
166 'filepath': 'chrome/browser/browsing_data/',
167 },
[email protected]f76c8852012-06-21 16:37:00168 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:49169 'filepath': 'ui/views/bubble/|'\
170 'chrome/browser/ui/views/bubble/',
[email protected]f76c8852012-06-21 16:37:00171 },
jkarlin539748402015-03-31 17:36:31172 'cache_storage': {
173 'filepath': 'cache_storage',
174 },
[email protected]10fbd5952013-08-22 07:42:39175 'cast': {
[email protected]31ef420b2014-08-13 21:19:13176 'filepath': 'media/cast/'\
177 '|chrome/browser/extensions/api/cast_streaming/'\
178 '|chrome/browser/media/cast'\
179 '|chrome/renderer/media/cast'\
180 '|chrome/test/data/extensions/api_test/cast_'\
181 '|content/public/renderer/media_stream_',
[email protected]10fbd5952013-08-22 07:42:39182 },
[email protected]651d9992014-04-09 17:18:41183 'chromecast': {
184 'filepath': 'chromecast/',
185 },
[email protected]c863702a2012-09-14 20:05:28186 'cc': {
187 'filepath': 'cc/|'\
[email protected]799fd732013-05-15 21:18:52188 'webkit/renderer/compositor_bindings/|'\
[email protected]4934d362012-11-22 22:04:53189 'content/common/cc_messages'
[email protected]c863702a2012-09-14 20:05:28190 },
[email protected]c73ec8ab2014-01-16 20:35:23191 'chrome_elf': {
192 'filepath': 'chrome_elf',
193 },
[email protected]d5b21972012-07-20 02:06:01194 'chrome_views': {
195 'filepath': 'chrome/browser/ui/views',
196 },
[email protected]f7bf8ba2011-02-24 22:28:46197 'chromedriver': {
samuong53d5e612014-10-10 18:56:38198 'filepath': 'chrome/test/chromedriver|'\
199 'chrome/test/data/chromedriver|'\
200 'third_party/webdriver'
[email protected]f7bf8ba2011-02-24 22:28:46201 },
[email protected]f76c8852012-06-21 16:37:00202 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49203 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:01204 },
[email protected]eda0a0b2013-04-19 20:34:35205 'chromeos_attestation': {
206 'filepath': 'chromeos/attestation/|'\
[email protected]64494c3f2013-08-14 22:15:59207 'chrome/browser/chromeos/attestation/|'\
208 'chrome/browser/extensions/api/enterprise_platform_keys_private/',
[email protected]eda0a0b2013-04-19 20:34:35209 },
[email protected]7c59a152012-11-06 20:56:35210 'chromeos_calculator': {
211 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
212 },
hashimoto40ecb692014-09-02 04:51:31213 'chromeos_dbus': {
214 'filepath': 'chromeos/dbus/',
215 },
[email protected]f76c8852012-06-21 16:37:00216 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:49217 'filepath': 'chrome/browser/chromeos/login/|'\
218 'chrome/browser/ui/webui/chromeos/login/|'\
dzhioevcc7c0492014-11-25 14:52:58219 'chrome/browser/resources/chromeos/login/|'\
220 'ui/login/',
[email protected]a791dac2011-04-07 23:22:57221 },
[email protected]d7d35f342012-10-22 20:32:47222 'chromeos_net': {
223 'filepath': 'chromeos/network/|'\
224 'chrome/browser/chromeos/cros/|'\
225 'chrome/browser/chromeos/net/',
226 },
[email protected]2315ac0c2013-02-05 00:49:16227 'chromeos_power': {
[email protected]c3943ad2013-07-03 13:44:56228 'filepath': 'ash/system/chromeos/power/|'\
229 'chromeos/dbus/power_.*|'\
[email protected]2315ac0c2013-02-05 00:49:16230 'chrome/browser/chromeos/power/',
231 },
[email protected]f76c8852012-06-21 16:37:00232 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:49233 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
234 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12235 },
[email protected]cef7a6d2011-04-29 20:49:07236 'clang_update': {
237 'filepath': 'tools/clang/scripts/update.sh'
238 },
[email protected]f76c8852012-06-21 16:37:00239 'clipboard': {
240 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02241 },
[email protected]0387ab32014-08-05 00:13:42242 'closure': {
[email protected]18fd7a532014-08-20 23:09:51243 'filepath': 'third_party/closure_(compiler|linter)/|'
244 'compiled_resources.gyp',
[email protected]0387ab32014-08-05 00:13:42245 },
[email protected]f76c8852012-06-21 16:37:00246 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49247 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00248 },
scheib968e61052014-11-05 00:27:25249 'content_bluetooth': {
250 'filepath': 'content/.*bluetooth'
251 },
[email protected]e3774fd2014-04-23 22:32:54252 'content_input': {
253 'filepath': 'content/browser/renderer_host/input/|'\
254 'content/common/input/|'\
255 'content/renderer/input/',
256 },
mkwst512627022014-09-16 09:23:27257 'content_renderer': {
258 'filepath': 'content/renderer/',
259 },
[email protected]aa3311a2012-11-19 16:04:58260 'content_shell': {
261 'filepath': 'content/shell/',
262 },
kinukoa121bce2015-01-30 10:04:41263 'content_worker': {
264 'filepath': 'content/.*worker',
265 },
[email protected]f76c8852012-06-21 16:37:00266 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49267 'filepath': 'net/cookies/|'\
[email protected]8492b5b2012-12-17 21:58:08268 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00269 },
vabr8380eb32014-11-17 11:50:27270 'custom_handlers': {
271 'filepath': 'chrome/browser/custom_handlers/|'\
272 'chrome/common/custom_handlers/',
273 },
[email protected]5e105332012-09-13 01:55:52274 'deep_memory_profiler': {
275 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
276 },
scheib40514c92015-04-15 21:09:57277 'device_bluetooth': {
278 'filepath': 'device/.*bluetooth'
279 },
[email protected]29ad47c2014-04-23 09:12:48280 'device_sensors': {
281 'filepath': 'content/browser/device_sensors/|'\
282 'content/common/device_sensors/|'\
283 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\
284 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\
285 'content/renderer/device_sensors/',
[email protected]8c667232013-11-12 19:49:14286 },
scheibabdd7d32015-02-11 22:13:08287 'developer_recommended_flags': {
288 'filepath': 'developer_recommended_flags.gypi',
289 },
[email protected]342b12872012-11-07 12:10:46290 'devtools': {
291 'filepath': 'devtools',
292 },
[email protected]bab2a832012-07-11 23:29:41293 'disk_cache': {
294 'filepath': 'net/disk_cache/|http_cache',
295 },
[email protected]f76c8852012-06-21 16:37:00296 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49297 'filepath': 'net/base/host_resolver|' \
[email protected]8492b5b2012-12-17 21:58:08298 'net/base/host_cache|' \
299 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00300 },
[email protected]f76c8852012-06-21 16:37:00301 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49302 'filepath': 'chrome/browser/download/|'\
[email protected]8492b5b2012-12-17 21:58:08303 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51304 },
[email protected]e137d3d2013-06-11 17:16:40305 'download_database': {
306 'filepath': 'chrome/browser/history/download_database',
307 },
[email protected]8492b5b2012-12-17 21:58:08308 'downloads_ext': {
309 'filepath': 'chrome/browser/extensions/api/downloads/|'\
[email protected]12188aff2013-03-03 21:57:57310 'chrome/common/extensions/api/downloads.*.idl',
[email protected]e52c2832012-12-17 23:52:16311 },
[email protected]ca872e362011-07-12 21:06:03312 'downloads_ui': {
[email protected]8492b5b2012-12-17 21:58:08313 'filepath': 'chrome/browser/resources/downloads/|' \
314 'chrome/browser/ui/webui/.*downloads|' \
315 'chrome/browser/ui/views/download/|' \
316 'chrome/browser/ui/cocoa/download/|' \
317 'chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03318 },
[email protected]f6df20a2012-10-23 21:22:07319 'drive': {
[email protected]8492b5b2012-12-17 21:58:08320 'filepath': 'chrome/browser/chromeos/drive/|' \
321 'chrome/browser/google_apis/'
[email protected]f6df20a2012-10-23 21:22:07322 },
[email protected]89d2cd52013-04-16 01:55:36323 'drive_resource_metadata': {
[email protected]2c948e12013-10-17 03:08:33324 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
[email protected]89d2cd52013-04-16 01:55:36325 },
[email protected]3a25c8a2014-06-26 06:47:10326 'eme': {
327 'filepath': 'components/cdm/|' \
328 'content/browser/media/cdm/|' \
329 'content/renderer/media/crypto/|' \
330 'media/base/android/*drm*|' \
331 'media/cdm/|' \
332 'third_party/widevine/cdm/'
333 },
noyauc7f9ea392014-11-26 11:24:48334 'enhanced_bookmarks': {
335 'filepath': 'chrome/browser/enhanced_bookmarks/' \
336 '|components/enhanced_bookmarks/'
337 },
[email protected]247dcfb92014-04-23 18:25:59338 'events': {
339 'filepath': 'ui/events/',
340 },
[email protected]f76c8852012-06-21 16:37:00341 'extension': {
342 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45343 },
[email protected]f76c8852012-06-21 16:37:00344 'fileapi': {
[email protected]8492b5b2012-12-17 21:58:08345 'filepath': 'file_system/|' \
346 'fileapi/'
[email protected]80919512011-08-03 08:51:04347 },
[email protected]f76c8852012-06-21 16:37:00348 'filebrowse': {
[email protected]8492b5b2012-12-17 21:58:08349 'filepath': 'file_browser|' \
350 'file_manager|' \
351 'filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39352 },
[email protected]4ed766c2013-09-19 09:45:20353 'filesapp': {
[email protected]4ff3d9f2014-04-24 05:25:20354 'filepath': 'ui/file_manager'
[email protected]4ed766c2013-09-19 09:45:20355 },
[email protected]f76c8852012-06-21 16:37:00356 'ftp': {
357 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39358 },
[email protected]3a2a6ac02014-06-20 07:07:12359 'gcm': {
360 'filepath': 'chrome/browser/services/gcm/|'\
361 'components/gcm_driver/|'\
362 'google_apis/gcm/',
363 },
[email protected]d8036492013-08-09 16:02:23364 'geolocation': {
365 'filepath': 'chrome/browser/geolocation/|'\
366 'content/browser/geolocation|'\
367 'content/public/common/geoposition.*|'\
368 'content/public/browser/geolocation.*|'\
369 'content/renderer/geolocation.*|'\
370 'content/shell/geolocation/',
371 },
[email protected]f93b7382012-08-09 20:53:16372 'gfx_image': {
373 'filepath': 'ui/gfx/image/',
374 },
[email protected]cf428f732012-10-02 20:48:15375 'gfx_geometry': {
danakj570c1332015-01-06 16:59:36376 'filepath': 'ui/gfx/geometry/',
[email protected]cf428f732012-10-02 20:48:15377 },
[email protected]4d1773e2014-04-05 07:59:57378 'gn': {
379 'filepath': 'tools/gn',
380 },
[email protected]f76c8852012-06-21 16:37:00381 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49382 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00383 },
[email protected]f76c8852012-06-21 16:37:00384 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49385 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00386 },
[email protected]18d7e402014-07-08 19:53:14387 'hotword': {
388 'filepath': 'chrome/browser/extensions/api/hotword_private/'\
389 '|chrome/browser/resources/hotword_helper/'\
[email protected]535980d42014-08-12 14:31:28390 '|chrome/browser/resources/hotword/'\
[email protected]18d7e402014-07-08 19:53:14391 '|chrome/browser/search/hotword*'\
392 '|chrome/test/data/extensions/api_test/hotword_private/',
393 },
[email protected]f76c8852012-06-21 16:37:00394 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49395 'filepath': 'base/i18n/|base/string|l10n|icu|'\
396 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00397 },
[email protected]f76c8852012-06-21 16:37:00398 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49399 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00400 },
[email protected]c26161352013-11-12 19:50:01401 'indexed_db': {
402 'filepath': 'content/browser/indexed_db|'\
403 'content/child/indexed_db|'\
404 'content/common/indexed_db|'\
405 'content/public/browser/indexed_db|'\
406 'content/test/data/indexeddb',
407 },
[email protected]f76c8852012-06-21 16:37:00408 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49409 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00410 },
mmoss19826c62014-11-14 21:37:36411 'installer_linux': {
412 'filepath': 'chrome/installer/linux/',
413 },
[email protected]56b4b09d32012-07-27 18:28:41414 'instant': {
[email protected]607903d2013-03-25 22:15:47415 'filepath': 'instant|searchbox|'\
416 'chrome/browser/search/|'\
[email protected]c29b7dae2013-03-25 22:29:13417 'chrome/browser/ui/search/|'\
[email protected]eb99f8e2013-07-10 10:17:39418 'chrome/browser/resources/local_ntp/|'\
[email protected]607903d2013-03-25 22:15:47419 'chrome/common/search_types.*',
[email protected]56b4b09d32012-07-27 18:28:41420 },
[email protected]f76c8852012-06-21 16:37:00421 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49422 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00423 },
mkwstb0d1b1d2014-09-30 11:45:36424 'ipc_messages': {
425 'filepath': '_message.*.h|'\
426 '_messages.cc',
427 },
[email protected]a3f777d2014-01-07 23:38:26428 'libwebp': {
429 'filepath': 'third_party/libwebp'
430 },
[email protected]04a292a2013-03-07 19:58:42431 'linux_fonts': {
432 'filepath': 'ui/gfx/font_render_params_.*|'\
deratcd2d6fb2015-02-12 00:10:41433 'ui/gfx/platform_font_linux.*|'\
434 'ui/gfx/render_text_harfbuzz.*',
[email protected]04a292a2013-03-07 19:58:42435 },
436 'linux_sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49437 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00438 },
[email protected]04a292a2013-03-07 19:58:42439 'linux_seccomp_bpf': {
[email protected]d6a23612012-11-13 20:11:54440 'filepath': 'content/common/sandbox.*linux.cc',
[email protected]f76c8852012-06-21 16:37:00441 },
michaelpg32ca07902015-02-07 00:31:11442 'md_settings': {
orenb42e83d22015-03-07 02:05:15443 'filepath': 'ui/webui/resources/cr_element'\
444 '|chrome/browser/resources/md_settings/'\
445 '|chrome/browser/resources/settings/',
michaelpg32ca07902015-02-07 00:31:11446 },
[email protected]f76c8852012-06-21 16:37:00447 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49448 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00449 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00450 },
[email protected]06dd23172013-06-24 21:04:51451 'media_galleries': {
452 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
[email protected]06dd23172013-06-24 21:04:51453 '|chrome/browser/media_galleries/'\
454 '|chrome/browser/storage_monitor/'\
455 '|chrome/common/media_galleries/'\
456 '|chrome/test/data/extensions/api_test/media_galleries/'\
457 '|chrome/utility/itunes*'\
458 '|chrome/utility/picasa*',
459 },
kmarshallb698ad4f2015-02-24 19:42:48460 'media_router': {
461 'filepath': 'chrome/browser/media/router/*' \
462 '|chrome/app/theme/*/common/media_router*' \
463 '|chrome/browser/resources/media_router/' \
464 '|chrome/browser/ui/webui/media_router/' \
465 '|chrome/test/media_router/',
466 },
[email protected]f76c8852012-06-21 16:37:00467 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49468 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00469 },
470 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49471 'filepath': 'base/metrics/'\
472 '|chrome/browser/metrics/'\
473 '|chrome/common/metrics/'\
[email protected]f2f0fbb92012-07-14 15:52:49474 '|chrome/browser/chromeos/external_metrics'\
[email protected]b0d594d2014-02-21 03:22:12475 '|chrome/browser/extensions/api/metrics_private/'\
[email protected]f2f0fbb92012-07-14 15:52:49476 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00477 '|content/browser/user_metrics.cc'\
[email protected]ce6b855a2014-03-12 19:51:39478 '|components/rappor/'\
[email protected]f76c8852012-06-21 16:37:00479 '|content/public/browser/user_metrics.h'\
[email protected]b0d594d2014-02-21 03:22:12480 # Exclude XML files; in particular, histograms.xml.
481 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
482 },
483 'metrics_xml_files': {
484 # Subscribe to this to watch for changes to histograms.xml.
toyoshim8f51f902015-03-27 03:50:21485 'filepath': 'tools/metrics/.*\.xml$',
486 },
487 'midi': {
488 'filepath': 'midi',
[email protected]f76c8852012-06-21 16:37:00489 },
[email protected]341f218a2013-09-24 22:16:10490 'mojo': {
491 'filepath': 'mojo',
492 },
[email protected]f76c8852012-06-21 16:37:00493 'mouse_lock': {
494 'filepath': 'mouse_lock',
495 },
496 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49497 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
[email protected]193912d2013-09-06 17:41:56498 'chrome/browser/nacl_host/|chrome/common/nacl|'\
499 'native_client_sdk/src/doc/',
[email protected]f76c8852012-06-21 16:37:00500 },
[email protected]99ddc3d2013-01-22 16:15:33501 'native_client_sdk': {
502 'filepath': '^native_client_sdk/',
503 },
[email protected]b9ecdb62014-03-07 14:56:43504 'navigation': {
505 'filepath': 'content/browser/frame_host|'\
506 'content/browser/renderer_host/render_process_host.*|'\
507 'content/browser/renderer_host/render_view_host.*|'\
508 'content/browser/web_contents/web_contents_impl.*|'\
509 'content/renderer/render_frame.*|'\
510 'content/renderer/render_view.*'
511 },
[email protected]f76c8852012-06-21 16:37:00512 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49513 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00514 },
515 'net_error_list': {
516 'filepath': 'net/base/net_error_list.h',
517 },
518 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49519 'filepath': 'net/base/net_log|' \
520 'chrome/browser/net/.*net_log|' \
521 'chrome/browser/net/passive_log_collector|' \
522 'chrome/browser/resources/net_internals/|' \
523 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00524 },
jkarlin539748402015-03-31 17:36:31525 'netinfo': {
526 'filepath': 'netinfo',
527 },
peterf4758412014-09-17 15:06:01528 'notifications': {
529 'filepath': 'chrome/browser/extensions/api/notifications/|' \
530 'chrome/browser/notifications/|' \
peter8ab156b2015-03-29 15:44:12531 'chrome/test/data/notifications/|' \
532 'content/browser/notifications/|' \
533 'content/child/notifications/|' \
534 'content/common/platform_notification|' \
535 'content/public/browser/platform_notification|' \
536 'content/public/common/platform_notification|' \
537 'content/renderer/notification_|' \
peterf4758412014-09-17 15:06:01538 'ui/message_center/'
539 },
[email protected]f76c8852012-06-21 16:37:00540 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49541 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00542 },
543 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49544 'filepath': 'chrome/browser/resources/ntp4/|'\
[email protected]b7ecd5f2013-02-14 21:04:16545 'chrome/browser/resources/ntp_android/|'\
[email protected]f2f0fbb92012-07-14 15:52:49546 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00547 },
548 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49549 'filepath': 'chrome/browser/autocomplete/'\
550 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00551 },
[email protected]437c44b2012-11-08 01:35:52552 'options': {
553 'filepath': 'chrome/browser/resources/options/|'\
554 'chrome/browser/ui/webui/options/',
555 },
[email protected]2fc9a7b62014-04-16 17:10:12556 'overview_mode': {
557 'filepath': 'ash/wm/overview/',
558 },
[email protected]4a2078e2013-07-18 20:40:20559 'ozone': {
[email protected]f93c2c92013-10-31 18:22:44560 'filepath': 'ui/ozone/|'\
[email protected]4b66bf922013-10-28 19:49:43561 'ui/events/ozone/|'\
562 'ui/gfx/ozone/|'\
[email protected]4a2078e2013-07-18 20:40:20563 'ui/gl/gl_.*egl.*|'\
564 'ui/gl/gl_.*ozone.*'
565 },
[email protected]f76c8852012-06-21 16:37:00566 'panels': {
[email protected]7cbe5a52012-09-27 02:00:29567 'filepath': 'chrome/browser/ui/panels'\
568 '|chrome/browser/ui/cocoa/panels'\
569 '|chrome/browser/ui/gtk/panels'\
570 '|chrome/browser/ui/views/panels'
[email protected]f76c8852012-06-21 16:37:00571 },
[email protected]3cc8b3922014-05-05 13:12:08572 'password_manager': {
573 'filepath': 'chrome/.*/password_'\
574 '|chrome/browser/ui/passwords'\
575 '|chrome/browser/ui/views/passwords'\
576 '|chrome/test/data/password'\
577 '|components/autofill.*password'
578 '|components/password_'\
579 },
[email protected]f76c8852012-06-21 16:37:00580 'pepper_api': {
[email protected]b8491b02013-11-13 03:50:58581 'filepath': 'ppapi/api'\
582 '|ppapi/c',
[email protected]f76c8852012-06-21 16:37:00583 },
584 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49585 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
586 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00587 },
michaelpg11fff3f2015-02-06 03:35:34588 'polymer': {
589 'filepath': 'third_party/polymer/|'\
590 'ui/webui/resources/polymer_resources.grdp',
591 },
[email protected]ef6cc442012-10-30 03:24:17592 'predictors': {
593 'filepath': 'predictors',
594 },
[email protected]be775bc2014-06-30 15:41:14595 'prepopulated_engines': {
596 'filepath': 'components/search_engines/prepopulated_engines.json',
597 },
[email protected]f76c8852012-06-21 16:37:00598 'prerender': {
[email protected]78375a52012-07-14 14:47:57599 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00600 },
peter884896c72015-03-12 14:26:20601 'push_messaging': {
602 'filepath': 'push_messaging'
603 },
[email protected]f76c8852012-06-21 16:37:00604 'pyauto': {
605 'filepath': 'chrome/test/pyautolib' \
606 '|chrome/test/functional' \
607 '|chrome/browser/automation/automation_provider_json'
608 },
609 'remoting': {
anandce1c55372015-03-04 01:23:10610 'filepath': 'remoting/' \
611 '|testing/chromoting'
[email protected]f76c8852012-06-21 16:37:00612 },
gab57e80c72014-12-08 21:06:13613 'rlz_id': {
614 'filepath' :'rlz/lib/machine_id.cc|'\
615 'rlz/lib/machine_id.h|'\
616 'rlz/win/lib/machine_id_win.cc',
617 },
grt829c6a82014-10-20 09:29:32618 'safe_browsing': {
619 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
620 },
rickyz0a819bfc2015-02-04 23:57:22621 'sandbox': {
622 'filepath': 'sandbox/'\
623 '|content/browser/bootstrap_sandbox_mac'\
624 '|content/browser/renderer_host/render_sandbox_host_linux'\
625 '|content/browser/renderer_host/sandbox_ipc_linux'\
626 '|content/browser/zygote_host/'\
627 '|content/common/sandbox_'\
628 '|content/zygote/'\
629 },
skyostil20dea312014-11-11 13:43:06630 'scheduler': {
rmcilroyfa5ac552015-04-09 12:33:17631 'filepath': 'cc/scheduler'\
632 '|content/child/scheduler'\
633 '|content/renderer/scheduler'
skyostil20dea312014-11-11 13:43:06634 },
[email protected]21cd39b2012-06-28 01:48:40635 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49636 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40637 },
[email protected]0b431722014-01-08 07:21:51638 'service_worker': {
[email protected]edaf31d2014-03-07 00:09:17639 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
[email protected]0b431722014-01-08 07:21:51640 },
[email protected]f76c8852012-06-21 16:37:00641 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49642 'filepath': 'content/browser/site_instance|'\
643 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00644 },
645 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49646 'filepath': 'chrome/browser/speech/'\
647 '|content/browser/speech/'\
648 '|content/common/.*speech'\
649 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00650 },
[email protected]ad0295d2012-10-11 23:43:36651 'spellcheck': {
652 'filepath': 'chrome/browser/spellchecker/'\
653 '|chrome/browser/tab_contents/spellchecker'\
654 '|chrome/browser/tab_contents/spelling_menu'\
655 '|chrome/common/spellcheck_'\
656 '|chrome/renderer/spellchecker/'\
[email protected]97e677a62013-01-11 19:18:35657 '|third_party/hunspell/'\
658 '|third_party/hunspell_dictionaries/'\
[email protected]ad0295d2012-10-11 23:43:36659 '|webkit/tools/test_shell/mock_spellcheck'
660 },
[email protected]67f39af2013-08-23 20:06:05661 'streams': {
662 'filepath': 'content/browser/streams/',
663 },
[email protected]43d33e92014-07-14 16:39:31664 'supervised_users': {
665 'filepath': 'chrome/browser/.*managed_mode'\
666 '|chrome/browser/.*managed_user'\
667 '|chrome/browser/.*supervised_user',
668 },
[email protected]f76c8852012-06-21 16:37:00669 'sync': {
[email protected]3a2a6ac02014-06-20 07:07:12670 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
[email protected]f76c8852012-06-21 16:37:00671 },
[email protected]92871a102013-07-01 11:11:41672 'syncfs': {
673 'filepath': 'sync_file_system',
674 },
[email protected]4529a792013-06-18 19:18:49675 'sync_proto': {
676 'filepath': 'sync/protocol/',
677 },
[email protected]82d74152013-07-28 08:55:31678 'tab_capture': {
[email protected]31ef420b2014-08-13 21:19:13679 'filepath': 'cc/output/copy_output_request'\
680 '|chrome/browser/extensions/api/tab_capture/'\
681 '|chrome/test/data/extensions/api_test/tab_capture/'\
682 '|content/browser/compositor/delegated_frame_host'\
683 '|content/browser/media/capture/'\
684 '|content/browser/renderer_host/compositing_iosurface'\
685 '|content/browser/renderer_host/media/(audio_'\
686 '|media_stream_manager|video_)'\
687 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
688 '|media/base/video_frame\.h'\
689 '|media/video/capture/video_capture_',
[email protected]82d74152013-07-28 08:55:31690 },
[email protected]f76c8852012-06-21 16:37:00691 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49692 'filepath': 'chrome/browser/tab_contents/|'\
693 'content/browser/tab_contents/|'\
694 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00695 },
[email protected]31ef420b2014-08-13 21:19:13696 'tab_media_indicators': {
697 'filepath': 'chrome/browser/media/audio_stream_monitor'\
698 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
699 '|chrome/browser/ui/tabs/tab_utils'\
700 '|chrome/browser/ui/views/tabs/tab\.cc'\
701 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
702 '|media/audio/audio_(output_controller|power_monitor)',
703 },
[email protected]f76c8852012-06-21 16:37:00704 'task_manager': {
705 'filepath': 'task_manager'
706 },
[email protected]5e105332012-09-13 01:55:52707 'tcmalloc': {
708 'filepath': 'third_party/tcmalloc'
709 },
[email protected]31a10602012-11-21 01:51:26710 'telemetry': {
[email protected]5fef30a2014-03-12 20:09:19711 'filepath': 'tools/perf/|'\
712 'tools/telemetry/'
[email protected]31a10602012-11-21 01:51:26713 },
[email protected]f76c8852012-06-21 16:37:00714 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49715 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52716 },
[email protected]1cbbb30b2011-10-14 08:03:56717 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49718 'filepath': 'content/browser/renderer_host/gtk_im'\
719 '|content/browser/renderer_host/gtk_key'\
720 '|content/browser/renderer_host/render_widget_host_view'\
721 '|content/browser/renderer_host/text_input'\
722 '|ui/base/ime/'\
723 '|ui/base/gtk/event'\
724 '|ui/base/gtk/gtk_im'\
725 '|ui/base/keycodes/'\
726 '|ui/base/win/ime'\
727 '|ui/views/controls/textfield/'\
728 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56729 },
[email protected]3a117c62011-11-29 04:28:02730 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49731 'filepath': 'chrome/browser/chromeos/input_method/'\
732 '|chrome/browser/chromeos/extensions/input_method'\
733 '|chrome/browser/chromeos/status/input_method'\
734 '|chrome/browser/extensions/extension_input_'\
735 '|chrome/browser/resources/keyboard'\
736 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43737 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49738 'chromeos/.*(language|keyboard)'\
[email protected]6bd9e802013-04-18 06:40:42739 '|chrome/browser/ui/webui/options/language'\
740 '|chromeos/ime/*'
[email protected]3a117c62011-11-29 04:28:02741 },
chirantan96fcf6d2015-01-21 22:36:19742 'timers': {
743 'filepath': 'base/timer/'\
744 '|components/timers/'
745 },
[email protected]f76c8852012-06-21 16:37:00746 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49747 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09748 },
[email protected]f76c8852012-06-21 16:37:00749 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49750 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05751 },
[email protected]c8eb7f72013-07-04 15:30:11752 'tracing': {
753 'filepath': 'base/debug/trace_event.*'\
primianobef13b42015-01-30 15:29:31754 '|base/trace_event/'\
[email protected]c8eb7f72013-07-04 15:30:11755 '|content/browser/tracing/'\
756 '|components/tracing/'
757 },
[email protected]cf428f732012-10-02 20:48:15758 'ui_compositor': {
759 'filepath': 'ui/compositor/layer\.|'\
760 'ui/compositor/layer_unittest|'\
761 'ui/compositor/compositor',
762 },
[email protected]6b5093c2012-05-23 19:10:18763 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49764 'filepath': 'ui/resources/'\
765 '|ui/base/native_theme/resources/'\
766 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18767 },
[email protected]f76c8852012-06-21 16:37:00768 'valgrind': {
769 'filepath': 'valgrind',
770 },
[email protected]c73ec8ab2014-01-16 20:35:23771 'version_assembly': {
772 'filepath': 'chrome/app/version_assembly',
773 },
[email protected]f76c8852012-06-21 16:37:00774 'views': {
775 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49776 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00777 },
778 'views_core': {
779 'filepath': 'ui/views/view.h|'\
780 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49781 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00782 },
[email protected]f47d871a2013-10-11 22:14:15783 'views_corewm': {
784 'filepath': 'ui/views/corewm/',
[email protected]3fc918142013-10-12 01:42:17785 },
[email protected]ef514a32014-02-26 01:02:35786 'virtual_keyboard': {
787 'filepath': 'ui/keyboard/'\
788 'chrome/test/data/chromeos/virtual_keyboard/'\
789 'chrome/common/extensions/api/virtual_keyboard',
790 },
[email protected]b887a262013-09-18 22:43:56791 'webkit': {
792 'filepath': 'webkit/',
793 },
794 'webrtc_media': {
795 'filepath': 'chrome/browser/media/|'\
796 'content/browser/renderer_host/media/|'\
[email protected]70098052014-07-01 08:58:10797 'content/common/gpu/media/|'\
[email protected]b887a262013-09-18 22:43:56798 'content/renderer/media/|'\
mcasasfec6c752014-11-11 13:25:58799 'media/base/android/|'\
[email protected]30cb70c2013-10-15 22:59:52800 'media/video/|'\
mcasas53024942014-11-11 12:59:28801 'video.*_accelerat',
[email protected]b887a262013-09-18 22:43:56802 },
[email protected]208879542012-07-05 11:15:34803 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49804 'filepath': 'chrome/browser/content_settings/'\
805 '|chrome/browser/ui/views/website_settings/'\
806 '|chrome/browser/ui/website_settings/'\
mukai077089f2014-09-11 18:41:52807 '|chrome/common/content_settings'\
808 '|components/content_settings/',
[email protected]208879542012-07-05 11:15:34809 },
[email protected]b17d9e02014-07-29 09:45:50810 'windows_sandboxing': {
811 'filepath': 'sandbox/win/',
812 },
[email protected]f76c8852012-06-21 16:37:00813 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49814 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
815 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00816 },
817 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49818 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
819 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
820 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00821 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49822 'xinput_hierarchy_changed_event_listener\.' \
823 '|chrome/browser/chromeos/wm_' \
824 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40825 },
wjmaclean3ff6a402015-03-31 19:00:20826 'zoom': {
827 'filepath': 'chrome/browser/ui/zoom/' \
828 '|components/ui/zoom/' \
829 '|content/browser/host_zoom_*' \
830 '|content/browser/storage_partition_impl*' \
831 '|content/public/browser/host_zoom_map.h' \
832 '|content/public/browser/storage_partition.h'
833 },
[email protected]a3838612009-10-13 21:57:54834 },
[email protected]ca872e362011-07-12 21:06:03835
[email protected]a3838612009-10-13 21:57:54836 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00837 'accelerator_table': ['[email protected]',
838 '[email protected]',
839 '[email protected]'],
dmazzoni5f4b7f12015-02-17 16:35:57840 'accessibility': ['[email protected]',
841 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00842 '[email protected]',
dmazzoni5f4b7f12015-02-17 16:35:57843 '[email protected]',
844 '[email protected]',
[email protected]bc72bbfc2013-10-21 23:08:16845 '[email protected]',
[email protected]f76c8852012-06-21 16:37:00846 '[email protected]'],
[email protected]e9db77a2013-06-12 23:56:17847 'activity_log': ['[email protected]'],
[email protected]5c6d3b22014-06-27 13:11:13848 'android_infra': ['[email protected]',
jbudorick9b89b5f2014-11-05 21:13:08849 '[email protected]',
850 '[email protected]'],
[email protected]d6af50812014-04-01 17:18:09851 'android_media': ['[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:59852 'android_tab': ['[email protected]', '[email protected]'],
[email protected]7ca78dc12012-09-20 09:26:44853 'android_webview': ['[email protected]'],
benwellse9e22c22015-03-26 20:26:14854 'app_list': ['[email protected]',
855 '[email protected]',
856 '[email protected]'],
857 'app_shortcuts': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00858 'appcache': ['[email protected]'],
[email protected]54bf94d2013-01-30 23:07:40859 'apps': ['[email protected]', '[email protected]'],
ben0ee290d02014-10-28 00:02:52860 'ash': ['[email protected]',
861 '[email protected]'],
862 'aura': ['[email protected]',
[email protected]a6349a92013-10-04 11:49:32863 '[email protected]'],
[email protected]c3a6e1e72013-08-02 00:13:07864 'aura_compositor': ['[email protected]',
865 '[email protected]',
866 '[email protected]',
[email protected]a6349a92013-10-04 11:49:32867 '[email protected]',
868 '[email protected]'],
sullivan0171e3c2015-03-03 18:47:21869 'auto_bisect': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:30870 'autofill': ['[email protected]',
[email protected]1ea81f42013-10-09 18:10:35871 '[email protected]'],
[email protected]121773a2013-06-07 22:02:33872 'automation': ['[email protected]'],
jkarlin539748402015-03-31 17:36:31873 'background_sync': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:35874 'base': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:19875 'base_allocator': ['[email protected]',
[email protected]b17d9e02014-07-29 09:45:50876 '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05877 'base_memory': ['[email protected]'],
grt829c6a82014-10-20 09:29:32878 'base_win': ['[email protected]', '[email protected]'],
[email protected]7e093d4022014-06-26 19:19:55879 'battery_status': ['[email protected]'],
noyauc7f9ea392014-11-26 11:24:48880 'bookmarks': ['[email protected]', '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18881 'browser_chromeos': ['[email protected]',
nkostylev1b9ac7d2015-02-17 10:20:38882 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35883 'browser_components': ['[email protected]'],
[email protected]466af5e2013-08-01 19:53:44884 'browser_compositor': ['[email protected]',
[email protected]21cd39b2012-06-28 01:48:40885 '[email protected]'],
[email protected]17a2fba2013-02-07 18:46:57886 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:20887 'browsing_data': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00888 'bubble': ['[email protected]', '[email protected]'],
jkarlin539748402015-03-31 17:36:31889 'cache_storage': ['[email protected]'],
[email protected]c9ae7a32014-03-31 22:18:59890 'cast': ['[email protected]',
891 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:12892 '[email protected]',
893 '[email protected]',
[email protected]479180d22014-03-11 09:47:34894 '[email protected]',
[email protected]ad8ff0e2013-12-13 09:24:12895 '[email protected]',
mikhala0eb54f2015-04-09 22:44:06896 '[email protected]'],
[email protected]c863702a2012-09-14 20:05:28897 'cc': ['[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:23898 'chrome_elf': ['[email protected]',],
[email protected]d5b21972012-07-20 02:06:01899 'chrome_views': ['[email protected]'],
gunsch01f333cd2014-10-28 19:15:32900 'chromecast': ['[email protected]', '[email protected]'],
samuong53d5e612014-10-10 18:56:38901 'chromedriver': ['[email protected]', '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18902 'chromeos' : ['[email protected]',
903 '[email protected]'],
[email protected]eda0a0b2013-04-19 20:34:35904 'chromeos_attestation' : ['[email protected]'],
[email protected]7c59a152012-11-06 20:56:35905 'chromeos_calculator' : ['[email protected]'],
hashimoto40ecb692014-09-02 04:51:31906 'chromeos_dbus': ['[email protected]'],
[email protected]2a66f5752013-11-26 04:34:02907 'chromeos_net' : ['[email protected]'],
[email protected]2315ac0c2013-02-05 00:49:16908 'chromeos_power' : ['[email protected]'],
dzhioevcc7c0492014-11-25 14:52:58909 'chromeos_login' : ['[email protected]'],
[email protected]93a564782011-09-28 14:20:31910 'chromeos_webui': ['[email protected]'],
[email protected]e8af07b2013-02-13 19:21:25911 'clang_update': ['[email protected]',
[email protected]cf8ffa82013-02-13 08:30:07912 '[email protected]',
913 '[email protected]',
914 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00915 'clipboard': ['[email protected]'],
[email protected]18fd7a532014-08-20 23:09:51916 'closure': ['[email protected]',
917 '[email protected]'],
[email protected]7bdda282014-03-27 16:30:59918 'content': ['[email protected]',
mkwst512627022014-09-16 09:23:27919 '[email protected]' ],
scheib968e61052014-11-05 00:27:25920 'content_bluetooth': ['[email protected]'],
[email protected]e3774fd2014-04-23 22:32:54921 'content_input': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59922 'content_renderer': [ '[email protected]',
923 '[email protected]'],
mkwst75a31a42014-09-14 18:32:53924 'content_shell': ['[email protected]',
mlamouri5cdcdf02014-11-27 15:58:59925 '[email protected]',
926 '[email protected]'],
kinukoa121bce2015-01-30 10:04:41927 'content_worker': ['[email protected]'],
[email protected]6dc01c542012-11-15 02:48:09928 'cookie_monster': ['[email protected]'],
vabr57d76102015-04-16 09:48:51929 'custom_handlers': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:19930 'deep_memory_profiler': ['[email protected]'],
scheib40514c92015-04-15 21:09:57931 'device_bluetooth': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59932 'device_sensors': ['[email protected]',
933 '[email protected]',
934 '[email protected]',
935 '[email protected]'],
scheibabdd7d32015-02-11 22:13:08936 'developer_recommended_flags': ['[email protected]'],
[email protected]342b12872012-11-07 12:10:46937 'devtools': ['[email protected]', '[email protected]',
vsevike532bf72015-02-18 08:25:55938 '[email protected]',
[email protected]932349ad2013-07-22 08:59:50939 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:41940 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00941 'dns': ['[email protected]'],
[email protected]e137d3d2013-06-11 17:16:40942 'download_database': ['[email protected]'],
[email protected]15cff152013-04-26 15:41:13943 'download': ['[email protected]', '[email protected]'],
[email protected]8492b5b2012-12-17 21:58:08944 'downloads_ext': ['[email protected]'],
[email protected]15cff152013-04-26 15:41:13945 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]9a3781d2013-04-04 18:31:40946 'drive': ['[email protected]'],
[email protected]89d2cd52013-04-16 01:55:36947 'drive_resource_metadata': ['[email protected]'],
[email protected]3a25c8a2014-06-26 06:47:10948 'eme': ['[email protected]'],
peter9fa5332552014-11-26 15:24:13949 'enhanced_bookmarks': ['[email protected]'],
jddukea2e02fa2014-12-02 22:03:33950 'events': ['[email protected]', '[email protected]'],
[email protected]f9529e7922013-06-06 05:19:41951 'extension': ['[email protected]',
952 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:19953 'fileapi': ['[email protected]',
[email protected]6f217122013-11-25 07:21:48954 '[email protected]',
955 '[email protected]'],
yoshiki1c0ba2782014-12-08 07:04:26956 'filebrowse': ['[email protected]'],
[email protected]4ed766c2013-09-19 09:45:20957 'filesapp': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00958 'ftp': ['[email protected]'],
[email protected]3a2a6ac02014-06-20 07:07:12959 'gcm': ['[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:59960 'geolocation': ['[email protected]',
961 '[email protected]'],
[email protected]cf428f732012-10-02 20:48:15962 'gfx_geometry': ['[email protected]'],
[email protected]f93b7382012-08-09 20:53:16963 'gfx_image': ['[email protected]'],
[email protected]4d1773e2014-04-05 07:59:57964 'gn': ['[email protected]'],
[email protected]a6159102013-11-08 23:21:52965 'gpu': ['[email protected]'],
[email protected]454041592013-01-17 16:42:23966 'history_ui': ['[email protected]', '[email protected]'],
[email protected]18d7e402014-07-08 19:53:14967 'hotword': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00968 'i18n': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00969 'importer': ['[email protected]'],
[email protected]8b250562014-08-12 19:07:45970 'indexed_db': ['[email protected]',
[email protected]55a62252014-07-18 17:35:28971 '[email protected]', '[email protected]'],
[email protected]b17d9e02014-07-29 09:45:50972 'installer': ['[email protected]', '[email protected]'],
mmoss19826c62014-11-14 21:37:36973 'installer_linux': [ '[email protected]'],
[email protected]f2079e12013-06-05 00:26:37974 'instant': ['[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44975 '[email protected]', '[email protected]',
[email protected]b1ac652d9b2013-05-03 16:25:04976 '[email protected]', '[email protected]',
[email protected]2cefb692013-05-14 20:20:38977 '[email protected]', '[email protected]',
tburkard8268a8d2014-09-17 12:53:44978 '[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00979 'ipc': ['[email protected]', '[email protected]'],
urvang41c8f9b2015-01-16 00:42:46980 'libwebp': ['[email protected]', '[email protected]',
[email protected]a3f777d2014-01-07 23:38:26981 '[email protected]', '[email protected]'],
[email protected]04a292a2013-03-07 19:58:42982 'linux_fonts': ['[email protected]'],
[email protected]6d7e0bf2014-07-28 22:30:40983 'linux_sandboxing': ['[email protected]'],
[email protected]04a292a2013-03-07 19:58:42984 'linux_seccomp_bpf': ['[email protected]'],
[email protected]43d33e92014-07-14 16:39:31985 'supervised_users': ['[email protected]'],
michaelpg32ca07902015-02-07 00:31:11986 'md_settings': ['[email protected]',
987 '[email protected]',
988 '[email protected]',
989 '[email protected]',
990 '[email protected]',
991 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00992 'media': ['[email protected]'],
[email protected]06dd23172013-06-24 21:04:51993 'media_galleries': ['[email protected]', '[email protected]',
994 '[email protected]', '[email protected]'],
kmarshallb698ad4f2015-02-24 19:42:48995 'media_router': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00996 'message_loop': ['[email protected]'],
isherman1eee6f12014-12-09 02:14:30997 'metrics': ['[email protected]'],
[email protected]1d8899ee2014-06-10 20:58:12998 'metrics_xml_files': ['[email protected]'],
toyoshim8f51f902015-03-27 03:50:21999 'midi': ['[email protected]'],
[email protected]c3830c622013-10-10 22:00:001000 'mojo': ['[email protected]',
[email protected]62bbe812013-10-24 22:24:161001 '[email protected]',
[email protected]f47d871a2013-10-11 22:14:151002 '[email protected]',
[email protected]3bf40cb2013-10-11 19:10:491003 '[email protected]',
[email protected]0f79ff62014-04-25 23:35:531004 '[email protected]',
[email protected]84003af2014-05-02 09:37:131005 '[email protected]',
1006 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001007 'mouse_lock': ['[email protected]'],
1008 'nacl': ['[email protected]'],
[email protected]cfe80042014-04-14 22:11:541009 'native_client_sdk': ['[email protected]', '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431010 'navigation': ['[email protected]', '[email protected]'],
[email protected]0b6c5e92013-03-08 22:42:521011 'net': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001012 'net_error_list': ['[email protected]'],
jkarlin539748402015-03-31 17:36:311013 'netinfo': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001014 'net_log': ['[email protected]', '[email protected]'],
mlamouri5cdcdf02014-11-27 15:58:591015 'notifications': ['[email protected]',
1016 '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:311017 'npapi_headers': ['[email protected]'],
[email protected]0bce107762012-11-27 11:42:541018 'ntp': ['[email protected]', '[email protected]',
1019 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001020 'omnibox': ['[email protected]'],
michaelpgf6260fbd2015-02-06 17:59:351021 'options': ['[email protected]',
1022 '[email protected]'],
[email protected]2fc9a7b62014-04-16 17:10:121023 'overview_mode': ['[email protected]'],
Evan Stadeb873f1a2014-09-09 00:57:321024 'ozone': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001025 'panels': ['[email protected]', '[email protected]',
1026 '[email protected]', '[email protected]'],
mkwstb0a0ccfb2014-10-23 12:53:251027 'password_manager': ['[email protected]',
vabr57d76102015-04-16 09:48:511028 '[email protected]',
1029 '[email protected]'],
bradnelson3fdc28cb2015-01-23 20:03:251030 'pepper_api': ['[email protected]',
1031 '[email protected]', '[email protected]',
[email protected]b8491b02013-11-13 03:50:581032 '[email protected]', '[email protected]',
bradnelson3fdc28cb2015-01-23 20:03:251033 '[email protected]', '[email protected]',
[email protected]91651b32014-01-24 10:21:391034 '[email protected]'],
stuartmorganf8c132922015-01-23 14:45:341035 'plugin': ['[email protected]'],
michaelpg11fff3f2015-02-06 03:35:341036 'polymer': ['[email protected]'],
tburkard8268a8d2014-09-17 12:53:441037 'predictors': ['[email protected]'],
[email protected]be775bc2014-06-30 15:41:141038 'prepopulated_engines': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001039 'prerender': ['[email protected]', '[email protected]',
jkarlin539748402015-03-31 17:36:311040 '[email protected]', '[email protected]'],
peter884896c72015-03-12 14:26:201041 'push_messaging': ['[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001042 'pyauto': ['[email protected]',
[email protected]4f788fd2012-10-10 21:43:381043 '[email protected]',
[email protected]f76c8852012-06-21 16:37:001044 '[email protected]'],
[email protected]c3887592014-02-06 20:02:251045 'remoting': ['[email protected]'],
gab57e80c72014-12-08 21:06:131046 'rlz_id': ['[email protected]',
1047 '[email protected]',
1048 '[email protected]'],
grt829c6a82014-10-20 09:29:321049 'safe_browsing': ['[email protected]'],
rickyz0a819bfc2015-02-04 23:57:221050 'sandbox': ['[email protected]'],
skyostil20dea312014-11-11 13:43:061051 'scheduler': ['[email protected]'],
[email protected]0b431722014-01-08 07:21:511052 'service_worker': ['[email protected]',
[email protected]84dcfd92014-05-23 13:18:191053 '[email protected]',
[email protected]0b431722014-01-08 07:21:511054 '[email protected]',
[email protected]dd864bc2014-02-24 23:04:091055 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161056 '[email protected]',
[email protected]edaf31d2014-03-07 00:09:171057 '[email protected]',
[email protected]6d095a8b2014-02-28 15:26:161058 '[email protected]'],
[email protected]b9ecdb62014-03-07 14:56:431059 'site_instance': ['[email protected]', '[email protected]',
1060 '[email protected]'],
[email protected]ad0295d2012-10-11 23:43:361061 'spellcheck': ['[email protected]',
[email protected]18d7e402014-07-08 19:53:141062 '[email protected]',
[email protected]97e677a62013-01-11 19:18:351063 '[email protected]'],
[email protected]67f39af2013-08-23 20:06:051064 'streams': ['[email protected]'],
zea2b40a9292014-10-09 16:45:251065 'sync': ['[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121066 '[email protected]',
maxboguee02372182014-11-13 00:42:221067 '[email protected]',
pvalenzuela77e4487302015-03-16 17:22:101068 '[email protected]',
pvalenzuela85758c752014-09-25 19:34:561069 '[email protected]',
[email protected]3a2a6ac02014-06-20 07:07:121070 '[email protected]'],
[email protected]84dcfd92014-05-23 13:18:191071 'syncfs': ['[email protected]',
[email protected]6f217122013-11-25 07:21:481072 '[email protected]',
1073 '[email protected]'],
[email protected]4529a792013-06-18 19:18:491074 'sync_proto': ['[email protected]'],
[email protected]82d74152013-07-28 08:55:311075 'tab_capture': ['[email protected]'],
[email protected]4a55dec2012-08-30 18:54:351076 'tab_contents': ['[email protected]',
[email protected]f76c8852012-06-21 16:37:001077 '[email protected]', '[email protected]'],
[email protected]31ef420b2014-08-13 21:19:131078 'tab_media_indicators': ['[email protected]'],
dmikurubee40b4062014-11-04 17:47:191079 'tcmalloc': ['[email protected]'],
tonygc7f6a4c12015-01-16 18:32:261080 'telemetry': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001081 'tests': [],
[email protected]494f3cf2011-11-14 07:14:021082 'textinput': ['[email protected]',
1083 '[email protected]',
[email protected]6bd9e802013-04-18 06:40:421084 '[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181085 '[email protected]',
yukishiino616672e2015-04-02 06:43:101086 '[email protected]'],
[email protected]6bd9e802013-04-18 06:40:421087 'textinput_chromeos': ['[email protected]',
[email protected]ba2c923f2013-10-19 14:08:181088 '[email protected]',
yukishiino616672e2015-04-02 06:43:101089 '[email protected]'],
chirantan96fcf6d2015-01-21 22:36:191090 'timers': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051091 'tools_emacs': ['[email protected]'],
sullivand4bfaed82015-02-13 19:43:381092 'tracing': ['[email protected]', '[email protected]'],
[email protected]cf428f732012-10-02 20:48:151093 'ui_compositor': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:181094 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001095 'valgrind': ['[email protected]',
timurrrr5335dbd2015-04-15 11:04:551096 '[email protected]'],
[email protected]c73ec8ab2014-01-16 20:35:231097 'version_assembly': ['[email protected]',
1098 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001099 'views': ['[email protected]'],
ben0ee290d02014-10-28 00:02:521100 'views_core': ['[email protected]'],
[email protected]ef514a32014-02-26 01:02:351101 'virtual_keyboard': ['[email protected]',
1102 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:001103 'webkit': ['[email protected]'],
[email protected]0fc48a12014-06-07 20:26:051104 'webrtc_media': ['[email protected]',
[email protected]70098052014-07-01 08:58:101105 '[email protected]',
1106 '[email protected]'],
[email protected]b887a262013-09-18 22:43:561107 'website_settings': ['[email protected]'],
[email protected]b17d9e02014-07-29 09:45:501108 'windows_sandboxing': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:001109 'worker': ['[email protected]'],
1110 'x11': ['[email protected]',
1111 '[email protected]',
1112 '[email protected]'],
wjmaclean3ff6a402015-03-31 19:00:201113 'zoom': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:541114 },
1115}