From f7c255ea1def87601d233ca1cdd64da6d2543232 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Thu, 17 Jul 2014 00:20:36 +0000 Subject: Revert "Switch to BoringSSL." This reverts commit 283542. This broke the WebView Android build. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283591 0039d316-1c4b-4281-b951-d872f2087c98 --- crypto/crypto.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/crypto.gyp') diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp index 42f3cad..0c472ff 100644 --- a/crypto/crypto.gyp +++ b/crypto/crypto.gyp @@ -100,7 +100,7 @@ }], [ 'use_openssl==1', { 'dependencies': [ - '../third_party/boringssl/boringssl.gyp:boringssl', + '../third_party/openssl/openssl.gyp:openssl', ], # TODO(joth): Use a glob to match exclude patterns once the # OpenSSL file set is complete. @@ -209,7 +209,7 @@ }], [ 'use_openssl==1', { 'dependencies': [ - '../third_party/boringssl/boringssl.gyp:boringssl', + '../third_party/openssl/openssl.gyp:openssl', ], 'sources!': [ 'nss_util_unittest.cc', -- cgit v1.1