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

Unified Diff: net/BUILD.gn

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
« no previous file with comments | « no previous file | net/log/net_log_event_type_list.h » ('j') | net/log/net_log_event_type_list.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index e8a8da64935c7ece78c1477e28e44dfdd5c7140c..dfade92bbcce06c47fb288f2e7549bdd550437f2 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -244,21 +244,13 @@ component("net") {
"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_nss.cc",
"ssl/openssl_ssl_util.cc",
"ssl/openssl_ssl_util.h",
"ssl/ssl_client_session_cache_openssl.cc",
"ssl/ssl_client_session_cache_openssl.h",
Ryan Sleevi 2015/06/12 23:37:19 no files to add?
davidben 2015/06/15 21:28:24 The new interfaces aren't OpenSSL-specific (hence
Ryan Sleevi 2015/06/15 22:35:27 I'm least keen on this solution, and I don't think
davidben 2015/06/18 21:58:36 Done.
]
- if (is_mac) {
- sources -= [ "ssl/openssl_platform_key_mac.cc" ]
- }
if (is_win) {
- sources -= [
- "cert/sha256_legacy_support_openssl_win.cc",
- "ssl/openssl_platform_key_win.cc",
- ]
+ sources -= [ "cert/sha256_legacy_support_openssl_win.cc" ]
}
}
@@ -338,9 +330,7 @@ component("net") {
"ssl/client_cert_store_chromeos.h",
]
}
- if (use_openssl) {
- sources -= [ "ssl/openssl_platform_key_nss.cc" ]
- }
+ sources -= [ "ssl/ssl_platform_key_nss.cc" ]
} else if (use_openssl) {
# client_cert_store_nss.c requires NSS_CmpCertChainWCANames from NSS's
# libssl, but our bundled copy is not built in OpenSSL ports. Pull that file
« no previous file with comments | « no previous file | net/log/net_log_event_type_list.h » ('j') | net/log/net_log_event_type_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698