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