| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index e94169d0ce45e641557d876c33bf0056e6a4e432..a4ff2be0cf7412a94b5f588456258353a5f494fe 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 != "",
|
|
|