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

Unified Diff: net/net_common.gypi

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
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index dc0f43fdf131767f41426772645a5acebac1f2d7..608e69849bd60ff8f8526c1d8d1322e47b5121b9 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -298,12 +298,12 @@
[ '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',
- '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 All the _posix files here can call be removed.
tfarina 2015/09/14 15:46:02 Done.
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],

Powered by Google App Engine
This is Rietveld 408576698