[email protected] | 37f978c | 2012-01-05 17:58:17 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2 | # 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] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 8 | # IMPORTANT: The regular expression filepath is tested against each path using |
| 9 | # re.search, so it is not usually necessary to add .*. |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 10 | |
| 11 | { |
| 12 | 'WATCHLIST_DEFINITIONS': { |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 13 | 'accelerator_table': { |
| 14 | 'filepath': 'ash/accelerators/accelerator_table\.cc' \ |
| 15 | '|chrome/browser/ui/views/accelerator_table\.cc', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 16 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 17 | 'accessibility': { |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 18 | 'filepath': 'accessibility' \ |
| 19 | '|braille' \ |
[email protected] | a4156bfb | 2014-02-27 22:37:47 | [diff] [blame] | 20 | '|chromevox' \ |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 21 | '|iaccessible2' \ |
| 22 | '|isimpledom' \ |
| 23 | '|liblouis' |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 24 | }, |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 25 | 'activity_log': { |
| 26 | 'filepath': 'chrome/browser/extensions/activity_log/' \ |
| 27 | '|chrome/browser/extensions/api/activity_log_private/' |
| 28 | }, |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 29 | 'android_infra': { |
| 30 | 'filepath': 'build/android/' \ |
| 31 | '|testing/android/' \ |
| 32 | '|tools/android/' |
| 33 | }, |
[email protected] | d6af5081 | 2014-04-01 17:18:09 | [diff] [blame] | 34 | '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] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 42 | 'android_tab': { |
| 43 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
| 44 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 45 | 'android_webview': { |
| 46 | 'filepath': 'android_webview/', |
| 47 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 48 | 'app_list': { |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 49 | 'filepath': 'chrome/browser/ui/app_list'\ |
| 50 | '|chrome/browser/ui/ash/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 51 | '|chrome/browser/ui/views/app_list'\ |
| 52 | '|ui/app_list/' |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 53 | }, |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 54 | '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] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 60 | 'appcache': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 61 | 'filepath': 'appcache/', |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 62 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 63 | 'apps': { |
| 64 | 'filepath': '^apps/', |
| 65 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 66 | 'ash': { |
| 67 | 'filepath': 'ash/', |
| 68 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 69 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 70 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 71 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 72 | 'aura_compositor': { |
| 73 | 'filepath': |
| 74 | 'ui/compositor/' \ |
[email protected] | 6dc38f7 | 2014-01-16 22:19:58 | [diff] [blame] | 75 | '|content/browser/compositor/' \ |
| 76 | '|content/browser/renderer_host/compositor_resize_lock_aura' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 77 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 78 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
[email protected] | a6eeeef9 | 2014-03-19 19:06:44 | [diff] [blame] | 79 | '|content/browser/renderer_host/delegated' \ |
| 80 | '|content/browser/renderer_host/software' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 81 | '|content/common/gpu/client/' \ |
| 82 | '|webkit/common/gpu/' |
| 83 | }, |
sullivan | 0171e3c | 2015-03-03 18:47:21 | [diff] [blame] | 84 | 'auto_bisect': { |
| 85 | 'filepath': 'tools/run-bisect-perf-regression.py'\ |
| 86 | '|tools/run-perf-test.cfg'\ |
| 87 | '|tools/auto_bisect/' |
| 88 | }, |
[email protected] | 2a38f0c0 | 2013-05-29 02:27:45 | [diff] [blame] | 89 | 'autofill': { |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 90 | 'filepath': 'chrome/browser/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 91 | 'chrome/browser/resources/options/autofill_|'\ |
| 92 | 'chrome/browser/sync/glue/autofill_|'\ |
| 93 | 'chrome/browser/ui/android/autofill/|'\ |
| 94 | 'chrome/browser/ui/autofill/|'\ |
[email protected] | e3e4ca6 | 2013-05-17 08:50:27 | [diff] [blame] | 95 | 'chrome/browser/ui/cocoa/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 96 | 'chrome/browser/ui/gtk/autofill/|'\ |
| 97 | 'chrome/browser/ui/views/autofill/|'\ |
| 98 | 'chrome/browser/ui/webui/options/autofill_|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 99 | 'chrome/renderer/autofill/|'\ |
| 100 | 'chrome/test/data/autofill/|'\ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 101 | 'components/autofill/|'\ |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 102 | 'components/autofill/browser/webdata/|'\ |
| 103 | 'components/webdata/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 104 | 'content/public/common/password_|'\ |
| 105 | 'content/public/renderer/password_|'\ |
| 106 | 'content/renderer/password_', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 107 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 108 | 'automation': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 109 | 'filepath': 'chrome/browser/automation/|chrome/test/automation/', |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 110 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 111 | 'background_sync': { |
| 112 | 'filepath': 'background_sync', |
| 113 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 114 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 115 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 116 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 117 | 'base_allocator': { |
| 118 | 'filepath': '^base/allocator', |
| 119 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 120 | 'base_memory': { |
| 121 | 'filepath': '^base/memory', |
| 122 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 123 | 'base_win': { |
| 124 | 'filepath': '^base/win', |
| 125 | }, |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 126 | 'battery_status': { |
| 127 | 'filepath': 'content/browser/battery_status/|'\ |
timvolodine | 953fde7 | 2014-12-09 16:47:10 | [diff] [blame] | 128 | 'content/renderer/battery_status/|'\ |
| 129 | 'content/test/data/battery_status/|'\ |
| 130 | 'device/battery/', |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 131 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 132 | 'bookmarks': { |
| 133 | 'filepath': 'chrome/browser/bookmarks/' \ |
[email protected] | 771ad48 | 2013-07-16 17:32:48 | [diff] [blame] | 134 | '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 135 | '|chrome/browser/extensions/api/bookmarks/' \ |
| 136 | '|chrome/browser/resources/bookmark_manager/' \ |
[email protected] | cd869cde | 2013-01-31 15:46:35 | [diff] [blame] | 137 | '|chrome/browser/ui/bookmarks/' \ |
| 138 | '|chrome/browser/ui/cocoa/bookmarks/' \ |
[email protected] | 5cb8b6e1 | 2014-05-19 16:53:46 | [diff] [blame] | 139 | '|chrome/browser/ui/views/bookmarks/' \ |
| 140 | '|components/bookmarks' |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 141 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 142 | 'breakpad_app': { |
Robert Sesek | abcd810 | 2014-08-27 16:12:44 | [diff] [blame] | 143 | 'filepath': 'components/crash/app/', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 144 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 145 | 'browser': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 146 | 'filepath': 'chrome/browser/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 147 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 148 | 'browser_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 149 | 'filepath': 'chrome/browser/chromeos/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 150 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 151 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 152 | 'filepath': 'chrome/browser/autofill/' \ |
| 153 | '|chrome/browser/bookmarks/' \ |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 154 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 155 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 156 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 157 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 158 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 159 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 160 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 161 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 162 | 'browser_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 163 | 'filepath': 'chrome/browser/resources/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 164 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 165 | 'browsing_data': { |
| 166 | 'filepath': 'chrome/browser/browsing_data/', |
| 167 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 168 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 169 | 'filepath': 'ui/views/bubble/|'\ |
| 170 | 'chrome/browser/ui/views/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 171 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 172 | 'cache_storage': { |
| 173 | 'filepath': 'cache_storage', |
| 174 | }, |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 175 | 'cast': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 176 | '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] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 182 | }, |
[email protected] | 651d999 | 2014-04-09 17:18:41 | [diff] [blame] | 183 | 'chromecast': { |
| 184 | 'filepath': 'chromecast/', |
| 185 | }, |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 186 | 'cc': { |
| 187 | 'filepath': 'cc/|'\ |
[email protected] | 799fd73 | 2013-05-15 21:18:52 | [diff] [blame] | 188 | 'webkit/renderer/compositor_bindings/|'\ |
[email protected] | 4934d36 | 2012-11-22 22:04:53 | [diff] [blame] | 189 | 'content/common/cc_messages' |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 190 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 191 | 'chrome_elf': { |
| 192 | 'filepath': 'chrome_elf', |
| 193 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 194 | 'chrome_views': { |
| 195 | 'filepath': 'chrome/browser/ui/views', |
| 196 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 197 | 'chromedriver': { |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 198 | 'filepath': 'chrome/test/chromedriver|'\ |
| 199 | 'chrome/test/data/chromedriver|'\ |
| 200 | 'third_party/webdriver' |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 201 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 202 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 203 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 204 | }, |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 205 | 'chromeos_attestation': { |
| 206 | 'filepath': 'chromeos/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 207 | 'chrome/browser/chromeos/attestation/|'\ |
| 208 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 209 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 210 | 'chromeos_calculator': { |
| 211 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 212 | }, |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 213 | 'chromeos_dbus': { |
| 214 | 'filepath': 'chromeos/dbus/', |
| 215 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 216 | 'chromeos_login': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 217 | 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 218 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 219 | 'chrome/browser/resources/chromeos/login/|'\ |
| 220 | 'ui/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 221 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 222 | 'chromeos_net': { |
| 223 | 'filepath': 'chromeos/network/|'\ |
| 224 | 'chrome/browser/chromeos/cros/|'\ |
| 225 | 'chrome/browser/chromeos/net/', |
| 226 | }, |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 227 | 'chromeos_power': { |
[email protected] | c3943ad | 2013-07-03 13:44:56 | [diff] [blame] | 228 | 'filepath': 'ash/system/chromeos/power/|'\ |
| 229 | 'chromeos/dbus/power_.*|'\ |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 230 | 'chrome/browser/chromeos/power/', |
| 231 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 232 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 233 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 234 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 235 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 236 | 'clang_update': { |
| 237 | 'filepath': 'tools/clang/scripts/update.sh' |
| 238 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 239 | 'clipboard': { |
| 240 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 241 | }, |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 242 | 'closure': { |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 243 | 'filepath': 'third_party/closure_(compiler|linter)/|' |
| 244 | 'compiled_resources.gyp', |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 245 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 246 | 'content': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 247 | 'filepath': 'content/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 248 | }, |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 249 | 'content_bluetooth': { |
| 250 | 'filepath': 'content/.*bluetooth' |
| 251 | }, |
[email protected] | e3774fd | 2014-04-23 22:32:54 | [diff] [blame] | 252 | 'content_input': { |
| 253 | 'filepath': 'content/browser/renderer_host/input/|'\ |
| 254 | 'content/common/input/|'\ |
| 255 | 'content/renderer/input/', |
| 256 | }, |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 257 | 'content_renderer': { |
| 258 | 'filepath': 'content/renderer/', |
| 259 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 260 | 'content_shell': { |
| 261 | 'filepath': 'content/shell/', |
| 262 | }, |
kinuko | a121bce | 2015-01-30 10:04:41 | [diff] [blame] | 263 | 'content_worker': { |
| 264 | 'filepath': 'content/.*worker', |
| 265 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 266 | 'cookie_monster': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 267 | 'filepath': 'net/cookies/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 268 | 'chrome/browser/net/sqlite_persistent_cookie_store', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 269 | }, |
vabr | 8380eb3 | 2014-11-17 11:50:27 | [diff] [blame] | 270 | 'custom_handlers': { |
| 271 | 'filepath': 'chrome/browser/custom_handlers/|'\ |
| 272 | 'chrome/common/custom_handlers/', |
| 273 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 274 | 'deep_memory_profiler': { |
| 275 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 276 | }, |
[email protected] | 29ad47c | 2014-04-23 09:12:48 | [diff] [blame] | 277 | 'device_sensors': { |
| 278 | 'filepath': 'content/browser/device_sensors/|'\ |
| 279 | 'content/common/device_sensors/|'\ |
| 280 | 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\ |
| 281 | 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\ |
| 282 | 'content/renderer/device_sensors/', |
[email protected] | 8c66723 | 2013-11-12 19:49:14 | [diff] [blame] | 283 | }, |
scheib | abdd7d3 | 2015-02-11 22:13:08 | [diff] [blame] | 284 | 'developer_recommended_flags': { |
| 285 | 'filepath': 'developer_recommended_flags.gypi', |
| 286 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 287 | 'devtools': { |
| 288 | 'filepath': 'devtools', |
| 289 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 290 | 'disk_cache': { |
| 291 | 'filepath': 'net/disk_cache/|http_cache', |
| 292 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 293 | 'dns': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 294 | 'filepath': 'net/base/host_resolver|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 295 | 'net/base/host_cache|' \ |
| 296 | 'net/dns/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 297 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 298 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 299 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 300 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 301 | }, |
[email protected] | e137d3d | 2013-06-11 17:16:40 | [diff] [blame] | 302 | 'download_database': { |
| 303 | 'filepath': 'chrome/browser/history/download_database', |
| 304 | }, |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 305 | 'downloads_ext': { |
| 306 | 'filepath': 'chrome/browser/extensions/api/downloads/|'\ |
[email protected] | 12188aff | 2013-03-03 21:57:57 | [diff] [blame] | 307 | 'chrome/common/extensions/api/downloads.*.idl', |
[email protected] | e52c283 | 2012-12-17 23:52:16 | [diff] [blame] | 308 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 309 | 'downloads_ui': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 310 | 'filepath': 'chrome/browser/resources/downloads/|' \ |
| 311 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 312 | 'chrome/browser/ui/views/download/|' \ |
| 313 | 'chrome/browser/ui/cocoa/download/|' \ |
| 314 | 'chrome/browser/ui/gtk/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 315 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 316 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 317 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 318 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 319 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 320 | 'drive_resource_metadata': { |
[email protected] | 2c948e1 | 2013-10-17 03:08:33 | [diff] [blame] | 321 | 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 322 | }, |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 323 | 'eme': { |
| 324 | 'filepath': 'components/cdm/|' \ |
| 325 | 'content/browser/media/cdm/|' \ |
| 326 | 'content/renderer/media/crypto/|' \ |
| 327 | 'media/base/android/*drm*|' \ |
| 328 | 'media/cdm/|' \ |
| 329 | 'third_party/widevine/cdm/' |
| 330 | }, |
noyau | c7f9ea39 | 2014-11-26 11:24:48 | [diff] [blame] | 331 | 'enhanced_bookmarks': { |
| 332 | 'filepath': 'chrome/browser/enhanced_bookmarks/' \ |
| 333 | '|components/enhanced_bookmarks/' |
| 334 | }, |
[email protected] | 247dcfb9 | 2014-04-23 18:25:59 | [diff] [blame] | 335 | 'events': { |
| 336 | 'filepath': 'ui/events/', |
| 337 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 338 | 'extension': { |
| 339 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 340 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 341 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 342 | 'filepath': 'file_system/|' \ |
| 343 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 344 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 345 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 346 | 'filepath': 'file_browser|' \ |
| 347 | 'file_manager|' \ |
| 348 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 349 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 350 | 'filesapp': { |
[email protected] | 4ff3d9f | 2014-04-24 05:25:20 | [diff] [blame] | 351 | 'filepath': 'ui/file_manager' |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 352 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 353 | 'ftp': { |
| 354 | 'filepath': 'ftp', |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 355 | }, |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 356 | 'gcm': { |
| 357 | 'filepath': 'chrome/browser/services/gcm/|'\ |
| 358 | 'components/gcm_driver/|'\ |
| 359 | 'google_apis/gcm/', |
| 360 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 361 | 'geolocation': { |
| 362 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 363 | 'content/browser/geolocation|'\ |
| 364 | 'content/public/common/geoposition.*|'\ |
| 365 | 'content/public/browser/geolocation.*|'\ |
| 366 | 'content/renderer/geolocation.*|'\ |
| 367 | 'content/shell/geolocation/', |
| 368 | }, |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 369 | 'gfx_image': { |
| 370 | 'filepath': 'ui/gfx/image/', |
| 371 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 372 | 'gfx_geometry': { |
danakj | 570c133 | 2015-01-06 16:59:36 | [diff] [blame] | 373 | 'filepath': 'ui/gfx/geometry/', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 374 | }, |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 375 | 'gn': { |
| 376 | 'filepath': 'tools/gn', |
| 377 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 378 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 379 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 380 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 381 | 'history_ui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 382 | 'filepath': 'chrome/browser/resources/history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 383 | }, |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 384 | 'hotword': { |
| 385 | 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ |
| 386 | '|chrome/browser/resources/hotword_helper/'\ |
[email protected] | 535980d4 | 2014-08-12 14:31:28 | [diff] [blame] | 387 | '|chrome/browser/resources/hotword/'\ |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 388 | '|chrome/browser/search/hotword*'\ |
| 389 | '|chrome/test/data/extensions/api_test/hotword_private/', |
| 390 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 391 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 392 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
| 393 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 394 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 395 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 396 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 397 | }, |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 398 | 'indexed_db': { |
| 399 | 'filepath': 'content/browser/indexed_db|'\ |
| 400 | 'content/child/indexed_db|'\ |
| 401 | 'content/common/indexed_db|'\ |
| 402 | 'content/public/browser/indexed_db|'\ |
| 403 | 'content/test/data/indexeddb', |
| 404 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 405 | 'installer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 406 | 'filepath': 'chrome/installer/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 407 | }, |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 408 | 'installer_linux': { |
| 409 | 'filepath': 'chrome/installer/linux/', |
| 410 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 411 | 'instant': { |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 412 | 'filepath': 'instant|searchbox|'\ |
| 413 | 'chrome/browser/search/|'\ |
[email protected] | c29b7dae | 2013-03-25 22:29:13 | [diff] [blame] | 414 | 'chrome/browser/ui/search/|'\ |
[email protected] | eb99f8e | 2013-07-10 10:17:39 | [diff] [blame] | 415 | 'chrome/browser/resources/local_ntp/|'\ |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 416 | 'chrome/common/search_types.*', |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 417 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 418 | 'ipc': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 419 | 'filepath': 'ipc/ipc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 420 | }, |
mkwst | b0d1b1d | 2014-09-30 11:45:36 | [diff] [blame] | 421 | 'ipc_messages': { |
| 422 | 'filepath': '_message.*.h|'\ |
| 423 | '_messages.cc', |
| 424 | }, |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 425 | 'libwebp': { |
| 426 | 'filepath': 'third_party/libwebp' |
| 427 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 428 | 'linux_fonts': { |
| 429 | 'filepath': 'ui/gfx/font_render_params_.*|'\ |
derat | cd2d6fb | 2015-02-12 00:10:41 | [diff] [blame] | 430 | 'ui/gfx/platform_font_linux.*|'\ |
| 431 | 'ui/gfx/render_text_harfbuzz.*', |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 432 | }, |
| 433 | 'linux_sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 434 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 435 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 436 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 437 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 438 | }, |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 439 | 'md_settings': { |
orenb | 42e83d2 | 2015-03-07 02:05:15 | [diff] [blame] | 440 | 'filepath': 'ui/webui/resources/cr_element'\ |
| 441 | '|chrome/browser/resources/md_settings/'\ |
| 442 | '|chrome/browser/resources/settings/', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 443 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 444 | 'media': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 445 | 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
[email protected] | 034548d | 2012-07-31 20:34:00 | [diff] [blame] | 446 | 'audio_message_filter|video_layer|media_internals', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 447 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 448 | 'media_galleries': { |
| 449 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 450 | '|chrome/browser/media_galleries/'\ |
| 451 | '|chrome/browser/storage_monitor/'\ |
| 452 | '|chrome/common/media_galleries/'\ |
| 453 | '|chrome/test/data/extensions/api_test/media_galleries/'\ |
| 454 | '|chrome/utility/itunes*'\ |
| 455 | '|chrome/utility/picasa*', |
| 456 | }, |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 457 | 'media_router': { |
| 458 | 'filepath': 'chrome/browser/media/router/*' \ |
| 459 | '|chrome/app/theme/*/common/media_router*' \ |
| 460 | '|chrome/browser/resources/media_router/' \ |
| 461 | '|chrome/browser/ui/webui/media_router/' \ |
| 462 | '|chrome/test/media_router/', |
| 463 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 464 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 465 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 466 | }, |
| 467 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 468 | 'filepath': 'base/metrics/'\ |
| 469 | '|chrome/browser/metrics/'\ |
| 470 | '|chrome/common/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 471 | '|chrome/browser/chromeos/external_metrics'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 472 | '|chrome/browser/extensions/api/metrics_private/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 473 | '|chrome/browser/ui/webui/metrics_handler'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 474 | '|content/browser/user_metrics.cc'\ |
[email protected] | ce6b855a | 2014-03-12 19:51:39 | [diff] [blame] | 475 | '|components/rappor/'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 476 | '|content/public/browser/user_metrics.h'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 477 | # Exclude XML files; in particular, histograms.xml. |
| 478 | '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
| 479 | }, |
| 480 | 'metrics_xml_files': { |
| 481 | # Subscribe to this to watch for changes to histograms.xml. |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 482 | 'filepath': 'tools/metrics/.*\.xml$', |
| 483 | }, |
| 484 | 'midi': { |
| 485 | 'filepath': 'midi', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 486 | }, |
[email protected] | 341f218a | 2013-09-24 22:16:10 | [diff] [blame] | 487 | 'mojo': { |
| 488 | 'filepath': 'mojo', |
| 489 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 490 | 'mouse_lock': { |
| 491 | 'filepath': 'mouse_lock', |
| 492 | }, |
| 493 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 494 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 495 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 496 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 497 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 498 | 'native_client_sdk': { |
| 499 | 'filepath': '^native_client_sdk/', |
| 500 | }, |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 501 | 'navigation': { |
| 502 | 'filepath': 'content/browser/frame_host|'\ |
| 503 | 'content/browser/renderer_host/render_process_host.*|'\ |
| 504 | 'content/browser/renderer_host/render_view_host.*|'\ |
| 505 | 'content/browser/web_contents/web_contents_impl.*|'\ |
| 506 | 'content/renderer/render_frame.*|'\ |
| 507 | 'content/renderer/render_view.*' |
| 508 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 509 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 510 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 511 | }, |
| 512 | 'net_error_list': { |
| 513 | 'filepath': 'net/base/net_error_list.h', |
| 514 | }, |
| 515 | 'net_log': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 516 | 'filepath': 'net/base/net_log|' \ |
| 517 | 'chrome/browser/net/.*net_log|' \ |
| 518 | 'chrome/browser/net/passive_log_collector|' \ |
| 519 | 'chrome/browser/resources/net_internals/|' \ |
| 520 | 'chrome/browser/ui/webui/net_internals/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 521 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 522 | 'netinfo': { |
| 523 | 'filepath': 'netinfo', |
| 524 | }, |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 525 | 'notifications': { |
| 526 | 'filepath': 'chrome/browser/extensions/api/notifications/|' \ |
| 527 | 'chrome/browser/notifications/|' \ |
peter | 8ab156b | 2015-03-29 15:44:12 | [diff] [blame] | 528 | 'chrome/test/data/notifications/|' \ |
| 529 | 'content/browser/notifications/|' \ |
| 530 | 'content/child/notifications/|' \ |
| 531 | 'content/common/platform_notification|' \ |
| 532 | 'content/public/browser/platform_notification|' \ |
| 533 | 'content/public/common/platform_notification|' \ |
| 534 | 'content/renderer/notification_|' \ |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 535 | 'ui/message_center/' |
| 536 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 537 | 'npapi_headers': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 538 | 'filepath': 'third_party/npapi/bindings/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 539 | }, |
| 540 | 'ntp': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 541 | 'filepath': 'chrome/browser/resources/ntp4/|'\ |
[email protected] | b7ecd5f | 2013-02-14 21:04:16 | [diff] [blame] | 542 | 'chrome/browser/resources/ntp_android/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 543 | 'chrome/browser/ui/webui/ntp/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 544 | }, |
| 545 | 'omnibox': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 546 | 'filepath': 'chrome/browser/autocomplete/'\ |
| 547 | '|chrome/browser/ui/.*/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 548 | }, |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 549 | 'options': { |
| 550 | 'filepath': 'chrome/browser/resources/options/|'\ |
| 551 | 'chrome/browser/ui/webui/options/', |
| 552 | }, |
[email protected] | 2fc9a7b6 | 2014-04-16 17:10:12 | [diff] [blame] | 553 | 'overview_mode': { |
| 554 | 'filepath': 'ash/wm/overview/', |
| 555 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 556 | 'ozone': { |
[email protected] | f93c2c9 | 2013-10-31 18:22:44 | [diff] [blame] | 557 | 'filepath': 'ui/ozone/|'\ |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 558 | 'ui/events/ozone/|'\ |
| 559 | 'ui/gfx/ozone/|'\ |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 560 | 'ui/gl/gl_.*egl.*|'\ |
| 561 | 'ui/gl/gl_.*ozone.*' |
| 562 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 563 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 564 | 'filepath': 'chrome/browser/ui/panels'\ |
| 565 | '|chrome/browser/ui/cocoa/panels'\ |
| 566 | '|chrome/browser/ui/gtk/panels'\ |
| 567 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 568 | }, |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 569 | 'password_manager': { |
| 570 | 'filepath': 'chrome/.*/password_'\ |
| 571 | '|chrome/browser/ui/passwords'\ |
| 572 | '|chrome/browser/ui/views/passwords'\ |
| 573 | '|chrome/test/data/password'\ |
| 574 | '|components/autofill.*password' |
| 575 | '|components/password_'\ |
| 576 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 577 | 'pepper_api': { |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 578 | 'filepath': 'ppapi/api'\ |
| 579 | '|ppapi/c', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 580 | }, |
| 581 | 'plugin': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 582 | 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
| 583 | 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 584 | }, |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 585 | 'polymer': { |
| 586 | 'filepath': 'third_party/polymer/|'\ |
| 587 | 'ui/webui/resources/polymer_resources.grdp', |
| 588 | }, |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 589 | 'predictors': { |
| 590 | 'filepath': 'predictors', |
| 591 | }, |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 592 | 'prepopulated_engines': { |
| 593 | 'filepath': 'components/search_engines/prepopulated_engines.json', |
| 594 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 595 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 596 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 597 | }, |
peter | 884896c7 | 2015-03-12 14:26:20 | [diff] [blame] | 598 | 'push_messaging': { |
| 599 | 'filepath': 'push_messaging' |
| 600 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 601 | 'pyauto': { |
| 602 | 'filepath': 'chrome/test/pyautolib' \ |
| 603 | '|chrome/test/functional' \ |
| 604 | '|chrome/browser/automation/automation_provider_json' |
| 605 | }, |
| 606 | 'remoting': { |
anandc | e1c5537 | 2015-03-04 01:23:10 | [diff] [blame] | 607 | 'filepath': 'remoting/' \ |
| 608 | '|testing/chromoting' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 609 | }, |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 610 | 'rlz_id': { |
| 611 | 'filepath' :'rlz/lib/machine_id.cc|'\ |
| 612 | 'rlz/lib/machine_id.h|'\ |
| 613 | 'rlz/win/lib/machine_id_win.cc', |
| 614 | }, |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 615 | 'safe_browsing': { |
| 616 | 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', |
| 617 | }, |
rickyz | 0a819bfc | 2015-02-04 23:57:22 | [diff] [blame] | 618 | 'sandbox': { |
| 619 | 'filepath': 'sandbox/'\ |
| 620 | '|content/browser/bootstrap_sandbox_mac'\ |
| 621 | '|content/browser/renderer_host/render_sandbox_host_linux'\ |
| 622 | '|content/browser/renderer_host/sandbox_ipc_linux'\ |
| 623 | '|content/browser/zygote_host/'\ |
| 624 | '|content/common/sandbox_'\ |
| 625 | '|content/zygote/'\ |
| 626 | }, |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 627 | 'scheduler': { |
rmcilroy | fa5ac55 | 2015-04-09 12:33:17 | [diff] [blame] | 628 | 'filepath': 'cc/scheduler'\ |
| 629 | '|content/child/scheduler'\ |
| 630 | '|content/renderer/scheduler' |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 631 | }, |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 632 | 'search': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 633 | 'filepath': 'chrome/browser/ui/search/', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 634 | }, |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 635 | 'service_worker': { |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 636 | 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 637 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 638 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 639 | 'filepath': 'content/browser/site_instance|'\ |
| 640 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 641 | }, |
| 642 | 'speech': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 643 | 'filepath': 'chrome/browser/speech/'\ |
| 644 | '|content/browser/speech/'\ |
| 645 | '|content/common/.*speech'\ |
| 646 | '|content/public/.*speech' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 647 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 648 | 'spellcheck': { |
| 649 | 'filepath': 'chrome/browser/spellchecker/'\ |
| 650 | '|chrome/browser/tab_contents/spellchecker'\ |
| 651 | '|chrome/browser/tab_contents/spelling_menu'\ |
| 652 | '|chrome/common/spellcheck_'\ |
| 653 | '|chrome/renderer/spellchecker/'\ |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 654 | '|third_party/hunspell/'\ |
| 655 | '|third_party/hunspell_dictionaries/'\ |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 656 | '|webkit/tools/test_shell/mock_spellcheck' |
| 657 | }, |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 658 | 'streams': { |
| 659 | 'filepath': 'content/browser/streams/', |
| 660 | }, |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 661 | 'supervised_users': { |
| 662 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 663 | '|chrome/browser/.*managed_user'\ |
| 664 | '|chrome/browser/.*supervised_user', |
| 665 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 666 | 'sync': { |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 667 | 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 668 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 669 | 'syncfs': { |
| 670 | 'filepath': 'sync_file_system', |
| 671 | }, |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 672 | 'sync_proto': { |
| 673 | 'filepath': 'sync/protocol/', |
| 674 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 675 | 'tab_capture': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 676 | 'filepath': 'cc/output/copy_output_request'\ |
| 677 | '|chrome/browser/extensions/api/tab_capture/'\ |
| 678 | '|chrome/test/data/extensions/api_test/tab_capture/'\ |
| 679 | '|content/browser/compositor/delegated_frame_host'\ |
| 680 | '|content/browser/media/capture/'\ |
| 681 | '|content/browser/renderer_host/compositing_iosurface'\ |
| 682 | '|content/browser/renderer_host/media/(audio_'\ |
| 683 | '|media_stream_manager|video_)'\ |
| 684 | '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ |
| 685 | '|media/base/video_frame\.h'\ |
| 686 | '|media/video/capture/video_capture_', |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 687 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 688 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 689 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 690 | 'content/browser/tab_contents/|'\ |
| 691 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 692 | }, |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 693 | 'tab_media_indicators': { |
| 694 | 'filepath': 'chrome/browser/media/audio_stream_monitor'\ |
| 695 | '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\ |
| 696 | '|chrome/browser/ui/tabs/tab_utils'\ |
| 697 | '|chrome/browser/ui/views/tabs/tab\.cc'\ |
| 698 | '|chrome/browser/ui/views/tabs/tab_renderer_data'\ |
| 699 | '|media/audio/audio_(output_controller|power_monitor)', |
| 700 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 701 | 'task_manager': { |
| 702 | 'filepath': 'task_manager' |
| 703 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 704 | 'tcmalloc': { |
| 705 | 'filepath': 'third_party/tcmalloc' |
| 706 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 707 | 'telemetry': { |
[email protected] | 5fef30a | 2014-03-12 20:09:19 | [diff] [blame] | 708 | 'filepath': 'tools/perf/|'\ |
| 709 | 'tools/telemetry/' |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 710 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 711 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 712 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 713 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 714 | 'textinput': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 715 | 'filepath': 'content/browser/renderer_host/gtk_im'\ |
| 716 | '|content/browser/renderer_host/gtk_key'\ |
| 717 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 718 | '|content/browser/renderer_host/text_input'\ |
| 719 | '|ui/base/ime/'\ |
| 720 | '|ui/base/gtk/event'\ |
| 721 | '|ui/base/gtk/gtk_im'\ |
| 722 | '|ui/base/keycodes/'\ |
| 723 | '|ui/base/win/ime'\ |
| 724 | '|ui/views/controls/textfield/'\ |
| 725 | '|ui/views/ime/' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 726 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 727 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 728 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 729 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 730 | '|chrome/browser/chromeos/status/input_method'\ |
| 731 | '|chrome/browser/extensions/extension_input_'\ |
| 732 | '|chrome/browser/resources/keyboard'\ |
| 733 | '|chrome/browser/resources/options/language'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 734 | '|chrome/browser/ui/webui/options/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 735 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 736 | '|chrome/browser/ui/webui/options/language'\ |
| 737 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 738 | }, |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 739 | 'timers': { |
| 740 | 'filepath': 'base/timer/'\ |
| 741 | '|components/timers/' |
| 742 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 743 | 'tools': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 744 | 'filepath': 'tools/', |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 745 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 746 | 'tools_emacs': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 747 | 'filepath': 'tools/emacs/', |
[email protected] | 65676d3 | 2012-04-18 14:41:05 | [diff] [blame] | 748 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 749 | 'tracing': { |
| 750 | 'filepath': 'base/debug/trace_event.*'\ |
primiano | bef13b4 | 2015-01-30 15:29:31 | [diff] [blame] | 751 | '|base/trace_event/'\ |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 752 | '|content/browser/tracing/'\ |
| 753 | '|components/tracing/' |
| 754 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 755 | 'ui_compositor': { |
| 756 | 'filepath': 'ui/compositor/layer\.|'\ |
| 757 | 'ui/compositor/layer_unittest|'\ |
| 758 | 'ui/compositor/compositor', |
| 759 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 760 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 761 | 'filepath': 'ui/resources/'\ |
| 762 | '|ui/base/native_theme/resources/'\ |
| 763 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 764 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 765 | 'valgrind': { |
| 766 | 'filepath': 'valgrind', |
| 767 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 768 | 'version_assembly': { |
| 769 | 'filepath': 'chrome/app/version_assembly', |
| 770 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 771 | 'views': { |
| 772 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 773 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 774 | }, |
| 775 | 'views_core': { |
| 776 | 'filepath': 'ui/views/view.h|'\ |
| 777 | 'ui/views/view.cc|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 778 | 'ui/views/widget/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 779 | }, |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 780 | 'views_corewm': { |
| 781 | 'filepath': 'ui/views/corewm/', |
[email protected] | 3fc91814 | 2013-10-12 01:42:17 | [diff] [blame] | 782 | }, |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 783 | 'virtual_keyboard': { |
| 784 | 'filepath': 'ui/keyboard/'\ |
| 785 | 'chrome/test/data/chromeos/virtual_keyboard/'\ |
| 786 | 'chrome/common/extensions/api/virtual_keyboard', |
| 787 | }, |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 788 | 'webkit': { |
| 789 | 'filepath': 'webkit/', |
| 790 | }, |
| 791 | 'webrtc_media': { |
| 792 | 'filepath': 'chrome/browser/media/|'\ |
| 793 | 'content/browser/renderer_host/media/|'\ |
[email protected] | 7009805 | 2014-07-01 08:58:10 | [diff] [blame] | 794 | 'content/common/gpu/media/|'\ |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 795 | 'content/renderer/media/|'\ |
mcasas | fec6c75 | 2014-11-11 13:25:58 | [diff] [blame] | 796 | 'media/base/android/|'\ |
[email protected] | 30cb70c | 2013-10-15 22:59:52 | [diff] [blame] | 797 | 'media/video/|'\ |
mcasas | 5302494 | 2014-11-11 12:59:28 | [diff] [blame] | 798 | 'video.*_accelerat', |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 799 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 800 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 801 | 'filepath': 'chrome/browser/content_settings/'\ |
| 802 | '|chrome/browser/ui/views/website_settings/'\ |
| 803 | '|chrome/browser/ui/website_settings/'\ |
mukai | 077089f | 2014-09-11 18:41:52 | [diff] [blame] | 804 | '|chrome/common/content_settings'\ |
| 805 | '|components/content_settings/', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 806 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 807 | 'windows_sandboxing': { |
| 808 | 'filepath': 'sandbox/win/', |
| 809 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 810 | 'worker': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 811 | 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\ |
| 812 | 'chrome/common/worker_messages|webkit/glue/webworker', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 813 | }, |
| 814 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 815 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 816 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 817 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 818 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 819 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 820 | '|chrome/browser/chromeos/wm_' \ |
| 821 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 822 | }, |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 823 | 'zoom': { |
| 824 | 'filepath': 'chrome/browser/ui/zoom/' \ |
| 825 | '|components/ui/zoom/' \ |
| 826 | '|content/browser/host_zoom_*' \ |
| 827 | '|content/browser/storage_partition_impl*' \ |
| 828 | '|content/public/browser/host_zoom_map.h' \ |
| 829 | '|content/public/browser/storage_partition.h' |
| 830 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 831 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 832 | |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 833 | 'WATCHLISTS': { |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 834 | 'accelerator_table': ['[email protected]', |
| 835 | '[email protected]', |
| 836 | '[email protected]'], |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 837 | 'accessibility': ['[email protected]', |
| 838 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 839 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 840 | '[email protected]', |
| 841 | '[email protected]', |
[email protected] | bc72bbfc | 2013-10-21 23:08:16 | [diff] [blame] | 842 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 843 | '[email protected]'], |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 844 | 'activity_log': ['[email protected]'], |
[email protected] | 5c6d3b2 | 2014-06-27 13:11:13 | [diff] [blame] | 845 | 'android_infra': ['[email protected]', |
jbudorick | 9b89b5f | 2014-11-05 21:13:08 | [diff] [blame] | 846 | '[email protected]', |
| 847 | '[email protected]'], |
[email protected] | d6af5081 | 2014-04-01 17:18:09 | [diff] [blame] | 848 | 'android_media': ['[email protected]'], |
[email protected] | c9ae7a3 | 2014-03-31 22:18:59 | [diff] [blame] | 849 | 'android_tab': ['[email protected]', '[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 850 | 'android_webview': ['[email protected]'], |
benwells | e9e22c2 | 2015-03-26 20:26:14 | [diff] [blame] | 851 | 'app_list': ['[email protected]', |
| 852 | '[email protected]', |
| 853 | '[email protected]'], |
| 854 | 'app_shortcuts': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 855 | 'appcache': ['[email protected]'], |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 856 | 'apps': ['[email protected]', '[email protected]'], |
ben | 0ee290d0 | 2014-10-28 00:02:52 | [diff] [blame] | 857 | 'ash': ['[email protected]', |
| 858 | '[email protected]'], |
| 859 | 'aura': ['[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 860 | '[email protected]'], |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 861 | 'aura_compositor': ['[email protected]', |
| 862 | '[email protected]', |
| 863 | '[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 864 | '[email protected]', |
| 865 | '[email protected]'], |
sullivan | 0171e3c | 2015-03-03 18:47:21 | [diff] [blame] | 866 | 'auto_bisect': ['[email protected]'], |
isherman | 1eee6f1 | 2014-12-09 02:14:30 | [diff] [blame] | 867 | 'autofill': ['[email protected]', |
[email protected] | 1ea81f4 | 2013-10-09 18:10:35 | [diff] [blame] | 868 | '[email protected]'], |
[email protected] | 121773a | 2013-06-07 22:02:33 | [diff] [blame] | 869 | 'automation': ['[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 870 | 'background_sync': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 871 | 'base': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 872 | 'base_allocator': ['[email protected]', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 873 | '[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 874 | 'base_memory': ['[email protected]'], |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 875 | 'base_win': ['[email protected]', '[email protected]'], |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 876 | 'battery_status': ['[email protected]'], |
noyau | c7f9ea39 | 2014-11-26 11:24:48 | [diff] [blame] | 877 | 'bookmarks': ['[email protected]', '[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 878 | 'browser_chromeos': ['[email protected]', |
nkostylev | 1b9ac7d | 2015-02-17 10:20:38 | [diff] [blame] | 879 | '[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 880 | 'browser_components': ['[email protected]'], |
[email protected] | 466af5e | 2013-08-01 19:53:44 | [diff] [blame] | 881 | 'browser_compositor': ['[email protected]', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 882 | '[email protected]'], |
[email protected] | 17a2fba | 2013-02-07 18:46:57 | [diff] [blame] | 883 | 'browser_resources': ['[email protected]'], |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 884 | 'browsing_data': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 885 | 'bubble': ['[email protected]', '[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 886 | 'cache_storage': ['[email protected]'], |
[email protected] | c9ae7a3 | 2014-03-31 22:18:59 | [diff] [blame] | 887 | 'cast': ['[email protected]', |
| 888 | '[email protected]', |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 889 | '[email protected]', |
| 890 | '[email protected]', |
[email protected] | 479180d2 | 2014-03-11 09:47:34 | [diff] [blame] | 891 | '[email protected]', |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 892 | '[email protected]', |
mikhal | a0eb54f | 2015-04-09 22:44:06 | [diff] [blame^] | 893 | '[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 894 | 'cc': ['[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 895 | 'chrome_elf': ['[email protected]',], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 896 | 'chrome_views': ['[email protected]'], |
gunsch | 01f333cd | 2014-10-28 19:15:32 | [diff] [blame] | 897 | 'chromecast': ['[email protected]', '[email protected]'], |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 898 | 'chromedriver': ['[email protected]', '[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 899 | 'chromeos' : ['[email protected]', |
| 900 | '[email protected]'], |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 901 | 'chromeos_attestation' : ['[email protected]'], |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 902 | 'chromeos_calculator' : ['[email protected]'], |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 903 | 'chromeos_dbus': ['[email protected]'], |
[email protected] | 2a66f575 | 2013-11-26 04:34:02 | [diff] [blame] | 904 | 'chromeos_net' : ['[email protected]'], |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 905 | 'chromeos_power' : ['[email protected]'], |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 906 | 'chromeos_login' : ['[email protected]'], |
[email protected] | 93a56478 | 2011-09-28 14:20:31 | [diff] [blame] | 907 | 'chromeos_webui': ['[email protected]'], |
[email protected] | e8af07b | 2013-02-13 19:21:25 | [diff] [blame] | 908 | 'clang_update': ['[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 909 | '[email protected]', |
| 910 | '[email protected]', |
| 911 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 912 | 'clipboard': ['[email protected]'], |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 913 | 'closure': ['[email protected]', |
| 914 | '[email protected]'], |
[email protected] | 7bdda28 | 2014-03-27 16:30:59 | [diff] [blame] | 915 | 'content': ['[email protected]', |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 916 | '[email protected]' ], |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 917 | 'content_bluetooth': ['[email protected]'], |
[email protected] | e3774fd | 2014-04-23 22:32:54 | [diff] [blame] | 918 | 'content_input': ['[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 919 | 'content_renderer': [ '[email protected]', |
| 920 | '[email protected]'], |
mkwst | 75a31a4 | 2014-09-14 18:32:53 | [diff] [blame] | 921 | 'content_shell': ['[email protected]', |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 922 | '[email protected]', |
| 923 | '[email protected]'], |
kinuko | a121bce | 2015-01-30 10:04:41 | [diff] [blame] | 924 | 'content_worker': ['[email protected]'], |
[email protected] | 6dc01c54 | 2012-11-15 02:48:09 | [diff] [blame] | 925 | 'cookie_monster': ['[email protected]'], |
vabr | 8380eb3 | 2014-11-17 11:50:27 | [diff] [blame] | 926 | 'custom_handlers': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 927 | 'deep_memory_profiler': ['[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 928 | 'device_sensors': ['[email protected]', |
| 929 | '[email protected]', |
| 930 | '[email protected]', |
| 931 | '[email protected]'], |
scheib | abdd7d3 | 2015-02-11 22:13:08 | [diff] [blame] | 932 | 'developer_recommended_flags': ['[email protected]'], |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 933 | 'devtools': ['[email protected]', '[email protected]', |
vsevik | e532bf7 | 2015-02-18 08:25:55 | [diff] [blame] | 934 | '[email protected]', |
[email protected] | 932349ad | 2013-07-22 08:59:50 | [diff] [blame] | 935 | '[email protected]'], |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 936 | 'disk_cache': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 937 | 'dns': ['[email protected]'], |
[email protected] | e137d3d | 2013-06-11 17:16:40 | [diff] [blame] | 938 | 'download_database': ['[email protected]'], |
[email protected] | 15cff15 | 2013-04-26 15:41:13 | [diff] [blame] | 939 | 'download': ['[email protected]', '[email protected]'], |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 940 | 'downloads_ext': ['[email protected]'], |
[email protected] | 15cff15 | 2013-04-26 15:41:13 | [diff] [blame] | 941 | 'downloads_ui': ['[email protected]', '[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 942 | 'drive': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 943 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 944 | 'eme': ['[email protected]'], |
peter | 9fa533255 | 2014-11-26 15:24:13 | [diff] [blame] | 945 | 'enhanced_bookmarks': ['[email protected]'], |
jdduke | a2e02fa | 2014-12-02 22:03:33 | [diff] [blame] | 946 | 'events': ['[email protected]', '[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 947 | 'extension': ['[email protected]', |
| 948 | '[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 949 | 'fileapi': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 950 | '[email protected]', |
| 951 | '[email protected]'], |
yoshiki | 1c0ba278 | 2014-12-08 07:04:26 | [diff] [blame] | 952 | 'filebrowse': ['[email protected]'], |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 953 | 'filesapp': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 954 | 'ftp': ['[email protected]'], |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 955 | 'gcm': ['[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 956 | 'geolocation': ['[email protected]', |
| 957 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 958 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 959 | 'gfx_image': ['[email protected]'], |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 960 | 'gn': ['[email protected]'], |
[email protected] | a615910 | 2013-11-08 23:21:52 | [diff] [blame] | 961 | 'gpu': ['[email protected]'], |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 962 | 'history_ui': ['[email protected]', '[email protected]'], |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 963 | 'hotword': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 964 | 'i18n': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 965 | 'importer': ['[email protected]'], |
[email protected] | 8b25056 | 2014-08-12 19:07:45 | [diff] [blame] | 966 | 'indexed_db': ['[email protected]', |
[email protected] | 55a6225 | 2014-07-18 17:35:28 | [diff] [blame] | 967 | '[email protected]', '[email protected]'], |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 968 | 'installer': ['[email protected]', '[email protected]'], |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 969 | 'installer_linux': [ '[email protected]'], |
[email protected] | f2079e1 | 2013-06-05 00:26:37 | [diff] [blame] | 970 | 'instant': ['[email protected]', '[email protected]', |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 971 | '[email protected]', '[email protected]', |
[email protected] | b1ac652d9b | 2013-05-03 16:25:04 | [diff] [blame] | 972 | '[email protected]', '[email protected]', |
[email protected] | 2cefb69 | 2013-05-14 20:20:38 | [diff] [blame] | 973 | '[email protected]', '[email protected]', |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 974 | '[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 975 | 'ipc': ['[email protected]', '[email protected]'], |
urvang | 41c8f9b | 2015-01-16 00:42:46 | [diff] [blame] | 976 | 'libwebp': ['[email protected]', '[email protected]', |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 977 | '[email protected]', '[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 978 | 'linux_fonts': ['[email protected]'], |
[email protected] | 6d7e0bf | 2014-07-28 22:30:40 | [diff] [blame] | 979 | 'linux_sandboxing': ['[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 980 | 'linux_seccomp_bpf': ['[email protected]'], |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 981 | 'supervised_users': ['[email protected]'], |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 982 | 'md_settings': ['[email protected]', |
| 983 | '[email protected]', |
| 984 | '[email protected]', |
| 985 | '[email protected]', |
| 986 | '[email protected]', |
| 987 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 988 | 'media': ['[email protected]'], |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 989 | 'media_galleries': ['[email protected]', '[email protected]', |
| 990 | '[email protected]', '[email protected]'], |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 991 | 'media_router': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 992 | 'message_loop': ['[email protected]'], |
isherman | 1eee6f1 | 2014-12-09 02:14:30 | [diff] [blame] | 993 | 'metrics': ['[email protected]'], |
[email protected] | 1d8899ee | 2014-06-10 20:58:12 | [diff] [blame] | 994 | 'metrics_xml_files': ['[email protected]'], |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 995 | 'midi': ['[email protected]'], |
[email protected] | c3830c62 | 2013-10-10 22:00:00 | [diff] [blame] | 996 | 'mojo': ['[email protected]', |
[email protected] | 62bbe81 | 2013-10-24 22:24:16 | [diff] [blame] | 997 | '[email protected]', |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 998 | '[email protected]', |
[email protected] | 3bf40cb | 2013-10-11 19:10:49 | [diff] [blame] | 999 | '[email protected]', |
[email protected] | 0f79ff6 | 2014-04-25 23:35:53 | [diff] [blame] | 1000 | '[email protected]', |
[email protected] | 84003af | 2014-05-02 09:37:13 | [diff] [blame] | 1001 | '[email protected]', |
| 1002 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1003 | 'mouse_lock': ['[email protected]'], |
| 1004 | 'nacl': ['[email protected]'], |
[email protected] | cfe8004 | 2014-04-14 22:11:54 | [diff] [blame] | 1005 | 'native_client_sdk': ['[email protected]', '[email protected]'], |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 1006 | 'navigation': ['[email protected]', '[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 1007 | 'net': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1008 | 'net_error_list': ['[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1009 | 'netinfo': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1010 | 'net_log': ['[email protected]', '[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 1011 | 'notifications': ['[email protected]', |
| 1012 | '[email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 1013 | 'npapi_headers': ['[email protected]'], |
[email protected] | 0bce10776 | 2012-11-27 11:42:54 | [diff] [blame] | 1014 | 'ntp': ['[email protected]', '[email protected]', |
| 1015 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1016 | 'omnibox': ['[email protected]'], |
michaelpg | f6260fbd | 2015-02-06 17:59:35 | [diff] [blame] | 1017 | 'options': ['[email protected]', |
| 1018 | '[email protected]'], |
[email protected] | 2fc9a7b6 | 2014-04-16 17:10:12 | [diff] [blame] | 1019 | 'overview_mode': ['[email protected]'], |
Evan Stade | b873f1a | 2014-09-09 00:57:32 | [diff] [blame] | 1020 | 'ozone': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1021 | 'panels': ['[email protected]', '[email protected]', |
| 1022 | '[email protected]', '[email protected]'], |
mkwst | b0a0ccfb | 2014-10-23 12:53:25 | [diff] [blame] | 1023 | 'password_manager': ['[email protected]', |
[email protected] | bf7576f | 2014-05-22 04:07:47 | [diff] [blame] | 1024 | '[email protected]'], |
bradnelson | 3fdc28cb | 2015-01-23 20:03:25 | [diff] [blame] | 1025 | 'pepper_api': ['[email protected]', |
| 1026 | '[email protected]', '[email protected]', |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 1027 | '[email protected]', '[email protected]', |
bradnelson | 3fdc28cb | 2015-01-23 20:03:25 | [diff] [blame] | 1028 | '[email protected]', '[email protected]', |
[email protected] | 91651b3 | 2014-01-24 10:21:39 | [diff] [blame] | 1029 | '[email protected]'], |
stuartmorgan | f8c13292 | 2015-01-23 14:45:34 | [diff] [blame] | 1030 | 'plugin': ['[email protected]'], |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 1031 | 'polymer': ['[email protected]'], |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 1032 | 'predictors': ['[email protected]'], |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 1033 | 'prepopulated_engines': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1034 | 'prerender': ['[email protected]', '[email protected]', |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1035 | '[email protected]', '[email protected]'], |
peter | 884896c7 | 2015-03-12 14:26:20 | [diff] [blame] | 1036 | 'push_messaging': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1037 | 'pyauto': ['[email protected]', |
[email protected] | 4f788fd | 2012-10-10 21:43:38 | [diff] [blame] | 1038 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1039 | '[email protected]'], |
[email protected] | c388759 | 2014-02-06 20:02:25 | [diff] [blame] | 1040 | 'remoting': ['[email protected]'], |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 1041 | 'rlz_id': ['[email protected]', |
| 1042 | '[email protected]', |
| 1043 | '[email protected]'], |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 1044 | 'safe_browsing': ['[email protected]'], |
rickyz | 0a819bfc | 2015-02-04 23:57:22 | [diff] [blame] | 1045 | 'sandbox': ['[email protected]'], |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 1046 | 'scheduler': ['[email protected]'], |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1047 | 'service_worker': ['[email protected]', |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 1048 | '[email protected]', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1049 | '[email protected]', |
[email protected] | dd864bc | 2014-02-24 23:04:09 | [diff] [blame] | 1050 | '[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 1051 | '[email protected]', |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 1052 | '[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 1053 | '[email protected]'], |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 1054 | 'site_instance': ['[email protected]', '[email protected]', |
| 1055 | '[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1056 | 'spellcheck': ['[email protected]', |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 1057 | '[email protected]', |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 1058 | '[email protected]'], |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 1059 | 'streams': ['[email protected]'], |
zea | 2b40a929 | 2014-10-09 16:45:25 | [diff] [blame] | 1060 | 'sync': ['[email protected]', |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 1061 | '[email protected]', |
maxbogue | e0237218 | 2014-11-13 00:42:22 | [diff] [blame] | 1062 | '[email protected]', |
pvalenzuela | 77e448730 | 2015-03-16 17:22:10 | [diff] [blame] | 1063 | '[email protected]', |
pvalenzuela | 85758c75 | 2014-09-25 19:34:56 | [diff] [blame] | 1064 | '[email protected]', |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 1065 | '[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 1066 | 'syncfs': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 1067 | '[email protected]', |
| 1068 | '[email protected]'], |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 1069 | 'sync_proto': ['[email protected]'], |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1070 | 'tab_capture': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 1071 | 'tab_contents': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1072 | '[email protected]', '[email protected]'], |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1073 | 'tab_media_indicators': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1074 | 'tcmalloc': ['[email protected]'], |
tonyg | c7f6a4c1 | 2015-01-16 18:32:26 | [diff] [blame] | 1075 | 'telemetry': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1076 | 'tests': [], |
[email protected] | 494f3cf | 2011-11-14 07:14:02 | [diff] [blame] | 1077 | 'textinput': ['[email protected]', |
| 1078 | '[email protected]', |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1079 | '[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame] | 1080 | '[email protected]', |
yukishiino | 616672e | 2015-04-02 06:43:10 | [diff] [blame] | 1081 | '[email protected]'], |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1082 | 'textinput_chromeos': ['[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame] | 1083 | '[email protected]', |
yukishiino | 616672e | 2015-04-02 06:43:10 | [diff] [blame] | 1084 | '[email protected]'], |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 1085 | 'timers': ['[email protected]'], |
[email protected] | 0fc48a1 | 2014-06-07 20:26:05 | [diff] [blame] | 1086 | 'tools_emacs': ['[email protected]'], |
sullivan | d4bfaed8 | 2015-02-13 19:43:38 | [diff] [blame] | 1087 | 'tracing': ['[email protected]', '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1088 | 'ui_compositor': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1089 | 'ui_resources': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1090 | 'valgrind': ['[email protected]', |
| 1091 | '[email protected]', |
| 1092 | '[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 1093 | 'version_assembly': ['[email protected]', |
| 1094 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1095 | 'views': ['[email protected]'], |
ben | 0ee290d0 | 2014-10-28 00:02:52 | [diff] [blame] | 1096 | 'views_core': ['[email protected]'], |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1097 | 'virtual_keyboard': ['[email protected]', |
| 1098 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1099 | 'webkit': ['[email protected]'], |
[email protected] | 0fc48a1 | 2014-06-07 20:26:05 | [diff] [blame] | 1100 | 'webrtc_media': ['[email protected]', |
[email protected] | 7009805 | 2014-07-01 08:58:10 | [diff] [blame] | 1101 | '[email protected]', |
| 1102 | '[email protected]'], |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 1103 | 'website_settings': ['[email protected]'], |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1104 | 'windows_sandboxing': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1105 | 'worker': ['[email protected]'], |
| 1106 | 'x11': ['[email protected]', |
| 1107 | '[email protected]', |
| 1108 | '[email protected]'], |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 1109 | 'zoom': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1110 | }, |
| 1111 | } |