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

Unified Diff: net/net_common.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_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index c951d3651e109a85bb3cb1cb66ea9143f083823f..3e1d33d1693d4245b638081e611f434b25d0e8bf 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -174,10 +174,6 @@
'socket/ssl_client_socket_openssl.h',
'socket/ssl_server_socket_openssl.cc',
'socket/ssl_server_socket_openssl.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/ssl_client_session_cache_openssl.cc',
@@ -273,7 +269,7 @@
'ssl/client_cert_store_chromeos.h',
'ssl/client_cert_store_nss.cc',
'ssl/client_cert_store_nss.h',
- 'ssl/openssl_platform_key_nss.cc',
+ 'ssl/ssl_platform_key_nss.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