From 38bb1115279cb09728e6e97602680f713f729798 Mon Sep 17 00:00:00 2001 From: Jianjun Zhu Date: Thu, 19 Sep 2019 18:46:00 +0800 Subject: [PATCH] Replace woogeen with owt for GN arguments. --- webrtc.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc.gni b/webrtc.gni index ad3e74ebc90..0d1bd9586f1 100644 --- a/webrtc.gni +++ b/webrtc.gni @@ -84,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 = woogeen_openssl_header_root + rtc_ssl_root = owt_openssl_header_root # Selects fixed-point code where possible. rtc_prefer_fixed_point = false @@ -218,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 = !woogeen_use_openssl + rtc_build_ssl = !owt_use_openssl rtc_build_usrsctp = !build_with_mozilla # Enable libevent task queues on platforms that support it.