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

Unified Diff: net/BUILD.gn

Issue 274783002: Implement SSL server socket over OpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for some comments. 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 | « crypto/openssl_util.h ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index a6760e4fc5da665697d46f3f1c1fc544e492c72c..0a07404432bd7741a3c3fb9e97c8f0171261f451 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -258,9 +258,12 @@ component("net") {
"quic/crypto/p256_key_exchange_openssl.cc",
"quic/crypto/scoped_evp_aead_ctx.cc",
"quic/crypto/scoped_evp_aead_ctx.h",
+ "socket/openssl_ssl_util.cc",
+ "socket/openssl_ssl_util.h",
"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 | « crypto/openssl_util.h ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698