[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': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 18 | 'filepath': 'chrome/browser/accessibility/' \ |
| 19 | '|content/browser/accessibility/' \ |
| 20 | '|chrome/.*accessib' \ |
| 21 | '|ui/base/accessibility/' \ |
| 22 | '|ui/views/accessibility/' |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 23 | }, |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 24 | 'activity_log': { |
| 25 | 'filepath': 'chrome/browser/extensions/activity_log/' \ |
| 26 | '|chrome/browser/extensions/api/activity_log_private/' |
| 27 | }, |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 28 | 'android_infra': { |
| 29 | 'filepath': 'build/android/' \ |
| 30 | '|testing/android/' \ |
| 31 | '|tools/android/' |
| 32 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 33 | 'android_webview': { |
| 34 | 'filepath': 'android_webview/', |
| 35 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 36 | 'app_list': { |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 37 | 'filepath': 'chrome/browser/ui/app_list'\ |
| 38 | '|chrome/browser/ui/ash/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 39 | '|chrome/browser/ui/views/app_list'\ |
| 40 | '|ui/app_list/' |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 41 | }, |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 42 | 'app_shortcuts': { |
| 43 | 'filepath': 'apps/app_shim/'\ |
| 44 | '|chrome/browser/web_applications/'\ |
| 45 | '|chrome/browser/ui/web_applications/'\ |
| 46 | '|chrome/common/mac/' |
| 47 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 48 | 'appcache': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 49 | 'filepath': 'appcache/', |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 50 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 51 | 'apps': { |
| 52 | 'filepath': '^apps/', |
| 53 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 54 | 'ash': { |
| 55 | 'filepath': 'ash/', |
| 56 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 57 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 58 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 59 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 60 | 'aura_compositor': { |
| 61 | 'filepath': |
| 62 | 'ui/compositor/' \ |
| 63 | '|content/browser/aura/' \ |
| 64 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 65 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
| 66 | '|content/common/gpu/client/' \ |
| 67 | '|webkit/common/gpu/' |
| 68 | }, |
[email protected] | 2a38f0c0 | 2013-05-29 02:27:45 | [diff] [blame] | 69 | 'autofill': { |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 70 | 'filepath': 'chrome/browser/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 71 | 'chrome/browser/resources/options/autofill_|'\ |
| 72 | 'chrome/browser/sync/glue/autofill_|'\ |
| 73 | 'chrome/browser/ui/android/autofill/|'\ |
| 74 | 'chrome/browser/ui/autofill/|'\ |
[email protected] | e3e4ca6 | 2013-05-17 08:50:27 | [diff] [blame] | 75 | 'chrome/browser/ui/cocoa/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 76 | 'chrome/browser/ui/gtk/autofill/|'\ |
| 77 | 'chrome/browser/ui/views/autofill/|'\ |
| 78 | 'chrome/browser/ui/webui/options/autofill_|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 79 | 'chrome/renderer/autofill/|'\ |
| 80 | 'chrome/test/data/autofill/|'\ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 81 | 'components/autofill/|'\ |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 82 | 'components/autofill/browser/webdata/|'\ |
| 83 | 'components/webdata/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 84 | 'content/public/common/password_|'\ |
| 85 | 'content/public/renderer/password_|'\ |
| 86 | 'content/renderer/password_', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 87 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 88 | 'automation': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 89 | 'filepath': 'chrome/browser/automation/|chrome/test/automation/', |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 90 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 91 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 92 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 93 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 94 | 'base_allocator': { |
| 95 | 'filepath': '^base/allocator', |
| 96 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 97 | 'base_memory': { |
| 98 | 'filepath': '^base/memory', |
| 99 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 100 | 'bookmarks': { |
| 101 | 'filepath': 'chrome/browser/bookmarks/' \ |
[email protected] | 771ad48 | 2013-07-16 17:32:48 | [diff] [blame] | 102 | '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 103 | '|chrome/browser/extensions/api/bookmarks/' \ |
| 104 | '|chrome/browser/resources/bookmark_manager/' \ |
[email protected] | cd869cde | 2013-01-31 15:46:35 | [diff] [blame] | 105 | '|chrome/browser/ui/bookmarks/' \ |
| 106 | '|chrome/browser/ui/cocoa/bookmarks/' \ |
| 107 | '|chrome/browser/ui/gtk/bookmarks/' \ |
| 108 | '|chrome/browser/ui/views/bookmarks/' |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 109 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 110 | 'browser': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 111 | 'filepath': 'chrome/browser/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 112 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 113 | 'browser_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 114 | 'filepath': 'chrome/browser/chromeos/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 115 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 116 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 117 | 'filepath': 'chrome/browser/autofill/' \ |
| 118 | '|chrome/browser/bookmarks/' \ |
| 119 | '|chrome/browser/common/' \ |
| 120 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 121 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 122 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 123 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 124 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 125 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 126 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 127 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 128 | 'browser_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 129 | 'filepath': 'chrome/browser/resources/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 130 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 131 | 'browsing_data': { |
| 132 | 'filepath': 'chrome/browser/browsing_data/', |
| 133 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 134 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 135 | 'filepath': 'ui/views/bubble/|'\ |
| 136 | 'chrome/browser/ui/views/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 137 | }, |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 138 | 'cast': { |
| 139 | 'filepath': 'media/cast/', |
| 140 | }, |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 141 | 'cc': { |
| 142 | 'filepath': 'cc/|'\ |
[email protected] | 799fd73 | 2013-05-15 21:18:52 | [diff] [blame] | 143 | 'webkit/renderer/compositor_bindings/|'\ |
[email protected] | 4934d36 | 2012-11-22 22:04:53 | [diff] [blame] | 144 | 'content/common/cc_messages' |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 145 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 146 | 'chrome_frame': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 147 | 'filepath': 'chrome_frame/', |
[email protected] | ee6ded3 | 2011-01-24 14:33:27 | [diff] [blame] | 148 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 149 | 'chrome_views': { |
| 150 | 'filepath': 'chrome/browser/ui/views', |
| 151 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 152 | 'chromedriver': { |
[email protected] | 121773a | 2013-06-07 22:02:33 | [diff] [blame] | 153 | 'filepath': 'chrome/test/chromedriver' |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 154 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 155 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 156 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 157 | }, |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 158 | 'chromeos_attestation': { |
| 159 | 'filepath': 'chromeos/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 160 | 'chrome/browser/chromeos/attestation/|'\ |
| 161 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 162 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 163 | 'chromeos_calculator': { |
| 164 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 165 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 166 | 'chromeos_login': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 167 | 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 168 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
| 169 | 'chrome/browser/resources/chromeos/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 170 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 171 | 'chromeos_net': { |
| 172 | 'filepath': 'chromeos/network/|'\ |
| 173 | 'chrome/browser/chromeos/cros/|'\ |
| 174 | 'chrome/browser/chromeos/net/', |
| 175 | }, |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 176 | 'chromeos_power': { |
[email protected] | c3943ad | 2013-07-03 13:44:56 | [diff] [blame] | 177 | 'filepath': 'ash/system/chromeos/power/|'\ |
| 178 | 'chromeos/dbus/power_.*|'\ |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 179 | 'chrome/browser/chromeos/power/', |
| 180 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 181 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 182 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 183 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 184 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 185 | 'clang_update': { |
| 186 | 'filepath': 'tools/clang/scripts/update.sh' |
| 187 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 188 | 'clipboard': { |
| 189 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 190 | }, |
[email protected] | 6acd6d2 | 2012-08-03 15:00:45 | [diff] [blame] | 191 | 'contacts': { |
| 192 | 'filepath': 'chrome/browser/chromeos/contacts/|'\ |
| 193 | 'chrome/browser/chromeos/gdata/gdata_contacts_service', |
| 194 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 195 | 'content': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 196 | 'filepath': 'content/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 197 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 198 | 'content_shell': { |
| 199 | 'filepath': 'content/shell/', |
| 200 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 201 | 'cookie_monster': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 202 | 'filepath': 'net/cookies/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 203 | 'chrome/browser/net/sqlite_persistent_cookie_store', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 204 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 205 | 'deep_memory_profiler': { |
| 206 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 207 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 208 | 'devtools': { |
| 209 | 'filepath': 'devtools', |
| 210 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 211 | 'disk_cache': { |
| 212 | 'filepath': 'net/disk_cache/|http_cache', |
| 213 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 214 | 'dns': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 215 | 'filepath': 'net/base/host_resolver|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 216 | 'net/base/host_cache|' \ |
| 217 | 'net/dns/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 218 | }, |
| 219 | 'domui_options': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 220 | 'filepath': 'chrome/browser/resources/options/|'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 221 | 'chrome/browser/resources/options.html|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 222 | 'chrome/browser/ui/webui/options/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 223 | }, |
| 224 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 225 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 226 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 227 | }, |
[email protected] | e137d3d | 2013-06-11 17:16:40 | [diff] [blame] | 228 | 'download_database': { |
| 229 | 'filepath': 'chrome/browser/history/download_database', |
| 230 | }, |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 231 | 'downloads_ext': { |
| 232 | 'filepath': 'chrome/browser/extensions/api/downloads/|'\ |
[email protected] | 12188aff | 2013-03-03 21:57:57 | [diff] [blame] | 233 | 'chrome/common/extensions/api/downloads.*.idl', |
[email protected] | e52c283 | 2012-12-17 23:52:16 | [diff] [blame] | 234 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 235 | 'downloads_ui': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 236 | 'filepath': 'chrome/browser/resources/downloads/|' \ |
| 237 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 238 | 'chrome/browser/ui/views/download/|' \ |
| 239 | 'chrome/browser/ui/cocoa/download/|' \ |
| 240 | 'chrome/browser/ui/gtk/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 241 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 242 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 243 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 244 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 245 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 246 | 'drive_resource_metadata': { |
[email protected] | 2c948e1 | 2013-10-17 03:08:33 | [diff] [blame] | 247 | 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 248 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 249 | 'extension': { |
| 250 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 251 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 252 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 253 | 'filepath': 'file_system/|' \ |
| 254 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 255 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 256 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 257 | 'filepath': 'file_browser|' \ |
| 258 | 'file_manager|' \ |
| 259 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 260 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 261 | 'filesapp': { |
| 262 | 'filepath': 'chrome/browser/resources/file_manager', |
| 263 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 264 | 'ftp': { |
| 265 | 'filepath': 'ftp', |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 266 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 267 | 'fullscreen_controller': { |
| 268 | 'filepath': 'fullscreen_controller', |
| 269 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 270 | 'geolocation': { |
| 271 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 272 | 'content/browser/geolocation|'\ |
| 273 | 'content/public/common/geoposition.*|'\ |
| 274 | 'content/public/browser/geolocation.*|'\ |
| 275 | 'content/renderer/geolocation.*|'\ |
| 276 | 'content/shell/geolocation/', |
| 277 | }, |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 278 | 'gfx_image': { |
| 279 | 'filepath': 'ui/gfx/image/', |
| 280 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 281 | 'gfx_geometry': { |
| 282 | 'filepath': 'ui/gfx/rect|'\ |
[email protected] | 38b6f04 | 2012-11-02 17:01:24 | [diff] [blame] | 283 | 'ui/gfx/quad|'\ |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 284 | 'ui/gfx/point|'\ |
| 285 | 'ui/gfx/size|'\ |
[email protected] | ceb36f7d | 2012-10-31 18:33:24 | [diff] [blame] | 286 | 'ui/gfx/transform|'\ |
| 287 | 'ui/gfx/vector2d', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 288 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 289 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 290 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 291 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 292 | 'history_ui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 293 | 'filepath': 'chrome/browser/resources/history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 294 | }, |
| 295 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 296 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
| 297 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 298 | }, |
| 299 | 'imageburner': { |
| 300 | 'filepath': 'imageburner' |
| 301 | }, |
| 302 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 303 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 304 | }, |
| 305 | 'installer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 306 | 'filepath': 'chrome/installer/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 307 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 308 | 'instant': { |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 309 | 'filepath': 'instant|searchbox|'\ |
| 310 | 'chrome/browser/search/|'\ |
[email protected] | c29b7dae | 2013-03-25 22:29:13 | [diff] [blame] | 311 | 'chrome/browser/ui/search/|'\ |
[email protected] | eb99f8e | 2013-07-10 10:17:39 | [diff] [blame] | 312 | 'chrome/browser/resources/local_ntp/|'\ |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 313 | 'chrome/common/search_types.*', |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 314 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 315 | 'ipc': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 316 | 'filepath': 'ipc/ipc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 317 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 318 | 'layout_tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 319 | 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 320 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 321 | 'linux_fonts': { |
| 322 | 'filepath': 'ui/gfx/font_render_params_.*|'\ |
| 323 | 'ui/gfx/platform_font_pango.*|'\ |
| 324 | 'ui/gfx/render_text_linux.*', |
| 325 | }, |
| 326 | 'linux_sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 327 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 328 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 329 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 330 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 331 | }, |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 332 | 'managed_users': { |
[email protected] | c5dd58a8 | 2013-05-13 10:36:55 | [diff] [blame] | 333 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 334 | '|chrome/browser/.*managed_user', |
| 335 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 336 | 'media': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 337 | 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
[email protected] | 034548d | 2012-07-31 20:34:00 | [diff] [blame] | 338 | 'audio_message_filter|video_layer|media_internals', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 339 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 340 | 'media_galleries': { |
| 341 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
| 342 | '|chrome/browser/extensions/api/media_galleries_private/'\ |
| 343 | '|chrome/browser/media_galleries/'\ |
| 344 | '|chrome/browser/storage_monitor/'\ |
| 345 | '|chrome/common/media_galleries/'\ |
| 346 | '|chrome/test/data/extensions/api_test/media_galleries/'\ |
| 347 | '|chrome/utility/itunes*'\ |
| 348 | '|chrome/utility/picasa*', |
| 349 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 350 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 351 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 352 | }, |
| 353 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 354 | 'filepath': 'base/metrics/'\ |
| 355 | '|chrome/browser/metrics/'\ |
| 356 | '|chrome/common/metrics/'\ |
| 357 | '|chrome_frame/metrics'\ |
| 358 | '|chrome/browser/chromeos/external_metrics'\ |
| 359 | '|chrome/browser/extensions/api/metrics/metrics'\ |
| 360 | '|chrome/browser/ui/webui/metrics_handler'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 361 | '|content/browser/user_metrics.cc'\ |
| 362 | '|content/public/browser/user_metrics.h'\ |
[email protected] | 26c331e | 2013-04-03 04:06:28 | [diff] [blame] | 363 | '|tools/metrics/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 364 | }, |
[email protected] | 341f218a | 2013-09-24 22:16:10 | [diff] [blame] | 365 | 'mojo': { |
| 366 | 'filepath': 'mojo', |
| 367 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 368 | 'mouse_lock': { |
| 369 | 'filepath': 'mouse_lock', |
| 370 | }, |
| 371 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 372 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 373 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 374 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 375 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 376 | 'native_client_sdk': { |
| 377 | 'filepath': '^native_client_sdk/', |
| 378 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 379 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 380 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 381 | }, |
| 382 | 'net_error_list': { |
| 383 | 'filepath': 'net/base/net_error_list.h', |
| 384 | }, |
| 385 | 'net_log': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 386 | 'filepath': 'net/base/net_log|' \ |
| 387 | 'chrome/browser/net/.*net_log|' \ |
| 388 | 'chrome/browser/net/passive_log_collector|' \ |
| 389 | 'chrome/browser/resources/net_internals/|' \ |
| 390 | 'chrome/browser/ui/webui/net_internals/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 391 | }, |
| 392 | 'npapi_headers': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 393 | 'filepath': 'third_party/npapi/bindings/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 394 | }, |
| 395 | 'ntp': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 396 | 'filepath': 'chrome/browser/resources/ntp4/|'\ |
[email protected] | b7ecd5f | 2013-02-14 21:04:16 | [diff] [blame] | 397 | 'chrome/browser/resources/ntp_android/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 398 | 'chrome/browser/ui/webui/ntp/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 399 | }, |
| 400 | 'omnibox': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 401 | 'filepath': 'chrome/browser/autocomplete/'\ |
| 402 | '|chrome/browser/ui/.*/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 403 | }, |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 404 | 'options': { |
| 405 | 'filepath': 'chrome/browser/resources/options/|'\ |
| 406 | 'chrome/browser/ui/webui/options/', |
| 407 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 408 | 'ozone': { |
| 409 | 'filepath': 'ui/base/ozone/|'\ |
| 410 | 'ui/gl/gl_.*egl.*|'\ |
| 411 | 'ui/gl/gl_.*ozone.*' |
| 412 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 413 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 414 | 'filepath': 'chrome/browser/ui/panels'\ |
| 415 | '|chrome/browser/ui/cocoa/panels'\ |
| 416 | '|chrome/browser/ui/gtk/panels'\ |
| 417 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 418 | }, |
| 419 | 'pepper_api': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 420 | 'filepath': 'ppapi/c/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 421 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 422 | 'perf': { |
| 423 | 'filepath': 'tools/perf' \ |
| 424 | '|tools/telemetry' \ |
| 425 | '|chrome/test/perf' |
| 426 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 427 | 'plugin': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 428 | 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
| 429 | 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 430 | }, |
[email protected] | e8a2a6b | 2013-05-17 14:24:07 | [diff] [blame] | 431 | 'policy_templates': { |
| 432 | 'filepath': 'chrome/app/policy/policy_templates.json', |
| 433 | }, |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 434 | 'predictors': { |
| 435 | 'filepath': 'predictors', |
| 436 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 437 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 438 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 439 | }, |
| 440 | 'pyauto': { |
| 441 | 'filepath': 'chrome/test/pyautolib' \ |
| 442 | '|chrome/test/functional' \ |
| 443 | '|chrome/browser/automation/automation_provider_json' |
| 444 | }, |
| 445 | 'remoting': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 446 | 'filepath': 'remoting/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 447 | }, |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 448 | 'search': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 449 | 'filepath': 'chrome/browser/ui/search/', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 450 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 451 | 'sessions': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 452 | 'filepath': 'chrome/browser/sessions/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 453 | }, |
| 454 | 'shell_window': { |
[email protected] | 3e8eb5e | 2013-04-10 20:22:26 | [diff] [blame] | 455 | 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)'\ |
| 456 | 'extensions/(shell|app|native)' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 457 | }, |
| 458 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 459 | 'filepath': 'content/browser/site_instance|'\ |
| 460 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 461 | }, |
| 462 | 'speech': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 463 | 'filepath': 'chrome/browser/speech/'\ |
| 464 | '|content/browser/speech/'\ |
| 465 | '|content/common/.*speech'\ |
| 466 | '|content/public/.*speech' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 467 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 468 | 'spellcheck': { |
| 469 | 'filepath': 'chrome/browser/spellchecker/'\ |
| 470 | '|chrome/browser/tab_contents/spellchecker'\ |
| 471 | '|chrome/browser/tab_contents/spelling_menu'\ |
| 472 | '|chrome/common/spellcheck_'\ |
| 473 | '|chrome/renderer/spellchecker/'\ |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 474 | '|third_party/hunspell/'\ |
| 475 | '|third_party/hunspell_dictionaries/'\ |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 476 | '|webkit/tools/test_shell/mock_spellcheck' |
| 477 | }, |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 478 | 'streams': { |
| 479 | 'filepath': 'content/browser/streams/', |
| 480 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 481 | 'sync': { |
[email protected] | 1e29f17 | 2012-09-06 16:32:13 | [diff] [blame] | 482 | 'filepath': 'chrome/browser/sync/|sync/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 483 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 484 | 'syncfs': { |
| 485 | 'filepath': 'sync_file_system', |
| 486 | }, |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 487 | 'sync_proto': { |
| 488 | 'filepath': 'sync/protocol/', |
| 489 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 490 | 'tab_capture': { |
| 491 | 'filepath': 'chrome/browser/extensions/api/tab_capture/'\ |
| 492 | '|chrome/browser/media/media_stream'\ |
| 493 | '|content/browser/renderer_host/(backing_store|compositing_iosurface|'\ |
| 494 | 'render_widget_host_view)'\ |
| 495 | '|content/browser/renderer_host/media/(audio_|'\ |
| 496 | 'media_stream_manager\.cc|video_|web_contents_)'\ |
| 497 | '|content/browser/web_contents/web_contents_impl'\ |
| 498 | '|content/renderer/media/audio_(device_factory|message_filter|'\ |
| 499 | 'renderer_mixer_manager)'\ |
| 500 | '|content/renderer/p2p/ipc_socket_factory'\ |
| 501 | '|content/renderer/pepper/pepper_platform_audio_output'\ |
| 502 | '|media/audio/(audio_output|fake_audio_consumer|virtual_audio)'\ |
| 503 | '|media/base/video_util'\ |
| 504 | '|media/video/capture/video_capture'\ |
| 505 | '|ui/surface/accelerated_surface.*_win', |
| 506 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 507 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 508 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 509 | 'content/browser/tab_contents/|'\ |
| 510 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 511 | }, |
| 512 | 'task_manager': { |
| 513 | 'filepath': 'task_manager' |
| 514 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 515 | 'tcmalloc': { |
| 516 | 'filepath': 'third_party/tcmalloc' |
| 517 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 518 | 'telemetry': { |
| 519 | 'filepath': 'tools/telemetry' |
| 520 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 521 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 522 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 523 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 524 | 'textinput': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 525 | 'filepath': 'content/browser/renderer_host/gtk_im'\ |
| 526 | '|content/browser/renderer_host/gtk_key'\ |
| 527 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 528 | '|content/browser/renderer_host/text_input'\ |
| 529 | '|ui/base/ime/'\ |
| 530 | '|ui/base/gtk/event'\ |
| 531 | '|ui/base/gtk/gtk_im'\ |
| 532 | '|ui/base/keycodes/'\ |
| 533 | '|ui/base/win/ime'\ |
| 534 | '|ui/views/controls/textfield/'\ |
| 535 | '|ui/views/ime/' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 536 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 537 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 538 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 539 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 540 | '|chrome/browser/chromeos/status/input_method'\ |
| 541 | '|chrome/browser/extensions/extension_input_'\ |
| 542 | '|chrome/browser/resources/keyboard'\ |
| 543 | '|chrome/browser/resources/options/language'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 544 | '|chrome/browser/ui/webui/options/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 545 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 546 | '|chrome/browser/ui/webui/options/language'\ |
| 547 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 548 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 549 | 'tools': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 550 | 'filepath': 'tools/', |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 551 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 552 | 'tools_emacs': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 553 | 'filepath': 'tools/emacs/', |
[email protected] | 65676d3 | 2012-04-18 14:41:05 | [diff] [blame] | 554 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 555 | 'tracing': { |
| 556 | 'filepath': 'base/debug/trace_event.*'\ |
| 557 | '|content/browser/tracing/'\ |
| 558 | '|components/tracing/' |
| 559 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 560 | 'ui_compositor': { |
| 561 | 'filepath': 'ui/compositor/layer\.|'\ |
| 562 | 'ui/compositor/layer_unittest|'\ |
| 563 | 'ui/compositor/compositor', |
| 564 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 565 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 566 | 'filepath': 'ui/resources/'\ |
| 567 | '|ui/base/native_theme/resources/'\ |
| 568 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 569 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 570 | 'valgrind': { |
| 571 | 'filepath': 'valgrind', |
| 572 | }, |
| 573 | 'views': { |
| 574 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 575 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 576 | }, |
| 577 | 'views_core': { |
| 578 | 'filepath': 'ui/views/view.h|'\ |
| 579 | 'ui/views/view.cc|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 580 | 'ui/views/widget/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 581 | }, |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 582 | 'views_corewm': { |
| 583 | 'filepath': 'ui/views/corewm/', |
[email protected] | 3fc91814 | 2013-10-12 01:42:17 | [diff] [blame] | 584 | }, |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 585 | 'webkit': { |
| 586 | 'filepath': 'webkit/', |
| 587 | }, |
| 588 | 'webrtc_media': { |
| 589 | 'filepath': 'chrome/browser/media/|'\ |
| 590 | 'content/browser/renderer_host/media/|'\ |
| 591 | 'content/renderer/media/|'\ |
[email protected] | 30cb70c | 2013-10-15 22:59:52 | [diff] [blame] | 592 | 'media/video/|'\ |
| 593 | 'video.*_accelerat', |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 594 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 595 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 596 | 'filepath': 'chrome/browser/content_settings/'\ |
| 597 | '|chrome/browser/ui/views/website_settings/'\ |
| 598 | '|chrome/browser/ui/website_settings/'\ |
| 599 | '|chrome/common/content_settings', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 600 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 601 | 'worker': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 602 | 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\ |
| 603 | 'chrome/common/worker_messages|webkit/glue/webworker', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 604 | }, |
| 605 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 606 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 607 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 608 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 609 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 610 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 611 | '|chrome/browser/chromeos/wm_' \ |
| 612 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 613 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 614 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 615 | |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 616 | 'WATCHLISTS': { |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 617 | 'accelerator_table': ['[email protected]', |
| 618 | '[email protected]', |
| 619 | '[email protected]'], |
| 620 | 'accessibility': ['[email protected]', |
| 621 | '[email protected]', |
| 622 | '[email protected]', |
| 623 | '[email protected]', |
| 624 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 625 | '[email protected]', |
| 626 | '[email protected]', |
| 627 | '[email protected]'], |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 628 | 'activity_log': ['[email protected]'], |
[email protected] | 3fc1845a | 2013-01-15 00:06:24 | [diff] [blame] | 629 | 'android_infra': ['[email protected]', |
[email protected] | 124d9b1 | 2012-08-24 10:44:58 | [diff] [blame] | 630 | '[email protected]', |
[email protected] | 889d2a3 | 2013-05-07 12:54:52 | [diff] [blame] | 631 | '[email protected]', |
[email protected] | 0ebfa0a | 2012-11-07 19:33:47 | [diff] [blame] | 632 | '[email protected]', |
[email protected] | b145a2f | 2013-04-12 23:32:49 | [diff] [blame] | 633 | '[email protected]', |
[email protected] | 0ebfa0a | 2012-11-07 19:33:47 | [diff] [blame] | 634 | '[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 635 | 'android_webview': ['[email protected]'], |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 636 | 'app_list': ['[email protected]', '[email protected]'], |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 637 | 'app_shortcuts': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 638 | 'appcache': ['[email protected]'], |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 639 | 'apps': ['[email protected]', '[email protected]'], |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 640 | 'ash': ['[email protected]', |
| 641 | '[email protected]', |
| 642 | '[email protected]'], |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 643 | 'aura': ['[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 644 | '[email protected]', |
| 645 | '[email protected]'], |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 646 | 'aura_compositor': ['[email protected]', |
| 647 | '[email protected]', |
| 648 | '[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 649 | '[email protected]', |
| 650 | '[email protected]'], |
[email protected] | 1ea81f4 | 2013-10-09 18:10:35 | [diff] [blame] | 651 | 'autofill': ['[email protected]', |
| 652 | '[email protected]', |
| 653 | '[email protected]', |
| 654 | '[email protected]', |
| 655 | '[email protected]', |
| 656 | '[email protected]'], |
[email protected] | 121773a | 2013-06-07 22:02:33 | [diff] [blame] | 657 | 'automation': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 658 | 'base': ['[email protected]'], |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 659 | 'base_allocator': ['[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 660 | 'base_memory': ['[email protected]'], |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 661 | 'bookmarks': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 662 | 'browser_chromeos': ['[email protected]', |
| 663 | '[email protected]', |
| 664 | '[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 665 | 'browser_components': ['[email protected]'], |
[email protected] | 466af5e | 2013-08-01 19:53:44 | [diff] [blame] | 666 | 'browser_compositor': ['[email protected]', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 667 | '[email protected]'], |
[email protected] | 17a2fba | 2013-02-07 18:46:57 | [diff] [blame] | 668 | 'browser_resources': ['[email protected]'], |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 669 | 'browsing_data': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 670 | 'bubble': ['[email protected]', '[email protected]'], |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 671 | 'cast': ['[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 672 | 'cc': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 673 | 'chrome_frame': ['[email protected]', '[email protected]', |
| 674 | '[email protected]'], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 675 | 'chrome_views': ['[email protected]'], |
[email protected] | b1a48a2e | 2013-06-08 00:03:12 | [diff] [blame] | 676 | 'chromedriver': ['[email protected]', '[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 677 | 'chromeos' : ['[email protected]', |
| 678 | '[email protected]'], |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 679 | 'chromeos_attestation' : ['[email protected]'], |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 680 | 'chromeos_calculator' : ['[email protected]'], |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 681 | 'chromeos_net' : ['[email protected]', |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 682 | '[email protected]'], |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 683 | 'chromeos_power' : ['[email protected]'], |
[email protected] | 93a56478 | 2011-09-28 14:20:31 | [diff] [blame] | 684 | 'chromeos_webui': ['[email protected]'], |
[email protected] | e8af07b | 2013-02-13 19:21:25 | [diff] [blame] | 685 | 'clang_update': ['[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 686 | '[email protected]', |
| 687 | '[email protected]', |
| 688 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 689 | 'clipboard': ['[email protected]'], |
[email protected] | 6acd6d2 | 2012-08-03 15:00:45 | [diff] [blame] | 690 | 'contacts': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 691 | 'content': ['[email protected]', '[email protected]', |
[email protected] | ad74c37 | 2012-06-28 11:02:58 | [diff] [blame] | 692 | '[email protected]'], |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 693 | 'content_shell': ['[email protected]'], |
[email protected] | 6dc01c54 | 2012-11-15 02:48:09 | [diff] [blame] | 694 | 'cookie_monster': ['[email protected]'], |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 695 | 'deep_memory_profiler': ['[email protected]'], |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 696 | 'devtools': ['[email protected]', '[email protected]', |
[email protected] | 703a5f4 | 2013-07-03 12:20:00 | [diff] [blame] | 697 | '[email protected]', '[email protected]', |
[email protected] | 932349ad | 2013-07-22 08:59:50 | [diff] [blame] | 698 | '[email protected]', |
| 699 | '[email protected]'], |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 700 | 'disk_cache': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 701 | 'dns': ['[email protected]'], |
[email protected] | e137d3d | 2013-06-11 17:16:40 | [diff] [blame] | 702 | 'download_database': ['[email protected]'], |
[email protected] | 15cff15 | 2013-04-26 15:41:13 | [diff] [blame] | 703 | 'download': ['[email protected]', '[email protected]'], |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 704 | 'downloads_ext': ['[email protected]'], |
[email protected] | 15cff15 | 2013-04-26 15:41:13 | [diff] [blame] | 705 | 'downloads_ui': ['[email protected]', '[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 706 | 'drive': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 707 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 708 | 'extension': ['[email protected]', |
| 709 | '[email protected]'], |
[email protected] | c1049d02 | 2013-10-08 12:38:47 | [diff] [blame] | 710 | 'fileapi': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 711 | 'filebrowse': ['[email protected]'], |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 712 | 'filesapp': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 713 | 'ftp': ['[email protected]'], |
| 714 | 'fullscreen_controller': ['[email protected]'], |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 715 | 'geolocation': ['[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 716 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 717 | 'gfx_image': ['[email protected]'], |
[email protected] | 9fe96f7 | 2013-08-29 22:26:10 | [diff] [blame] | 718 | 'gpu': ['[email protected]', '[email protected]'], |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 719 | 'history_ui': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 720 | 'i18n': ['[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 721 | 'imageburner': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 722 | 'importer': ['[email protected]'], |
| 723 | 'installer': ['[email protected]'], |
[email protected] | f2079e1 | 2013-06-05 00:26:37 | [diff] [blame] | 724 | 'instant': ['[email protected]', '[email protected]', |
[email protected] | d038e1d | 2013-01-11 15:03:33 | [diff] [blame] | 725 | '[email protected]', '[email protected]', |
[email protected] | b1ac652d9b | 2013-05-03 16:25:04 | [diff] [blame] | 726 | '[email protected]', '[email protected]', |
[email protected] | 2cefb69 | 2013-05-14 20:20:38 | [diff] [blame] | 727 | '[email protected]', '[email protected]', |
| 728 | '[email protected]', '[email protected]', |
[email protected] | 32c8977b | 2013-05-30 18:03:35 | [diff] [blame] | 729 | '[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 730 | 'ipc': ['[email protected]', '[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 731 | 'linux_fonts': ['[email protected]'], |
| 732 | 'linux_sandboxing': ['[email protected]', '[email protected]'], |
| 733 | 'linux_seccomp_bpf': ['[email protected]'], |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 734 | 'managed_users': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 735 | 'media': ['[email protected]'], |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 736 | 'media_galleries': ['[email protected]', '[email protected]', |
| 737 | '[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 738 | 'message_loop': ['[email protected]'], |
| 739 | 'metrics': ['[email protected]', |
| 740 | '[email protected]', |
[email protected] | 32c8977b | 2013-05-30 18:03:35 | [diff] [blame] | 741 | '[email protected]'], |
[email protected] | c3830c62 | 2013-10-10 22:00:00 | [diff] [blame] | 742 | 'mojo': ['[email protected]', |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 743 | '[email protected]', |
[email protected] | 3bf40cb | 2013-10-11 19:10:49 | [diff] [blame] | 744 | '[email protected]', |
| 745 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 746 | 'mouse_lock': ['[email protected]'], |
| 747 | 'nacl': ['[email protected]'], |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 748 | 'native_client_sdk': ['[email protected]', '[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 749 | 'net': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 750 | 'net_error_list': ['[email protected]'], |
| 751 | 'net_log': ['[email protected]', '[email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 752 | 'npapi_headers': ['[email protected]'], |
[email protected] | 0bce10776 | 2012-11-27 11:42:54 | [diff] [blame] | 753 | 'ntp': ['[email protected]', '[email protected]', |
| 754 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 755 | 'omnibox': ['[email protected]'], |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 756 | 'options': ['[email protected]'], |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 757 | 'ozone': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 758 | 'panels': ['[email protected]', '[email protected]', |
| 759 | '[email protected]', '[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 760 | 'pepper_api': ['[email protected]', |
[email protected] | 5243260f | 2012-09-11 00:09:25 | [diff] [blame] | 761 | '[email protected]', '[email protected]', |
[email protected] | a5424e9 | 2012-10-27 18:24:39 | [diff] [blame] | 762 | '[email protected]', '[email protected]'], |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 763 | 'perf': ['[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 764 | 'plugin': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 765 | '[email protected]'], |
[email protected] | e8a2a6b | 2013-05-17 14:24:07 | [diff] [blame] | 766 | 'policy_templates': ['[email protected]'], |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 767 | 'predictors': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 768 | 'prerender': ['[email protected]', '[email protected]', |
[email protected] | 7818580 | 2013-05-15 16:11:36 | [diff] [blame] | 769 | '[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 770 | 'pyauto': ['[email protected]', |
[email protected] | 4f788fd | 2012-10-10 21:43:38 | [diff] [blame] | 771 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 772 | '[email protected]'], |
[email protected] | e2c1e29 | 2012-01-25 23:40:34 | [diff] [blame] | 773 | 'remoting': ['[email protected]', |
| 774 | '[email protected]', |
| 775 | '[email protected]', |
[email protected] | 84cdbcc4 | 2011-11-17 01:01:01 | [diff] [blame] | 776 | '[email protected]', |
[email protected] | e06acea | 2011-02-03 07:11:07 | [diff] [blame] | 777 | '[email protected]', |
| 778 | '[email protected]', |
[email protected] | aed5a301 | 2012-09-13 02:32:18 | [diff] [blame] | 779 | '[email protected]', |
[email protected] | e06acea | 2011-02-03 07:11:07 | [diff] [blame] | 780 | '[email protected]', |
[email protected] | 8efb592 | 2013-05-16 22:24:26 | [diff] [blame] | 781 | '[email protected]', |
[email protected] | 6ceb3fc5 | 2011-12-08 22:04:34 | [diff] [blame] | 782 | '[email protected]', |
| 783 | '[email protected]', |
| 784 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 785 | 'sessions': ['[email protected]'], |
| 786 | 'shell_window': ['[email protected]'], |
| 787 | 'site_instance': ['[email protected]', '[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 788 | 'spellcheck': ['[email protected]', |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 789 | '[email protected]', |
| 790 | '[email protected]'], |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 791 | 'streams': ['[email protected]'], |
[email protected] | b45d8e4 | 2013-06-20 14:14:26 | [diff] [blame] | 792 | 'sync': ['[email protected]', |
| 793 | '[email protected]', |
| 794 | '[email protected]'], |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 795 | 'syncfs': ['[email protected]', |
[email protected] | c1049d02 | 2013-10-08 12:38:47 | [diff] [blame] | 796 | '[email protected]', |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 797 | '[email protected]'], |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 798 | 'sync_proto': ['[email protected]'], |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 799 | 'tab_capture': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 800 | 'tab_contents': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 801 | '[email protected]', '[email protected]'], |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 802 | 'task_manager': ['[email protected]'], |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 803 | 'tcmalloc': ['[email protected]'], |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 804 | 'telemetry': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 805 | 'tests': [], |
[email protected] | 494f3cf | 2011-11-14 07:14:02 | [diff] [blame] | 806 | 'textinput': ['[email protected]', |
| 807 | '[email protected]', |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 808 | '[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame^] | 809 | '[email protected]', |
| 810 | '[email protected]'], |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 811 | 'textinput_chromeos': ['[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame^] | 812 | '[email protected]', |
| 813 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 814 | 'tools_emacs': ['[email protected]', |
| 815 | '[email protected]'], |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 816 | 'tracing': ['[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 817 | 'ui_compositor': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 818 | 'ui_resources': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 819 | 'valgrind': ['[email protected]', |
| 820 | '[email protected]', |
| 821 | '[email protected]'], |
| 822 | 'views': ['[email protected]'], |
[email protected] | 2b1a873 | 2013-10-13 15:01:29 | [diff] [blame] | 823 | 'views_core': ['[email protected]'], |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 824 | 'views_corewm': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 825 | 'webkit': ['[email protected]'], |
[email protected] | 30cb70c | 2013-10-15 22:59:52 | [diff] [blame] | 826 | 'webrtc_media': ['[email protected]', |
| 827 | '[email protected]'], |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 828 | 'website_settings': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 829 | 'worker': ['[email protected]'], |
| 830 | 'x11': ['[email protected]', |
| 831 | '[email protected]', |
| 832 | '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 833 | }, |
| 834 | } |