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