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}
This commit is contained in:
mbonadei
2017-06-07 04:50:13 -07:00
committed by Commit Bot
parent 8b337b6736
commit 2038df452c

View File

@ -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 != "",