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

Unified Diff: build/config/crypto.gni

Issue 1231723003: Switch Linux and CrOS to BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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') | chrome/installer/linux/debian/expected_deps_ia32 » ('j') | 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 4d42a375bc71e85c8305847deb21e44e5131b2a4..90a45eafee860bfa1d9e3d3f845b0c10f537b535 100644
--- a/build/config/crypto.gni
+++ b/build/config/crypto.gni
@@ -12,10 +12,9 @@
# to set up feature flags.
declare_args() {
- # Use OpenSSL instead of NSS. This is used for Android, Mac, NaCl untrusted
- # code, and Windows, and is experimental in other cases (see
- # http://crbug.com/62803).
- use_openssl = is_android || is_mac || is_nacl || is_win
+ # Use OpenSSL instead of NSS. This is used for all platforms but iOS. (See
+ # http://crbug.com/338886).
+ use_openssl = !is_ios
}
# True when we're using OpenSSL for representing certificates. When targeting
« no previous file with comments | « build/common.gypi ('k') | chrome/installer/linux/debian/expected_deps_ia32 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698