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

Unified Diff: net/net.gypi

Issue 296053012: Replace StreamListenSocket with StreamSocket in HttpServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use base::StringPiece in some places not to copy data. Created 6 years, 7 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.gypi
diff --git a/net/net.gypi b/net/net.gypi
index b178f538e204d6bab56f686ed859fe5337d17e37..63426f8abe94ec9fba51dcf85f1e1653d5bc12b7 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -937,6 +937,7 @@
'socket/client_socket_pool_manager_impl.h',
'socket/nss_ssl_util.cc',
'socket/nss_ssl_util.h',
+ 'socket/server_socket.cc',
'socket/server_socket.h',
'socket/socket_descriptor.cc',
'socket/socket_descriptor.h',

Powered by Google App Engine
This is Rietveld 408576698