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

Unified Diff: net/BUILD.gn

Issue 1335423002: net: Remove 'libevent' from filenames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 3 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
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 6a6b6dbf7d424e1d49b82587a08bc57dc3f7a343..d08afb1d344c046f04a96fdb34d0f55d2da819a2 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -336,15 +336,7 @@ if (!enable_mdns) {
}
if (is_win) {
- net_shared_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",
- "udp/udp_socket_libevent.h",
- ]
+ net_shared_sources -= [ "http/http_auth_handler_ntlm_portable.cc" ]
} else { # !is_win
net_shared_sources -= [
"base/winsock_init.cc",
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698