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:
@ -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) {
|
if (!rtc_build_ssl) {
|
||||||
config("external_ssl_library") {
|
config("external_ssl_library") {
|
||||||
assert(rtc_ssl_root != "",
|
assert(rtc_ssl_root != "",
|
||||||
|
|||||||
Reference in New Issue
Block a user