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

Unified Diff: build/common.gypi

Issue 1872813002: Switching iOS to use BoringSSL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios
Patch Set: Rebasing. Created 4 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
« no previous file with comments | « no previous file | build/config/crypto.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 78bab08634ebb4d9b49fc541294cb3fcfc57cf10..868de9fc8a4383f5f20b67048d310995ea91bcbd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -265,11 +265,6 @@
'enable_topchrome_md%': 1,
}],
- # On iOS, use NSS rather than OpenSSL. See http://crbug.com/338886.
- ['OS=="ios"', {
- 'use_openssl%': 0,
- }],
-
# Enable App Launcher everywhere but mobile.
['OS!="ios" and OS!="android"', {
'enable_app_list%': 1,
« no previous file with comments | « no previous file | build/config/crypto.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698