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