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

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: 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 | « net/net.gypi ('k') | net/socket/socket_libevent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index dc0f43fdf131767f41426772645a5acebac1f2d7..ca423a03f93a934d49686c956d7e531d391be8c8 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -298,12 +298,6 @@
[ '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',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
« no previous file with comments | « net/net.gypi ('k') | net/socket/socket_libevent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698