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

Unified Diff: net/BUILD.gn

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/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 06ab3f85935fafd2c2764024d8c7200d5cb7494f..edf6da1f4005ffe656cd6c46c043f3060133bd8a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -435,6 +435,8 @@ component("net") {
if (is_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",

Powered by Google App Engine
This is Rietveld 408576698