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

Unified Diff: net/BUILD.gn

Issue 242173002: Make GN build work on Mac again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo mistakes Created 6 years, 8 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/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",
« build/config/BUILD.gn ('K') | « build/config/crypto.gni ('k') | skia/skia_gn_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698