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

Unified Diff: build/config/crypto.gni

Issue 565473002: Revert of Switch Mac over to BoringSSL from NSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/crypto.gni
diff --git a/build/config/crypto.gni b/build/config/crypto.gni
index 20004c3edd5f325ec0e7870b22ed752ac0f0b6e3..1837754a0aff44cdf9c9e3202805da31b8842de4 100644
--- a/build/config/crypto.gni
+++ b/build/config/crypto.gni
@@ -8,9 +8,9 @@
# the global build dependency on it should be removed.
declare_args() {
- # Use OpenSSL instead of NSS. This is used for Android, Mac, and NaCl untrusted
+ # Use OpenSSL instead of NSS. This is used for Android and NaCl untrusted
# code, and is experimental in other cases (see http://crbug.com/62803).
- use_openssl = is_android || is_mac || is_nacl
+ use_openssl = is_android || is_nacl
}
# True when we're using OpenSSL for certificate verification and storage. We
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698