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