| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 319e1e7064a5ca6a8964d0601fc82f94242bf39a..652526bac28f5cea8bfb8dcfc4c083d35e46385c 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -206,6 +206,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",
|
| ]
|
| @@ -222,8 +224,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" ]
|
| @@ -1430,10 +1430,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",
|
|
|