| 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',
|
|
|