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