Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1393)

Unified Diff: net/net.gyp

Issue 348803003: Refactor tcp socket and unix domain socket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix commit message Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index bfe78d72a65586a52a74dcc5ebeb264c34c1eec8..8c34ac0a95b7f5284f056620badd0a4a8b4185f5 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -392,6 +392,8 @@
[ 'OS == "win"', {
'sources!': [
'http/http_auth_handler_ntlm_portable.cc',
+ 'socket/socket_libevent.cc',
+ 'socket/socket_libevent.h',
'socket/tcp_socket_libevent.cc',
'socket/tcp_socket_libevent.h',
'udp/udp_socket_libevent.cc',
« no previous file with comments | « net/base/net_util.cc ('k') | net/net.gypi » ('j') | net/socket/server_socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698