Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index cde05e271903225817aa0013b50d4addace0ec87..cc991c4d981f033cb79f8671ac4ce85ea659fa22 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -39,10 +39,6 @@ enable_built_in_dns = !is_ios |
enable_ftp_support = !is_ios |
-# When OpenSSL is used for SSL and crypto on Unix-like systems, use OpenSSL"s |
-# certificate definition. |
-use_openssl_certs = (is_linux || is_android) && use_openssl |
- |
config("net_config") { |
defines = [] |
if (posix_avoid_mmap) { |
@@ -281,7 +277,7 @@ component("net") { |
] |
} |
- if (use_openssl) { |
+ if (!use_nss_certs) { |
Ryan Sleevi
2014/04/18 00:25:07
FYI - https://code.google.com/p/chromium/codesearc
|
sources -= [ |
"cert/cert_verify_proc_nss.cc", |
"cert/cert_verify_proc_nss.h", |