[email protected] | 790e6be | 2011-06-14 19:26:39 | [diff] [blame] | 1 | # Copyright (c) 2011 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 | |
| 8 | |
| 9 | { |
| 10 | 'WATCHLIST_DEFINITIONS': { |
| 11 | 'this_file': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 12 | 'filepath': '^WATCHLISTS$', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 13 | }, |
| 14 | 'valgrind': { |
| 15 | 'filepath': 'valgrind', |
| 16 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 17 | 'mac': { |
| 18 | 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', |
| 19 | }, |
| 20 | 'base': { |
| 21 | 'filepath': '^base/.*', |
| 22 | }, |
| 23 | 'extension': { |
| 24 | 'filepath': 'extension', |
| 25 | }, |
| 26 | 'views': { |
| 27 | # Applies to all files and subdirs within this directory. |
[email protected] | 76a93396 | 2011-06-09 19:57:04 | [diff] [blame] | 28 | 'filepath': '^views/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 29 | }, |
| 30 | 'browser': { |
| 31 | 'filepath': 'chrome/browser/.*', |
| 32 | }, |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 33 | 'browser_main': { |
| 34 | 'filepath': 'chrome/browser/browser_main.cc', |
| 35 | }, |
[email protected] | cabd51c | 2010-03-17 16:38:11 | [diff] [blame] | 36 | 'browser_resources': { |
| 37 | 'filepath': 'chrome/browser/resources/.*', |
| 38 | }, |
[email protected] | e70e1102 | 2010-03-30 15:27:10 | [diff] [blame] | 39 | 'chromeos_login': { |
| 40 | 'filepath': 'chrome/browser/chromeos/login/.*', |
[email protected] | fe4d4f0 | 2010-03-30 18:48:32 | [diff] [blame] | 41 | }, |
[email protected] | e6f1366e | 2011-02-23 20:48:36 | [diff] [blame] | 42 | 'content': { |
| 43 | 'filepath': 'content/.*', |
| 44 | }, |
[email protected] | 8b13e30 | 2010-10-01 09:33:45 | [diff] [blame] | 45 | 'download': { |
[email protected] | 04d8123 | 2011-07-15 23:00:05 | [diff] [blame] | 46 | 'filepath': 'chrome/browser/download/.*|'\ |
| 47 | 'content/browser/download/.*', |
[email protected] | 8b13e30 | 2010-10-01 09:33:45 | [diff] [blame] | 48 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 49 | 'history': { |
| 50 | 'filepath': 'chrome/browser/history/.*', |
| 51 | }, |
| 52 | 'renderer': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 53 | 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ |
| 54 | 'chrome/common/render.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 55 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 56 | 'tab_contents': { |
[email protected] | 30a7fa9c | 2011-04-07 16:22:28 | [diff] [blame] | 57 | 'filepath': 'chrome/browser/tab_contents/.*|'\ |
| 58 | 'content/browser/tab_contents/.*|'\ |
| 59 | 'chrome/browser/ui/tab_contents/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 60 | }, |
| 61 | 'webkit': { |
| 62 | 'filepath': 'webkit/.*', |
| 63 | }, |
| 64 | 'plugin': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 65 | 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\ |
| 66 | 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 67 | }, |
| 68 | 'worker': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 69 | 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\ |
| 70 | 'chrome/common/worker_messages.*|webkit/glue/webworker.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 71 | }, |
| 72 | 'net': { |
| 73 | 'filepath': 'net/.*', |
| 74 | }, |
[email protected] | fc92df06 | 2011-04-05 15:32:27 | [diff] [blame] | 75 | 'net_error_list': { |
| 76 | 'filepath': 'net/base/net_error_list.h', |
| 77 | }, |
[email protected] | e431454 | 2011-07-20 18:51:13 | [diff] [blame] | 78 | 'net_log': { |
| 79 | 'filepath': 'net/base/net_log.*|' \ |
| 80 | 'chrome/browser/net/.*net_log.*|' \ |
| 81 | 'chrome/browser/net/passive_log_collector.*|' \ |
| 82 | 'chrome/browser/resources/net_internals/.*|' \ |
| 83 | 'chrome/browser/ui/webui/net_internals_ui.*' |
| 84 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 85 | 'ftp': { |
| 86 | 'filepath': 'ftp', |
| 87 | }, |
| 88 | 'installer': { |
| 89 | 'filepath': 'chrome/installer/.*', |
| 90 | }, |
| 91 | 'importer': { |
| 92 | 'filepath': '.*import.*', |
| 93 | }, |
| 94 | 'media': { |
[email protected] | 464791b | 2010-03-02 20:26:23 | [diff] [blame] | 95 | 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ |
[email protected] | c06dca68 | 2010-06-22 01:33:42 | [diff] [blame] | 96 | 'audio_message_filter|video_layer', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 97 | }, |
| 98 | 'ipc': { |
| 99 | 'filepath': 'ipc/ipc.*', |
| 100 | }, |
| 101 | 'linux-sandboxing': { |
| 102 | 'filepath': 'sandbox/linux/.*', |
| 103 | }, |
| 104 | 'sync': { |
[email protected] | 90aa52b | 2011-09-06 22:19:20 | [diff] [blame] | 105 | 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 106 | }, |
| 107 | 'layout_tests': { |
| 108 | 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', |
| 109 | }, |
| 110 | 'tools': { |
| 111 | 'filepath': 'tools/.*', |
| 112 | }, |
| 113 | 'tests': { |
| 114 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*', |
| 115 | }, |
| 116 | 'automation': { |
| 117 | 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', |
| 118 | }, |
| 119 | 'chrome_frame': { |
| 120 | 'filepath': 'chrome_frame/.*', |
| 121 | }, |
| 122 | 'nacl': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 123 | 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\ |
[email protected] | e15a4fa | 2010-02-11 23:09:29 | [diff] [blame] | 124 | 'chrome/browser/nacl_host/.*|chrome/common/nacl.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 125 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 126 | 'appcache': { |
| 127 | 'filepath': 'appcache/.*', |
| 128 | }, |
[email protected] | 87e84f96 | 2009-12-22 22:28:03 | [diff] [blame] | 129 | 'gpu': { |
| 130 | 'filepath': 'gpu/.*', |
| 131 | }, |
[email protected] | a3ce426 | 2010-02-05 17:46:25 | [diff] [blame] | 132 | 'locale_settings': { |
[email protected] | d9f3bc02 | 2010-02-11 20:53:52 | [diff] [blame] | 133 | 'filepath': 'chrome/app/resources/locale_settings.*', |
[email protected] | a3ce426 | 2010-02-05 17:46:25 | [diff] [blame] | 134 | }, |
| 135 | 'options_dialog_content': { |
| 136 | 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ |
| 137 | 'chrome/browser/views/options/general_page_view.h', |
| 138 | }, |
[email protected] | 88abb08 | 2010-04-15 21:19:08 | [diff] [blame] | 139 | 'chromeos': { |
| 140 | 'filepath': 'chrome/browser/chromeos/.*', |
| 141 | }, |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 142 | 'npapi_headers': { |
| 143 | 'filepath': 'third_party/npapi/bindings/.*', |
| 144 | }, |
[email protected] | 304359bf | 2010-06-10 16:06:02 | [diff] [blame] | 145 | 'remoting': { |
| 146 | 'filepath': 'remoting/.*', |
| 147 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 148 | 'domui_options': { |
[email protected] | 900e496 | 2010-07-19 19:06:44 | [diff] [blame] | 149 | 'filepath': 'chrome/browser/resources/options/.*|'\ |
[email protected] | 62e9591 | 2010-10-13 20:35:41 | [diff] [blame] | 150 | 'chrome/browser/resources/options.html|'\ |
| 151 | 'chrome/browser/dom_ui/options/.*', |
[email protected] | 900e496 | 2010-07-19 19:06:44 | [diff] [blame] | 152 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 153 | 'ntp': { |
[email protected] | 7c5c6f3a | 2011-04-28 19:56:49 | [diff] [blame] | 154 | 'filepath': 'chrome/browser/resources/ntp/.*|'\ |
| 155 | 'chrome/browser/resources/ntp4/.*|'\ |
| 156 | 'chrome/browser/resources/touch_ntp/.*|'\ |
| 157 | 'chrome/browser/resources/touch_ntp/.*|'\ |
| 158 | 'chrome/browser/ui/webui/ntp/.*', |
| 159 | }, |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 160 | 'cookie_monster': { |
| 161 | 'filepath': 'net/base/cookie_.*|'\ |
| 162 | 'chrome/browser/net/sqlite_persistent_cookie_store.*', |
| 163 | }, |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 164 | 'autofill': { |
[email protected] | d3965511 | 2011-04-18 18:05:36 | [diff] [blame] | 165 | 'filepath': 'chrome/browser/autofill/.*|'\ |
[email protected] | 880e036 | 2011-02-24 00:53:48 | [diff] [blame] | 166 | 'chrome/browser/resources/options/autofill_.*|'\ |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 167 | 'chrome/browser/sync/glue/autofill_.*|'\ |
[email protected] | d3965511 | 2011-04-18 18:05:36 | [diff] [blame] | 168 | 'chrome/browser/ui/webui/options/autofill_.*|'\ |
| 169 | 'chrome/renderer/autofill/.*|'\ |
| 170 | 'chrome/test/data/autofill/.*|'\ |
| 171 | 'chrome/test/data/autofill/heuristics/input/.*|'\ |
| 172 | 'chrome/test/data/autofill/heuristics/output/.*|'\ |
| 173 | 'chrome/test/data/autofill/merge/input/.*|'\ |
| 174 | 'chrome/test/data/autofill/merge/output/.*', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 175 | }, |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 176 | 'webdata': { |
| 177 | 'filepath': 'chrome/browser/webdata/.*', |
| 178 | }, |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 179 | 'i18n': { |
| 180 | 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\ |
| 181 | '.*locale_settings.*|.*encoding.*', |
| 182 | }, |
[email protected] | 3491148 | 2010-10-01 20:09:43 | [diff] [blame] | 183 | 'pyauto': { |
| 184 | 'filepath': 'chrome/test/pyautolib' \ |
| 185 | '|chrome/test/functional' \ |
| 186 | '|chrome/browser/automation/automation_provider_json' |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 187 | }, |
| 188 | 'labs': { |
| 189 | 'filepath': 'chrome/browser/labs' \ |
| 190 | '|chrome/browser/dom_ui/labs' |
| 191 | }, |
[email protected] | 58b6cfa | 2011-02-14 12:27:29 | [diff] [blame] | 192 | 'fileapi': { |
| 193 | 'filepath': 'file_system/.*' \ |
| 194 | '|fileapi/.*' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 195 | }, |
[email protected] | c55f781e | 2011-01-20 22:15:19 | [diff] [blame] | 196 | 'pepper_api': { |
| 197 | 'filepath': 'ppapi/c/.*', |
| 198 | }, |
[email protected] | ee6ded3 | 2011-01-24 14:33:27 | [diff] [blame] | 199 | 'prerender': { |
| 200 | 'filepath': 'chrome/browser/prerender/.*' |
| 201 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 202 | 'chromedriver': { |
| 203 | 'filepath': 'chrome/test/webdriver|third_party/webdriver' |
| 204 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 205 | 'dom_login': { |
[email protected] | 946b7c12 | 2011-04-03 15:19:10 | [diff] [blame] | 206 | 'filepath': 'chrome/browser/chromeos/frame/.*dom.*' \ |
| 207 | '|chrome/browser/chromeos/login/.*dom.*' \ |
| 208 | '|chrome/browser/chromeos/login/.*login_display.*' \ |
| 209 | '|chrome/browser/chromeos/login/existing_user_controller.*' \ |
| 210 | '|chrome/browser/resources/login.html' \ |
| 211 | '|chrome/browser/ui/webui/chromeos/login/.*' |
| 212 | }, |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 213 | 'task_manager': { |
| 214 | 'filepath': 'task_manager' |
| 215 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 216 | 'filebrowse': { |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 217 | 'filepath': 'file_browser' \ |
| 218 | '|file_manager' \ |
| 219 | '|filebrowse' |
| 220 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 221 | 'imageburner': { |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 222 | 'filepath': 'imageburner' |
| 223 | }, |
[email protected] | eb58e8f | 2011-09-15 23:30:02 | [diff] [blame^] | 224 | 'active_downloads': { |
| 225 | 'filepath': 'active_downloads' |
| 226 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 227 | 'clang_update': { |
| 228 | 'filepath': 'tools/clang/scripts/update.sh' |
| 229 | }, |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 230 | 'panels': { |
| 231 | 'filepath': 'chrome/browser/ui/panels/.*', |
| 232 | }, |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 233 | 'accelerator_table_gtk': { |
| 234 | 'filepath': 'chrome/browser/ui/views/accelerator_table_gtk.cc', |
| 235 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 236 | 'downloads_ui': { |
[email protected] | 1c3fe47 | 2011-07-18 23:58:25 | [diff] [blame] | 237 | 'filepath': 'chrome/browser/resources/.*downloads\..*' \ |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 238 | '|chrome/browser/ui/webui/.*downloads.*' \ |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 239 | '|chrome/browser/ui/views/download/.*' \ |
| 240 | '|chrome/browser/ui/cocoa/download/.*' \ |
| 241 | '|chrome/browser/ui/gtk/download/.*' |
| 242 | }, |
| 243 | 'x11': { |
| 244 | 'filepath': 'content/browser/renderer_host/backing_store_x\..*' \ |
| 245 | '|chrome/browser/chromeos/input_method/xkeyboard\..*' \ |
| 246 | '|chrome/browser/chromeos/system_key_event_listener\..*' \ |
| 247 | '|chrome/browser/chromeos/wm_.*' \ |
| 248 | '|ui/base/x/.*' |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 249 | }, |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 250 | 'accessibility': { |
| 251 | 'filepath': 'chrome/browser/accessibility/.*' \ |
| 252 | '|content/browser/accessibility/.*' \ |
| 253 | '|chrome/.*accessib.*' \ |
| 254 | '|ui/base/accessibility/.*' \ |
| 255 | '|views/accessibility/.*' |
| 256 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 257 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 258 | |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 259 | 'WATCHLISTS': { |
| 260 | 'this_file': ['[email protected]'], |
[email protected] | b0434b27 | 2010-02-25 10:11:51 | [diff] [blame] | 261 | 'valgrind': ['[email protected]', |
[email protected] | 8d1ff5b8 | 2010-08-04 19:12:45 | [diff] [blame] | 262 | '[email protected]', |
[email protected] | b0434b27 | 2010-02-25 10:11:51 | [diff] [blame] | 263 | '[email protected]'], |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 264 | 'base': ['[email protected]'], |
[email protected] | 0d1d958 | 2010-03-23 19:26:00 | [diff] [blame] | 265 | 'browser_main': ['[email protected]'], |
[email protected] | cabd51c | 2010-03-17 16:38:11 | [diff] [blame] | 266 | 'browser_resources': ['[email protected]'], |
[email protected] | e70e1102 | 2010-03-30 15:27:10 | [diff] [blame] | 267 | 'chromeos_login': ['[email protected]'], |
[email protected] | 0f12afc | 2011-08-17 06:13:56 | [diff] [blame] | 268 | 'content': ['[email protected]', '[email protected]', |
[email protected] | 9c86368 | 2011-09-09 01:01:08 | [diff] [blame] | 269 | '[email protected]', |
| 270 | '[email protected]'], |
[email protected] | 6ca57ed | 2010-11-18 17:36:04 | [diff] [blame] | 271 | 'download': ['[email protected]','[email protected]'], |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 272 | 'history': ['[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 273 | 'renderer': ['[email protected]', |
[email protected] | fae8f25 | 2010-06-28 03:25:29 | [diff] [blame] | 274 | '[email protected]'], |
[email protected] | 30a7fa9c | 2011-04-07 16:22:28 | [diff] [blame] | 275 | 'tab_contents': ['[email protected]', '[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 276 | 'webkit': ['[email protected]'], |
[email protected] | 8d1ff5b8 | 2010-08-04 19:12:45 | [diff] [blame] | 277 | 'plugin': ['[email protected]', '[email protected]', |
| 278 | '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 279 | 'worker': ['[email protected]'], |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 280 | 'extension': ['[email protected]', |
[email protected] | e47b6bf | 2011-07-28 18:25:47 | [diff] [blame] | 281 | '[email protected]', |
| 282 | '[email protected]'], |
[email protected] | dbac96e | 2010-04-15 12:55:43 | [diff] [blame] | 283 | 'net': ['[email protected]', '[email protected]'], |
[email protected] | fc92df06 | 2011-04-05 15:32:27 | [diff] [blame] | 284 | 'net_error_list': ['[email protected]'], |
[email protected] | e431454 | 2011-07-20 18:51:13 | [diff] [blame] | 285 | 'net_log': ['[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 286 | 'ftp': ['[email protected]'], |
[email protected] | 346962f | 2011-06-24 17:30:57 | [diff] [blame] | 287 | 'media': ['[email protected]', '[email protected]', |
| 288 | '[email protected]', '[email protected]', |
[email protected] | d451a3b | 2011-02-16 00:17:17 | [diff] [blame] | 289 | '[email protected]', '[email protected]', |
[email protected] | 291be76 | 2011-07-25 23:46:15 | [diff] [blame] | 290 | '[email protected]', '[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 291 | 'ipc': ['[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 292 | 'linux-sandboxing': ['[email protected]'], |
| 293 | 'sync': ['[email protected]', '[email protected]', |
[email protected] | 6f55300 | 2010-06-29 01:52:42 | [diff] [blame] | 294 | '[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 295 | 'tools': ['[email protected]'], |
[email protected] | 66e7ce0 | 2009-10-20 01:04:22 | [diff] [blame] | 296 | 'tests': ['[email protected]'], |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 297 | 'automation': ['[email protected]', '[email protected]'], |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 298 | 'chrome_frame': ['[email protected]'], |
| 299 | 'nacl': ['[email protected]'], |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 300 | 'appcache': ['[email protected]'], |
[email protected] | 87e84f96 | 2009-12-22 22:28:03 | [diff] [blame] | 301 | 'gpu': ['[email protected]'], |
[email protected] | d9f3bc02 | 2010-02-11 20:53:52 | [diff] [blame] | 302 | 'locale_settings': ['[email protected]'], |
| 303 | 'options_dialog_content': ['[email protected]'], |
[email protected] | 9b53e24 | 2011-08-29 19:03:39 | [diff] [blame] | 304 | 'chromeos': ['[email protected], [email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 305 | 'npapi_headers': ['[email protected]'], |
[email protected] | 2e00101 | 2011-02-03 14:38:43 | [diff] [blame] | 306 | 'remoting': ['[email protected]', '[email protected]', |
[email protected] | e06acea | 2011-02-03 07:11:07 | [diff] [blame] | 307 | '[email protected]', '[email protected]', |
| 308 | '[email protected]', |
| 309 | '[email protected]', |
| 310 | '[email protected]', |
| 311 | '[email protected]', |
| 312 | '[email protected]'], |
[email protected] | 7c5c6f3a | 2011-04-28 19:56:49 | [diff] [blame] | 313 | 'ntp': ['[email protected]'], |
[email protected] | 75c3424 | 2011-07-25 21:08:23 | [diff] [blame] | 314 | 'cookie_monster': ['[email protected]', '[email protected]', |
| 315 | '[email protected]', '[email protected]'], |
[email protected] | 1dcc01a | 2011-03-17 08:21:19 | [diff] [blame] | 316 | 'autofill': ['[email protected]', '[email protected]', |
[email protected] | 2b9d1fe | 2010-12-10 07:02:22 | [diff] [blame] | 317 | '[email protected]'], |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 318 | 'webdata': ['[email protected]'], |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 319 | 'i18n': ['[email protected]'], |
[email protected] | 3491148 | 2010-10-01 20:09:43 | [diff] [blame] | 320 | 'pyauto': ['[email protected]', '[email protected]', |
[email protected] | 9b82735 | 2011-07-20 16:42:21 | [diff] [blame] | 321 | '[email protected]', '[email protected]', |
| 322 | '[email protected]'], |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 323 | 'labs': ['[email protected]'], |
[email protected] | 58b6cfa | 2011-02-14 12:27:29 | [diff] [blame] | 324 | 'fileapi': ['[email protected]'], |
[email protected] | 0f12afc | 2011-08-17 06:13:56 | [diff] [blame] | 325 | 'pepper_api': ['[email protected]', '[email protected]'], |
[email protected] | 790e6be | 2011-06-14 19:26:39 | [diff] [blame] | 326 | 'prerender': ['[email protected]', '[email protected]', |
[email protected] | e431454 | 2011-07-20 18:51:13 | [diff] [blame] | 327 | '[email protected]', '[email protected]'], |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 328 | 'chromedriver': ['[email protected]'], |
[email protected] | 946b7c12 | 2011-04-03 15:19:10 | [diff] [blame] | 329 | 'dom_login': ['[email protected]'], |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 330 | 'task_manager': ['[email protected]'], |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 331 | 'imageburner': ['[email protected]', '[email protected]'], |
[email protected] | eb58e8f | 2011-09-15 23:30:02 | [diff] [blame^] | 332 | 'active_downloads': ['[email protected]'], |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 333 | 'filebrowse': ['[email protected]', '[email protected]'], |
[email protected] | 686bc54 | 2011-05-06 07:08:14 | [diff] [blame] | 334 | 'clang_update': ['[email protected]', '[email protected]'], |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 335 | 'panels': ['[email protected]', '[email protected]', |
[email protected] | 0f560e042 | 2011-05-21 17:01:33 | [diff] [blame] | 336 | '[email protected]', '[email protected]', |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 337 | '[email protected]'], |
[email protected] | 0f560e042 | 2011-05-21 17:01:33 | [diff] [blame] | 338 | 'importer': ['[email protected]'], |
[email protected] | f680b99 | 2011-06-06 16:14:20 | [diff] [blame] | 339 | 'views': ['[email protected]'], |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 340 | 'accelerator_table_gtk': ['[email protected]', '[email protected]'], |
[email protected] | 1c3fe47 | 2011-07-18 23:58:25 | [diff] [blame] | 341 | 'downloads_ui': ['[email protected]', '[email protected]'], |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 342 | 'x11': ['[email protected]'], |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 343 | 'accessibility': ['[email protected]', |
| 344 | '[email protected]', |
| 345 | '[email protected]', |
| 346 | '[email protected]', |
| 347 | '[email protected]', |
| 348 | '[email protected]', |
| 349 | '[email protected]', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 350 | '[email protected]', |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 351 | '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 352 | }, |
| 353 | } |