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

Unified Diff: net/net.gyp

Issue 274783002: Implement SSL server socket over OpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/socket/openssl_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 50520b983cd3d96a37ed84bdf16e7a869024f149..7e369f5d95857d5b3f0588b88b669b7706654c93 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -241,9 +241,12 @@
'quic/crypto/p256_key_exchange_openssl.cc',
'quic/crypto/scoped_evp_aead_ctx.cc',
'quic/crypto/scoped_evp_aead_ctx.h',
+ 'socket/openssl_util.cc',
+ 'socket/openssl_util.h',
Ryan Sleevi 2014/05/12 01:35:25 You also need to update net/BUILD.gn
byungchul 2014/05/12 18:25:23 Done.
'socket/ssl_client_socket_openssl.cc',
'socket/ssl_client_socket_openssl.h',
'socket/ssl_server_socket_openssl.cc',
+ 'socket/ssl_server_socket_openssl.h',
'socket/ssl_session_cache_openssl.cc',
'socket/ssl_session_cache_openssl.h',
],
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/socket/openssl_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698