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

Unified Diff: net/net.gyp

Issue 10161005: Add DefaultListenSocket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 71905221a022526513477cb188b8cf5e3ac55b8b..04244880489a709d1a88641cdb75e9125c29dd8b 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -93,6 +93,8 @@
'base/crypto_module.h',
'base/crypto_module_nss.cc',
'base/crypto_module_openssl.cc',
+ 'base/default_listen_socket.cc',
+ 'base/default_listen_socket.h',
'base/data_url.cc',
'base/data_url.h',
'base/default_server_bound_cert_store.cc',
@@ -156,6 +158,7 @@
'base/keygen_handler_nss.cc',
'base/keygen_handler_openssl.cc',
'base/keygen_handler_win.cc',
+ 'base/listen_socket.cc',
'base/listen_socket.h',
'base/load_flags.h',
'base/load_flags_list.h',

Powered by Google App Engine
This is Rietveld 408576698