diff options
author | davidben <davidben@chromium.org> | 2014-09-12 08:11:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-12 15:13:27 +0000 |
commit | 71c13e6ac01d5cdc49ca40e8e9301d5142d85018 (patch) | |
tree | e2cebabd51261dd2a7f82bd3f768e017de249464 /DEPS | |
parent | cbdb6d62787e1562ad23bb5517d31b698c6babad (diff) | |
download | chromium_src-71c13e6ac01d5cdc49ca40e8e9301d5142d85018.zip chromium_src-71c13e6ac01d5cdc49ca40e8e9301d5142d85018.tar.gz chromium_src-71c13e6ac01d5cdc49ca40e8e9301d5142d85018.tar.bz2 |
Reland dd7edfa67: Switch Mac over to BoringSSL from NSS.
This is a reland of dd7edfa67 which was reverted in 80a9a88f4c for build
failures. It also includes a BoringSSL roll and build changes to avoid adding a
static initializer.
This is a much much larger change than the diff suggests. If it breaks
something, please revert first and ask questions later.
BUG=338885
TBR=brettw
Review URL: https://codereview.chromium.org/568643003
Cr-Commit-Position: refs/heads/master@{#294589}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': '1195796045e1f8bbd1ed311b2cbd8b9d87f2074a', + 'boringssl_revision': 'a70c75cfc0ca32a43985e3f24d737ca9cafcb910', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling nss # and whatever else without interference from each other. |