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

Unified Diff: net/net.gyp

Issue 12220104: Wire up SSL client authentication for OpenSSL/Android through the net/ stack (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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 51cdaf6d8a8b9eb57fc72da80fee9760695d7d64..ddcebf8314ac066bdb58802728bcd85369c0cffd 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -234,9 +234,13 @@
'base/nss_cert_database.h',
'base/nss_memio.c',
'base/nss_memio.h',
+ 'base/openssl_key_store.cc',
+ 'base/openssl_key_store.h',
'base/openssl_memory_private_key_store.cc',
'base/openssl_private_key_store.h',
'base/openssl_private_key_store_android.cc',
+ 'base/openssl_util.h',
+ 'base/openssl_util.cc',
'base/pem_tokenizer.cc',
'base/pem_tokenizer.h',
'base/platform_mime_util.h',
@@ -1072,9 +1076,13 @@
'base/cert_verify_proc_openssl.h',
'base/crypto_module_openssl.cc',
'base/keygen_handler_openssl.cc',
+ 'base/openssl_key_store.cc',
+ 'base/openssl_key_store.h',
'base/openssl_memory_private_key_store.cc',
'base/openssl_private_key_store.h',
'base/openssl_private_key_store_android.cc',
+ 'base/openssl_util.cc',
+ 'base/openssl_util.h',
'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