summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-09 05:04:14 +0000
committerukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-09 05:04:14 +0000
commitaef03130359ef824153b4ed088622460bbccdb0f (patch)
tree49a2282c1dd5bdd20e9b186701a9206429c00ec3 /net/net.gyp
parent18b8d7c19768972e78211a05f0bbd680403533ae (diff)
downloadchromium_src-aef03130359ef824153b4ed088622460bbccdb0f.zip
chromium_src-aef03130359ef824153b4ed088622460bbccdb0f.tar.gz
chromium_src-aef03130359ef824153b4ed088622460bbccdb0f.tar.bz2
Add net/socket_stream.
This is used for WebSocket protocol. BUG=12497 TEST=none Review URL: http://codereview.chromium.org/243077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index b40381d..9c7ecdc 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -323,6 +323,8 @@
'socket/tcp_client_socket_win.cc',
'socket/tcp_client_socket_win.h',
'socket/tcp_pinger.h',
+ 'socket_stream/socket_stream.cc',
+ 'socket_stream/socket_stream.h',
'third_party/parseftp/ParseFTPList.cpp',
'third_party/parseftp/ParseFTPList.h',
'url_request/url_request.cc',