| Index: net/net_common.gypi
|
| diff --git a/net/net_common.gypi b/net/net_common.gypi
|
| index bb38097517c15eb64c54d1f98849a8fc02fcf1b7..525bba641881381fb7d8b1910e3747ec8bd862ce 100644
|
| --- a/net/net_common.gypi
|
| +++ b/net/net_common.gypi
|
| @@ -165,6 +165,7 @@
|
| 'ssl/ssl_client_session_cache_openssl.h',
|
| 'ssl/ssl_platform_key.h',
|
| 'ssl/ssl_platform_key_nss.cc',
|
| + 'ssl/ssl_platform_key_task_runner.h',
|
| 'ssl/threaded_ssl_private_key.cc',
|
| 'ssl/threaded_ssl_private_key.h',
|
| ],
|
| @@ -203,8 +204,6 @@
|
| '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',
|
| ],
|
| }],
|
| [ 'use_glib == 1', {
|
|
|