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

Unified Diff: net/net.gyp

Issue 11458012: SSLCertRequestInfo: Add |valid_cas| and |valid_key_types| (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: trivial fix for Linux build Created 8 years 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 74eb3a86705647b105e1cfd2d0b119ecf26a9f99..df6191fd4a849551ea540bcfdffe1309ab3f58cb 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -249,6 +249,7 @@
'base/single_request_host_resolver.h',
'base/ssl_cert_request_info.cc',
'base/ssl_cert_request_info.h',
+ 'base/ssl_cert_request_info_openssl.cc',
'base/ssl_cipher_suite_names.cc',
'base/ssl_cipher_suite_names.h',
'base/ssl_client_auth_cache.cc',
@@ -1022,6 +1023,7 @@
'base/nss_cert_database.h',
'base/nss_memio.c',
'base/nss_memio.h',
+ 'base/ssl_cert_request_info.cc',
'base/test_root_certs_nss.cc',
'base/x509_certificate_nss.cc',
'base/x509_util_nss.cc',
@@ -1052,6 +1054,7 @@
'base/openssl_memory_private_key_store.cc',
'base/openssl_private_key_store.h',
'base/openssl_private_key_store_android.cc',
+ 'base/ssl_cert_request_info_openssl.cc',
'base/test_root_certs_openssl.cc',
'base/x509_certificate_openssl.cc',
'base/x509_util_openssl.cc',

Powered by Google App Engine
This is Rietveld 408576698