From aef03130359ef824153b4ed088622460bbccdb0f Mon Sep 17 00:00:00 2001 From: "ukai@chromium.org" Date: Fri, 9 Oct 2009 05:04:14 +0000 Subject: 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 --- net/net.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/net.gyp') 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', -- cgit v1.1