diff options
author | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-21 09:17:26 +0000 |
---|---|---|
committer | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-21 09:17:26 +0000 |
commit | 4644c7573d32f1064106557c0772c99b964b09c0 (patch) | |
tree | 12697bad6a18c25a34e6a49c535cf03ca2cade80 /webkit/DEPS | |
parent | 329f3e727ee9a3ab5fd27bba7f2fc08c4c620d7b (diff) | |
download | chromium_src-4644c7573d32f1064106557c0772c99b964b09c0.zip chromium_src-4644c7573d32f1064106557c0772c99b964b09c0.tar.gz chromium_src-4644c7573d32f1064106557c0772c99b964b09c0.tar.bz2 |
Enable WebSocket in test_shell
BUG=12497,24756
TEST=LayoutTests/fast/websockets success
Review URL: http://codereview.chromium.org/243108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 15f1b46..2dbe2ac 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -19,6 +19,7 @@ include_rules = [ "+net/http", "+net/proxy", "+net/socket", + "+net/socket_stream", "+net/url_request", "+third_party/npapi/bindings", ] |