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