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

Unified Diff: net/net.gypi

Issue 1178193002: Sign CertificateVerify messages on a background thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 643e470302025d5944f2d688a2894895f2c168e5..488d74390fc0655f739ba76b2d38f55f66e44af2 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -153,10 +153,6 @@
'ssl/default_channel_id_store.h',
'ssl/openssl_client_key_store.cc',
'ssl/openssl_client_key_store.h',
- 'ssl/openssl_platform_key.h',
- 'ssl/openssl_platform_key_mac.cc',
- 'ssl/openssl_platform_key_nss.cc',
- 'ssl/openssl_platform_key_win.cc',
'ssl/openssl_ssl_util.cc',
'ssl/openssl_ssl_util.h',
'ssl/signed_certificate_timestamp_and_status.cc',
@@ -177,6 +173,7 @@
'ssl/ssl_failure_state.h',
'ssl/ssl_info.cc',
'ssl/ssl_info.h',
+ 'ssl/ssl_private_key.h',
],
'net_non_nacl_sources': [
'android/android_private_key.cc',
@@ -1126,6 +1123,12 @@
'ssl/client_cert_store_win.h',
'ssl/ssl_config_service_defaults.cc',
'ssl/ssl_config_service_defaults.h',
+ 'ssl/ssl_platform_key.h',
+ 'ssl/ssl_platform_key_mac.cc',
+ 'ssl/ssl_platform_key_nss.cc',
+ 'ssl/ssl_platform_key_win.cc',
+ 'ssl/threaded_ssl_private_key.h',
+ 'ssl/threaded_ssl_private_key.cc',
'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
'third_party/mozilla_security_manager/nsKeygenHandler.h',
'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',

Powered by Google App Engine
This is Rietveld 408576698