diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 23:39:37 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 23:39:37 +0000 |
commit | 340ba394b3b34db9c805418c5e54f37e3b264bd2 (patch) | |
tree | 326844a05569dcfe82625ae63d988e1da630074e /net/net.gyp | |
parent | f4dbdd6824257dcb211c47d4a950cc955af60953 (diff) | |
download | chromium_src-340ba394b3b34db9c805418c5e54f37e3b264bd2.zip chromium_src-340ba394b3b34db9c805418c5e54f37e3b264bd2.tar.gz chromium_src-340ba394b3b34db9c805418c5e54f37e3b264bd2.tar.bz2 |
Implement full duplex mode for windows tcp sockets.
Move tcp_client_socket.h stuff to tcp_client_socket_libevent.h and
tcp_client_socket_win.h.
Add tests.
Review URL: http://codereview.chromium.org/75030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index f1a4805..fa6c804 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -121,7 +121,9 @@ 'base/ssl_test_util.cc', 'base/tcp_client_socket.h', 'base/tcp_client_socket_libevent.cc', + 'base/tcp_client_socket_libevent.h', 'base/tcp_client_socket_win.cc', + 'base/tcp_client_socket_win.h', 'base/telnet_server.cc', 'base/telnet_server.h', 'base/upload_data.cc', |