0

Revert of Switch Mac over to BoringSSL from NSS. (patchset id:1 of https://codereview.chromium.org/539163002/)

Reason for revert:
http://build.chromium.org/p/chromium.memory/builders/Mac%20ASan%2064%20Builder/builds/10583

Original issue's description:
> Switch Mac over to BoringSSL from NSS.
>
> This is a much much larger change than the diff suggests. If it breaks
> something, please revert first and ask questions later.
>
> BUG=338885
>
> Committed: https://crrev.com/dd7edfa679492a6feb3ef2e1630f05da82a1b31f
> Cr-Commit-Position: refs/heads/master@{#294233}

TBR=rsleevi@chromium.org,brettw@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=338885

Review URL: https://codereview.chromium.org/565473002

Cr-Commit-Position: refs/heads/master@{#294237}
This commit is contained in:
davidben
2014-09-10 14:51:59 -07:00
committed by Commit bot
parent 64e5fad6fe
commit 80a9a88f4c
2 changed files with 2 additions and 7 deletions

@ -205,11 +205,6 @@
'enable_hidpi%': 1,
}],
# Enable the OpenSSL backend on Mac OS.
['OS=="mac"', {
'use_openssl%': 1,
}],
# Enable App Launcher everywhere but mobile.
['OS!="ios" and OS!="android"', {
'enable_app_list%': 1,

@ -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