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

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: more mac build fix, this is blind while mac checkout syncs 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
« no previous file with comments | « net/log/net_log_event_type_list.h ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 6283632ab454a59a99d2bf9ae79d7107f2851461..19f5e90466ab5056572e0194e07e76fb24a7633e 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -155,10 +155,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',
@@ -179,6 +175,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',
@@ -1133,6 +1130,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',
« no previous file with comments | « net/log/net_log_event_type_list.h ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698