| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index c21196bf88c2d44111a80bfcdf31edb67460d8fb..e05d88441fe5c37384f0f4b721454e592170de33 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -215,6 +215,8 @@ if (!is_nacl) {
|
| "ssl/ssl_client_session_cache_openssl.cc",
|
| "ssl/ssl_client_session_cache_openssl.h",
|
| "ssl/ssl_platform_key.h",
|
| + "ssl/ssl_platform_key_task_runner.cc",
|
| + "ssl/ssl_platform_key_task_runner.h",
|
| "ssl/threaded_ssl_private_key.cc",
|
| "ssl/threaded_ssl_private_key.h",
|
| ]
|
| @@ -250,8 +252,6 @@ if (!is_nacl) {
|
| "cert/cert_verify_proc_openssl.h",
|
| "cert/test_root_certs_openssl.cc",
|
| "cert/x509_certificate_openssl.cc",
|
| - "ssl/openssl_client_key_store.cc",
|
| - "ssl/openssl_client_key_store.h",
|
| ]
|
| if (is_android) {
|
| net_shared_sources -= [ "base/openssl_private_key_store_android.cc" ]
|
| @@ -1462,10 +1462,6 @@ test("net_unittests") {
|
| sources -= [ "cert_net/nss_ocsp_unittest.cc" ]
|
| }
|
|
|
| - if (!use_openssl_certs) {
|
| - sources -= [ "ssl/openssl_client_key_store_unittest.cc" ]
|
| - }
|
| -
|
| if (!enable_websockets) {
|
| sources -= [
|
| "server/http_connection_unittest.cc",
|
|
|