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

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: SocketLibevent -> SocketPosix 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') | net/net_common.gypi » ('J')
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..0b437b8a29f66ddca955e12a00ab23ca07bade73 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -338,12 +338,12 @@ 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",
+ "socket/socket_posix.cc",
+ "socket/socket_posix.h",
+ "socket/tcp_socket_posix.cc",
+ "socket/tcp_socket_posix.h",
+ "udp/udp_socket_posix.cc",
+ "udp/udp_socket_posix.h",
]
mmenke 2015/09/14 15:12:44 With the posix suffix, we no longer need this extr
tfarina 2015/09/14 15:46:02 Done.
} else { # !is_win
net_shared_sources -= [
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/net_common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698