[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] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 24 | 'android_infra': { |
| 25 | 'filepath': 'build/android/' \ |
| 26 | '|testing/android/' \ |
| 27 | '|tools/android/' |
| 28 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 29 | 'android_webview': { |
| 30 | 'filepath': 'android_webview/', |
| 31 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 32 | 'app_list': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 33 | 'filepath': 'ui/app_list/', |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 34 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 35 | 'appcache': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 36 | 'filepath': 'appcache/', |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 37 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame^] | 38 | 'apps': { |
| 39 | 'filepath': '^apps/', |
| 40 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 41 | 'aura': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 42 | 'filepath': 'ui/aura/|'\ |
| 43 | 'ash/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 44 | }, |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 45 | 'autofill': { |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 46 | 'filepath': 'chrome/browser/api/webdata/|'\ |
| 47 | 'chrome/browser/autofill/|'\ |
| 48 | 'chrome/browser/resources/options/autofill_|'\ |
| 49 | 'chrome/browser/sync/glue/autofill_|'\ |
| 50 | 'chrome/browser/ui/android/autofill/|'\ |
| 51 | 'chrome/browser/ui/autofill/|'\ |
| 52 | 'chrome/browser/ui/gtk/autofill/|'\ |
| 53 | 'chrome/browser/ui/views/autofill/|'\ |
| 54 | 'chrome/browser/ui/webui/options/autofill_|'\ |
| 55 | 'chrome/browser/webdata/|'\ |
| 56 | 'chrome/common/autofill_|'\ |
| 57 | 'chrome/common/form_|'\ |
| 58 | 'chrome/common/password_|'\ |
| 59 | 'chrome/renderer/autofill/|'\ |
| 60 | 'chrome/test/data/autofill/|'\ |
| 61 | 'content/public/common/password_|'\ |
| 62 | 'content/public/renderer/password_|'\ |
| 63 | 'content/renderer/password_', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 64 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 65 | 'automation': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 66 | 'filepath': 'chrome/browser/automation/|chrome/test/automation/', |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 67 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 68 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 69 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 70 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 71 | 'base_allocator': { |
| 72 | 'filepath': '^base/allocator', |
| 73 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 74 | 'base_memory': { |
| 75 | 'filepath': '^base/memory', |
| 76 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 77 | 'bookmarks': { |
| 78 | 'filepath': 'chrome/browser/bookmarks/' \ |
| 79 | '|chrome/browser/ui/bookmarks/' |
| 80 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 81 | 'browser': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 82 | 'filepath': 'chrome/browser/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 83 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 84 | 'browser_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 85 | 'filepath': 'chrome/browser/chromeos/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 86 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 87 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 88 | 'filepath': 'chrome/browser/autofill/' \ |
| 89 | '|chrome/browser/bookmarks/' \ |
| 90 | '|chrome/browser/common/' \ |
| 91 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 92 | '|chrome/browser/history/' \ |
| 93 | '|chrome/browser/visitedlink/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 94 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 95 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 96 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 97 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 98 | 'browser_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 99 | 'filepath': 'chrome/browser/resources/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 100 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 101 | 'browsing_data': { |
| 102 | 'filepath': 'chrome/browser/browsing_data/', |
| 103 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 104 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 105 | 'filepath': 'ui/views/bubble/|'\ |
| 106 | 'chrome/browser/ui/views/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 107 | }, |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 108 | 'cc': { |
| 109 | 'filepath': 'cc/|'\ |
[email protected] | 4934d36 | 2012-11-22 22:04:53 | [diff] [blame] | 110 | 'webkit/compositor_bindings/|'\ |
| 111 | 'content/common/cc_messages' |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 112 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 113 | 'chrome_frame': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 114 | 'filepath': 'chrome_frame/', |
[email protected] | ee6ded3 | 2011-01-24 14:33:27 | [diff] [blame] | 115 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 116 | 'chrome_views': { |
| 117 | 'filepath': 'chrome/browser/ui/views', |
| 118 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 119 | 'chromedriver': { |
| 120 | 'filepath': 'chrome/test/webdriver|third_party/webdriver' |
| 121 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 122 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 123 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 124 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 125 | 'chromeos_calculator': { |
| 126 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 127 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 128 | 'chromeos_login': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 129 | 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 130 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
| 131 | 'chrome/browser/resources/chromeos/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 132 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 133 | 'chromeos_net': { |
| 134 | 'filepath': 'chromeos/network/|'\ |
| 135 | 'chrome/browser/chromeos/cros/|'\ |
| 136 | 'chrome/browser/chromeos/net/', |
| 137 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 138 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 139 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 140 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 141 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 142 | 'clang_update': { |
| 143 | 'filepath': 'tools/clang/scripts/update.sh' |
| 144 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 145 | 'clipboard': { |
| 146 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 147 | }, |
[email protected] | 6acd6d2 | 2012-08-03 15:00:45 | [diff] [blame] | 148 | 'contacts': { |
| 149 | 'filepath': 'chrome/browser/chromeos/contacts/|'\ |
| 150 | 'chrome/browser/chromeos/gdata/gdata_contacts_service', |
| 151 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 152 | 'content': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 153 | 'filepath': 'content/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 154 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 155 | 'content_shell': { |
| 156 | 'filepath': 'content/shell/', |
| 157 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 158 | 'cookie_monster': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 159 | 'filepath': 'net/cookies/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 160 | 'chrome/browser/net/sqlite_persistent_cookie_store', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 161 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 162 | 'deep_memory_profiler': { |
| 163 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 164 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 165 | 'devtools': { |
| 166 | 'filepath': 'devtools', |
| 167 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 168 | 'disk_cache': { |
| 169 | 'filepath': 'net/disk_cache/|http_cache', |
| 170 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 171 | 'dns': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 172 | 'filepath': 'net/base/host_resolver|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 173 | 'net/base/host_cache|' \ |
| 174 | 'net/dns/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 175 | }, |
| 176 | 'domui_options': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 177 | 'filepath': 'chrome/browser/resources/options/|'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 178 | 'chrome/browser/resources/options.html|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 179 | 'chrome/browser/ui/webui/options/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 180 | }, |
| 181 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 182 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 183 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 184 | }, |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 185 | 'downloads_ext': { |
| 186 | 'filepath': 'chrome/browser/extensions/api/downloads/|'\ |
| 187 | 'chrome/common/extensions/api/downloads.idl', |
[email protected] | e52c283 | 2012-12-17 23:52:16 | [diff] [blame] | 188 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 189 | 'downloads_ui': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 190 | 'filepath': 'chrome/browser/resources/downloads/|' \ |
| 191 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 192 | 'chrome/browser/ui/views/download/|' \ |
| 193 | 'chrome/browser/ui/cocoa/download/|' \ |
| 194 | 'chrome/browser/ui/gtk/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 195 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 196 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 197 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 198 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 199 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 200 | 'extension': { |
| 201 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 202 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 203 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 204 | 'filepath': 'file_system/|' \ |
| 205 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 206 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 207 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 208 | 'filepath': 'file_browser|' \ |
| 209 | 'file_manager|' \ |
| 210 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 211 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 212 | 'ftp': { |
| 213 | 'filepath': 'ftp', |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 214 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 215 | 'fullscreen_controller': { |
| 216 | 'filepath': 'fullscreen_controller', |
| 217 | }, |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 218 | 'gfx_image': { |
| 219 | 'filepath': 'ui/gfx/image/', |
| 220 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 221 | 'gfx_geometry': { |
| 222 | 'filepath': 'ui/gfx/rect|'\ |
[email protected] | 38b6f04 | 2012-11-02 17:01:24 | [diff] [blame] | 223 | 'ui/gfx/quad|'\ |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 224 | 'ui/gfx/point|'\ |
| 225 | 'ui/gfx/size|'\ |
[email protected] | ceb36f7d | 2012-10-31 18:33:24 | [diff] [blame] | 226 | 'ui/gfx/transform|'\ |
| 227 | 'ui/gfx/vector2d', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 228 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 229 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 230 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 231 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 232 | 'history_ui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 233 | 'filepath': 'chrome/browser/resources/history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 234 | }, |
| 235 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 236 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
| 237 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 238 | }, |
| 239 | 'imageburner': { |
| 240 | 'filepath': 'imageburner' |
| 241 | }, |
| 242 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 243 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 244 | }, |
| 245 | 'installer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 246 | 'filepath': 'chrome/installer/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 247 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 248 | 'instant': { |
| 249 | 'filepath': 'instant|searchbox', |
| 250 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 251 | 'ipc': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 252 | 'filepath': 'ipc/ipc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 253 | }, |
| 254 | 'labs': { |
| 255 | 'filepath': 'chrome/browser/labs' \ |
| 256 | '|chrome/browser/dom_ui/labs' |
| 257 | }, |
| 258 | 'layout_tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 259 | 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 260 | }, |
| 261 | 'linux-sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 262 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 263 | }, |
| 264 | 'linux-seccomp-bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 265 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 266 | }, |
| 267 | 'locale_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 268 | 'filepath': 'chrome/app/resources/locale_settings', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 269 | }, |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 270 | 'managed_users': { |
| 271 | 'filepath': 'chrome/browser/managed_mode'\ |
| 272 | '|chrome/browser/extensions/api/managed_mode'\ |
| 273 | '|chrome/browser/resources/options/manage'\ |
| 274 | '|chrome/browser/ui/webui/options/manage', |
| 275 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 276 | 'mac': { |
| 277 | 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', |
| 278 | }, |
| 279 | 'media': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 280 | 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
[email protected] | 034548d | 2012-07-31 20:34:00 | [diff] [blame] | 281 | 'audio_message_filter|video_layer|media_internals', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 282 | }, |
| 283 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 284 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 285 | }, |
| 286 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 287 | 'filepath': 'base/metrics/'\ |
| 288 | '|chrome/browser/metrics/'\ |
| 289 | '|chrome/common/metrics/'\ |
| 290 | '|chrome_frame/metrics'\ |
| 291 | '|chrome/browser/chromeos/external_metrics'\ |
| 292 | '|chrome/browser/extensions/api/metrics/metrics'\ |
| 293 | '|chrome/browser/ui/webui/metrics_handler'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 294 | '|content/browser/user_metrics.cc'\ |
| 295 | '|content/public/browser/user_metrics.h'\ |
| 296 | '|chrome/tools/extract_actions.py' |
| 297 | }, |
| 298 | 'mouse_lock': { |
| 299 | 'filepath': 'mouse_lock', |
| 300 | }, |
| 301 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 302 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
| 303 | 'chrome/browser/nacl_host/|chrome/common/nacl', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 304 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 305 | 'native_client_sdk': { |
| 306 | 'filepath': '^native_client_sdk/', |
| 307 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 308 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 309 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 310 | }, |
| 311 | 'net_error_list': { |
| 312 | 'filepath': 'net/base/net_error_list.h', |
| 313 | }, |
| 314 | 'net_log': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 315 | 'filepath': 'net/base/net_log|' \ |
| 316 | 'chrome/browser/net/.*net_log|' \ |
| 317 | 'chrome/browser/net/passive_log_collector|' \ |
| 318 | 'chrome/browser/resources/net_internals/|' \ |
| 319 | 'chrome/browser/ui/webui/net_internals/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 320 | }, |
| 321 | 'npapi_headers': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 322 | 'filepath': 'third_party/npapi/bindings/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 323 | }, |
| 324 | 'ntp': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 325 | 'filepath': 'chrome/browser/resources/ntp4/|'\ |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 326 | 'chrome/browser/resources/ntp_search/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 327 | 'chrome/browser/ui/webui/ntp/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 328 | }, |
| 329 | 'omnibox': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 330 | 'filepath': 'chrome/browser/autocomplete/'\ |
| 331 | '|chrome/browser/ui/.*/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 332 | }, |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 333 | 'options': { |
| 334 | 'filepath': 'chrome/browser/resources/options/|'\ |
| 335 | 'chrome/browser/ui/webui/options/', |
| 336 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 337 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 338 | 'filepath': 'chrome/browser/ui/panels'\ |
| 339 | '|chrome/browser/ui/cocoa/panels'\ |
| 340 | '|chrome/browser/ui/gtk/panels'\ |
| 341 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 342 | }, |
| 343 | 'pepper_api': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 344 | 'filepath': 'ppapi/c/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 345 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 346 | 'perf': { |
| 347 | 'filepath': 'tools/perf' \ |
| 348 | '|tools/telemetry' \ |
| 349 | '|chrome/test/perf' |
| 350 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 351 | 'plugin': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 352 | 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
| 353 | 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 354 | }, |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 355 | 'predictors': { |
| 356 | 'filepath': 'predictors', |
| 357 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 358 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 359 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 360 | }, |
[email protected] | 19c9e36 | 2013-01-15 16:21:08 | [diff] [blame] | 361 | 'profiles': { |
| 362 | 'filepath': 'chrome/browser/profiles/' |
| 363 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 364 | 'pyauto': { |
| 365 | 'filepath': 'chrome/test/pyautolib' \ |
| 366 | '|chrome/test/functional' \ |
| 367 | '|chrome/browser/automation/automation_provider_json' |
| 368 | }, |
| 369 | 'remoting': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 370 | 'filepath': 'remoting/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 371 | }, |
| 372 | 'renderer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 373 | 'filepath': 'chrome/browser/renderer_host/|chrome/renderer/|'\ |
| 374 | 'chrome/common/render', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 375 | }, |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 376 | 'search': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 377 | 'filepath': 'chrome/browser/ui/search/', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 378 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 379 | 'sessions': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 380 | 'filepath': 'chrome/browser/sessions/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 381 | }, |
| 382 | 'shell_window': { |
[email protected] | 981bab2 | 2012-12-04 22:38:35 | [diff] [blame] | 383 | 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/(shell|app)' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 384 | }, |
| 385 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 386 | 'filepath': 'content/browser/site_instance|'\ |
| 387 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 388 | }, |
| 389 | 'speech': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 390 | 'filepath': 'chrome/browser/speech/'\ |
| 391 | '|content/browser/speech/'\ |
| 392 | '|content/common/.*speech'\ |
| 393 | '|content/public/.*speech' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 394 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 395 | 'spellcheck': { |
| 396 | 'filepath': 'chrome/browser/spellchecker/'\ |
| 397 | '|chrome/browser/tab_contents/spellchecker'\ |
| 398 | '|chrome/browser/tab_contents/spelling_menu'\ |
| 399 | '|chrome/common/spellcheck_'\ |
| 400 | '|chrome/renderer/spellchecker/'\ |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 401 | '|third_party/hunspell/'\ |
| 402 | '|third_party/hunspell_dictionaries/'\ |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 403 | '|webkit/tools/test_shell/mock_spellcheck' |
| 404 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 405 | 'sync': { |
[email protected] | 1e29f17 | 2012-09-06 16:32:13 | [diff] [blame] | 406 | 'filepath': 'chrome/browser/sync/|sync/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 407 | }, |
[email protected] | 19c9e36 | 2013-01-15 16:21:08 | [diff] [blame] | 408 | 'sync_promo': { |
| 409 | 'filepath': 'chrome/browser/ui/webui/sync_promo/', |
| 410 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 411 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 412 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 413 | 'content/browser/tab_contents/|'\ |
| 414 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 415 | }, |
| 416 | 'task_manager': { |
| 417 | 'filepath': 'task_manager' |
| 418 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 419 | 'tcmalloc': { |
| 420 | 'filepath': 'third_party/tcmalloc' |
| 421 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 422 | 'telemetry': { |
| 423 | 'filepath': 'tools/telemetry' |
| 424 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 425 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 426 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 427 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 428 | 'textinput': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 429 | 'filepath': 'content/browser/renderer_host/gtk_im'\ |
| 430 | '|content/browser/renderer_host/gtk_key'\ |
| 431 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 432 | '|content/browser/renderer_host/text_input'\ |
| 433 | '|ui/base/ime/'\ |
| 434 | '|ui/base/gtk/event'\ |
| 435 | '|ui/base/gtk/gtk_im'\ |
| 436 | '|ui/base/keycodes/'\ |
| 437 | '|ui/base/win/ime'\ |
| 438 | '|ui/views/controls/textfield/'\ |
| 439 | '|ui/views/ime/' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 440 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 441 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 442 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 443 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 444 | '|chrome/browser/chromeos/status/input_method'\ |
| 445 | '|chrome/browser/extensions/extension_input_'\ |
| 446 | '|chrome/browser/resources/keyboard'\ |
| 447 | '|chrome/browser/resources/options/language'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 448 | '|chrome/browser/ui/webui/options/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 449 | 'chromeos/.*(language|keyboard)'\ |
| 450 | '|chrome/browser/ui/webui/options/language' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 451 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 452 | 'tools': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 453 | 'filepath': 'tools/', |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 454 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 455 | 'tools_emacs': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 456 | 'filepath': 'tools/emacs/', |
[email protected] | 65676d3 | 2012-04-18 14:41:05 | [diff] [blame] | 457 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 458 | 'ui_compositor': { |
| 459 | 'filepath': 'ui/compositor/layer\.|'\ |
| 460 | 'ui/compositor/layer_unittest|'\ |
| 461 | 'ui/compositor/compositor', |
| 462 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 463 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 464 | 'filepath': 'ui/resources/'\ |
| 465 | '|ui/base/native_theme/resources/'\ |
| 466 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 467 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 468 | 'valgrind': { |
| 469 | 'filepath': 'valgrind', |
| 470 | }, |
| 471 | 'views': { |
| 472 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 473 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 474 | }, |
| 475 | 'views_core': { |
| 476 | 'filepath': 'ui/views/view.h|'\ |
| 477 | 'ui/views/view.cc|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 478 | 'ui/views/widget/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 479 | }, |
[email protected] | d901003 | 2012-07-16 22:50:30 | [diff] [blame] | 480 | 'webintents': { |
| 481 | 'filepath': 'chrome/browser/intents/.*'\ |
| 482 | '|chrome/browser/ui/intents/.*'\ |
| 483 | '|chrome/browser/webdata/.*intent.*'\ |
| 484 | '|chrome/browser/ui/webui/options2/.*intent.*'\ |
| 485 | '|chrome/browser/ui/cocoa/.*intent.*'\ |
| 486 | '|chrome/browser/ui/gtk/.*intent.*'\ |
| 487 | '|chrome/browser/ui/views/.*intent.*'\ |
| 488 | '|content/browser/intents/.*'\ |
| 489 | '|content/common/intents.*'\ |
| 490 | '|content/public/browser/.*intent.*' |
| 491 | '|webkit/glue/.*intent.*' |
| 492 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 493 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 494 | 'filepath': 'chrome/browser/content_settings/'\ |
| 495 | '|chrome/browser/ui/views/website_settings/'\ |
| 496 | '|chrome/browser/ui/website_settings/'\ |
| 497 | '|chrome/common/content_settings', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 498 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 499 | 'webkit': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 500 | 'filepath': 'webkit/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 501 | }, |
| 502 | 'worker': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 503 | 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\ |
| 504 | 'chrome/common/worker_messages|webkit/glue/webworker', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 505 | }, |
| 506 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 507 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 508 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 509 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 510 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 511 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 512 | '|chrome/browser/chromeos/wm_' \ |
| 513 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 514 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 515 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 516 | |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 517 | 'WATCHLISTS': { |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 518 | 'accelerator_table': ['[email protected]', |
| 519 | '[email protected]', |
| 520 | '[email protected]'], |
| 521 | 'accessibility': ['[email protected]', |
| 522 | '[email protected]', |
| 523 | '[email protected]', |
| 524 | '[email protected]', |
| 525 | '[email protected]', |
| 526 | '[email protected]', |
| 527 | '[email protected]', |
| 528 | '[email protected]', |
| 529 | '[email protected]'], |
[email protected] | 3fc1845a | 2013-01-15 00:06:24 | [diff] [blame] | 530 | 'android_infra': ['[email protected]', |
[email protected] | 124d9b1 | 2012-08-24 10:44:58 | [diff] [blame] | 531 | '[email protected]', |
[email protected] | 0ebfa0a | 2012-11-07 19:33:47 | [diff] [blame] | 532 | '[email protected]', |
| 533 | '[email protected]', |
| 534 | '[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 535 | 'android_webview': ['[email protected]'], |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 536 | 'app_list': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 537 | 'appcache': ['[email protected]'], |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame^] | 538 | 'apps': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 539 | 'aura': ['[email protected]', '[email protected]'], |
| 540 | 'autofill': ['[email protected]', '[email protected]', |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 541 | '[email protected]', '[email protected]', |
| 542 | '[email protected]', |
[email protected] | f306c41 | 2012-12-08 04:21:55 | [diff] [blame] | 543 | '[email protected]', '[email protected]', |
| 544 | '[email protected]', '[email protected]', |
| 545 | '[email protected]'], |
[email protected] | be4f866 | 2012-01-02 15:59:59 | [diff] [blame] | 546 | 'automation': ['[email protected]', |
[email protected] | 73f3435e | 2011-10-14 13:20:21 | [diff] [blame] | 547 | '[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 548 | 'base': ['[email protected]'], |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 549 | 'base_allocator': ['[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 550 | 'base_memory': ['[email protected]'], |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 551 | 'bookmarks': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 552 | 'browser_chromeos': ['[email protected]', |
| 553 | '[email protected]', |
| 554 | '[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 555 | 'browser_components': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 556 | 'browser_compositor': ['[email protected]', '[email protected]', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 557 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 558 | 'browser_resources': ['[email protected]'], |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 559 | 'browsing_data': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 560 | 'bubble': ['[email protected]', '[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 561 | 'cc': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 562 | 'chrome_frame': ['[email protected]', '[email protected]', |
| 563 | '[email protected]'], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 564 | 'chrome_views': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 565 | 'chromedriver': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 566 | 'chromeos' : ['[email protected]', |
| 567 | '[email protected]'], |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 568 | 'chromeos_calculator' : ['[email protected]'], |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 569 | 'chromeos_net' : ['[email protected]', |
| 570 | '[email protected]', |
| 571 | '[email protected]'], |
[email protected] | 93a56478 | 2011-09-28 14:20:31 | [diff] [blame] | 572 | 'chromeos_webui': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 573 | 'clang_update': ['[email protected]', '[email protected]', |
[email protected] | 84b8bd10 | 2012-11-07 04:59:14 | [diff] [blame] | 574 | '[email protected]', |
| 575 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 576 | 'clipboard': ['[email protected]'], |
[email protected] | 6acd6d2 | 2012-08-03 15:00:45 | [diff] [blame] | 577 | 'contacts': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 578 | 'content': ['[email protected]', '[email protected]', |
[email protected] | ad74c37 | 2012-06-28 11:02:58 | [diff] [blame] | 579 | '[email protected]'], |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 580 | 'content_shell': ['[email protected]'], |
[email protected] | 6dc01c54 | 2012-11-15 02:48:09 | [diff] [blame] | 581 | 'cookie_monster': ['[email protected]'], |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 582 | 'deep_memory_profiler': ['[email protected]'], |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 583 | 'devtools': ['[email protected]', '[email protected]', |
| 584 | '[email protected]'], |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 585 | 'disk_cache': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 586 | 'dns': ['[email protected]'], |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 587 | 'download': ['[email protected]', '[email protected]'], |
| 588 | 'downloads_ext': ['[email protected]'], |
| 589 | 'downloads_ui': ['[email protected]', '[email protected]', '[email protected]'], |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 590 | 'drive': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 591 | 'extension': ['[email protected]', |
[email protected] | 8acbdbe | 2012-10-18 23:20:04 | [diff] [blame] | 592 | '[email protected]'], |
[email protected] | aed5a301 | 2012-09-13 02:32:18 | [diff] [blame] | 593 | 'fileapi': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 594 | 'filebrowse': ['[email protected]'], |
| 595 | 'ftp': ['[email protected]'], |
| 596 | 'fullscreen_controller': ['[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 597 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 598 | 'gfx_image': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 599 | 'gpu': ['[email protected]'], |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 600 | 'history_ui': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 601 | 'i18n': ['[email protected]'], |
| 602 | 'imageburner': ['[email protected]', '[email protected]'], |
| 603 | 'importer': ['[email protected]'], |
| 604 | 'installer': ['[email protected]'], |
[email protected] | c0baf235 | 2012-08-01 02:52:57 | [diff] [blame] | 605 | 'instant': ['[email protected]', '[email protected]', |
| 606 | '[email protected]', '[email protected]', |
[email protected] | d038e1d | 2013-01-11 15:03:33 | [diff] [blame] | 607 | '[email protected]', '[email protected]', |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 608 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 609 | 'ipc': ['[email protected]', '[email protected]'], |
| 610 | 'labs': ['[email protected]'], |
| 611 | 'linux-sandboxing': ['[email protected]', '[email protected]'], |
| 612 | 'linux-seccomp-bpf': ['[email protected]'], |
| 613 | 'locale_settings': ['[email protected]'], |
[email protected] | 9cfa6e5a | 2012-11-14 17:13:03 | [diff] [blame] | 614 | 'mac': ['[email protected]'], |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 615 | 'managed_users': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 616 | 'media': ['[email protected]'], |
| 617 | 'message_loop': ['[email protected]'], |
| 618 | 'metrics': ['[email protected]', |
| 619 | '[email protected]', |
| 620 | '[email protected]'], |
| 621 | 'mouse_lock': ['[email protected]'], |
| 622 | 'nacl': ['[email protected]'], |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 623 | 'native_client_sdk': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 624 | 'net': ['[email protected]', '[email protected]'], |
| 625 | 'net_error_list': ['[email protected]'], |
| 626 | 'net_log': ['[email protected]', '[email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 627 | 'npapi_headers': ['[email protected]'], |
[email protected] | 0bce10776 | 2012-11-27 11:42:54 | [diff] [blame] | 628 | 'ntp': ['[email protected]', '[email protected]', |
| 629 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 630 | 'omnibox': ['[email protected]'], |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 631 | 'options': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 632 | 'panels': ['[email protected]', '[email protected]', |
| 633 | '[email protected]', '[email protected]'], |
| 634 | 'pepper_api': ['[email protected]', '[email protected]', |
[email protected] | 5243260f | 2012-09-11 00:09:25 | [diff] [blame] | 635 | '[email protected]', '[email protected]', |
[email protected] | a5424e9 | 2012-10-27 18:24:39 | [diff] [blame] | 636 | '[email protected]', '[email protected]'], |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 637 | 'perf': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 638 | 'plugin': ['[email protected]', '[email protected]', |
| 639 | '[email protected]'], |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 640 | 'predictors': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 641 | 'prerender': ['[email protected]', '[email protected]', |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 642 | '[email protected]', '[email protected]', |
| 643 | '[email protected]'], |
[email protected] | 19c9e36 | 2013-01-15 16:21:08 | [diff] [blame] | 644 | 'profiles': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 645 | 'pyauto': ['[email protected]', |
[email protected] | 4f788fd | 2012-10-10 21:43:38 | [diff] [blame] | 646 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 647 | '[email protected]'], |
[email protected] | e2c1e29 | 2012-01-25 23:40:34 | [diff] [blame] | 648 | 'remoting': ['[email protected]', |
| 649 | '[email protected]', |
| 650 | '[email protected]', |
[email protected] | 84cdbcc4 | 2011-11-17 01:01:01 | [diff] [blame] | 651 | '[email protected]', |
[email protected] | e06acea | 2011-02-03 07:11:07 | [diff] [blame] | 652 | '[email protected]', |
| 653 | '[email protected]', |
[email protected] | aed5a301 | 2012-09-13 02:32:18 | [diff] [blame] | 654 | '[email protected]', |
[email protected] | e06acea | 2011-02-03 07:11:07 | [diff] [blame] | 655 | '[email protected]', |
| 656 | '[email protected]', |
[email protected] | 6ceb3fc5 | 2011-12-08 22:04:34 | [diff] [blame] | 657 | '[email protected]', |
| 658 | '[email protected]', |
| 659 | '[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 660 | 'renderer': ['[email protected]'], |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 661 | 'search': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 662 | 'sessions': ['[email protected]'], |
| 663 | 'shell_window': ['[email protected]'], |
| 664 | 'site_instance': ['[email protected]', '[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 665 | 'spellcheck': ['[email protected]', |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 666 | '[email protected]', |
| 667 | '[email protected]'], |
[email protected] | be73a98 | 2012-09-12 22:29:47 | [diff] [blame] | 668 | 'sync': ['[email protected]', |
| 669 | '[email protected]', |
| 670 | '[email protected]', |
| 671 | '[email protected]'], |
[email protected] | 19c9e36 | 2013-01-15 16:21:08 | [diff] [blame] | 672 | 'sync_promo': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 673 | 'tab_contents': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 674 | '[email protected]', '[email protected]'], |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 675 | 'task_manager': ['[email protected]'], |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 676 | 'tcmalloc': ['[email protected]'], |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 677 | 'telemetry': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 678 | 'tests': [], |
[email protected] | 494f3cf | 2011-11-14 07:14:02 | [diff] [blame] | 679 | 'textinput': ['[email protected]', |
| 680 | '[email protected]', |
| 681 | '[email protected]'], |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 682 | 'textinput_chromeos': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 683 | 'tools_emacs': ['[email protected]', |
| 684 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 685 | 'ui_compositor': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 686 | 'ui_resources': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 687 | 'valgrind': ['[email protected]', |
| 688 | '[email protected]', |
| 689 | '[email protected]'], |
| 690 | 'views': ['[email protected]'], |
| 691 | 'views_core': ['[email protected]'], |
[email protected] | d901003 | 2012-07-16 22:50:30 | [diff] [blame] | 692 | 'webintents': [ |
| 693 | '[email protected]', |
[email protected] | 3020798 | 2012-08-10 00:25:20 | [diff] [blame] | 694 | '[email protected]', |
[email protected] | 631ac67 | 2012-09-06 22:02:45 | [diff] [blame] | 695 | '[email protected]', |
| 696 | '[email protected]'], |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 697 | 'website_settings': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 698 | 'webkit': ['[email protected]'], |
| 699 | 'worker': ['[email protected]'], |
| 700 | 'x11': ['[email protected]', |
| 701 | '[email protected]', |
| 702 | '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 703 | }, |
| 704 | } |