From 2038df452cf0d73947268c13aaba0c68ed2491cc Mon Sep 17 00:00:00 2001 From: mbonadei Date: Wed, 7 Jun 2017 04:50:13 -0700 Subject: [PATCH] Deleting unused build target. This build target was used by webrtc/base:webrtc_base which is not a build target anymore. Instead we have webrtc/base:rtc_base which depends directly on third_party/boringssl. BUG=None NOTRY=True Review-Url: https://codereview.webrtc.org/2926703003 Cr-Commit-Position: refs/heads/master@{#18472} --- webrtc/base/BUILD.gn | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn index e94169d0ce..a4ff2be0cf 100644 --- a/webrtc/base/BUILD.gn +++ b/webrtc/base/BUILD.gn @@ -61,16 +61,6 @@ config("rtc_base_all_dependent_config") { } } -if (is_linux && !build_with_chromium) { - # Provides the same functionality as the //crypto:platform target, which - # WebRTC cannot use as we don't sync src/crypto from Chromium. - group("linux_system_ssl") { - deps = [ - "//third_party/boringssl", - ] - } -} - if (!rtc_build_ssl) { config("external_ssl_library") { assert(rtc_ssl_root != "",