Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Build with OpenSSL. #25

Merged
merged 1 commit into from
Aug 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions webrtc.gni
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import("//build/config/sanitizers/sanitizers.gni")
import("//build/config/sysroot.gni")
import("//build/config/ui.gni")
import("//build_overrides/build.gni")
import("//build_overrides/ssl/ssl.gni")

if (!build_with_chromium && is_component_build) {
print("The Gn argument `is_component_build` is currently " +
Expand Down Expand Up @@ -83,7 +84,7 @@ declare_args() {

# Used to specify an external OpenSSL include path when not compiling the
# library that comes with WebRTC (i.e. rtc_build_ssl == 0).
rtc_ssl_root = ""
rtc_ssl_root = woogeen_openssl_header_root
taste1981 marked this conversation as resolved.
Show resolved Hide resolved

# Selects fixed-point code where possible.
rtc_prefer_fixed_point = false
Expand Down Expand Up @@ -217,7 +218,7 @@ declare_args() {
rtc_build_libvpx = !build_with_mozilla
rtc_libvpx_build_vp9 = !build_with_mozilla
rtc_build_opus = !build_with_mozilla
rtc_build_ssl = !build_with_mozilla
rtc_build_ssl = !woogeen_use_openssl
taste1981 marked this conversation as resolved.
Show resolved Hide resolved
rtc_build_usrsctp = !build_with_mozilla

# Enable libevent task queues on platforms that support it.
Expand Down