Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: webrtc/build/webrtc.gni

Issue 1790753004: Remove references to build_with_libjingle and libjingle_java GYP variables. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « talk/app/webrtc/objc/README ('k') | webrtc/examples/androidapp/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index 2b3c209869c913322af97d234104923995ebc5cc..8e1b9521f74d17dad8690a8daa37b260bde05988 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -12,8 +12,6 @@ import("//build/config/mips.gni")
import("//build_overrides/webrtc.gni")
declare_args() {
- build_with_libjingle = true
-
# Disable this to avoid building the Opus audio codec.
rtc_include_opus = true
@@ -58,13 +56,8 @@ declare_args() {
# https://gcc.gnu.org/wiki/LinkTimeOptimization
rtc_use_lto = false
- if (build_with_libjingle) {
- rtc_include_tests = false
- rtc_restrict_logging = true
- } else {
- rtc_include_tests = true
- rtc_restrict_logging = false
- }
+ rtc_include_tests = false
+ rtc_restrict_logging = true
if (is_ios) {
rtc_build_libjpeg = false
« no previous file with comments | « talk/app/webrtc/objc/README ('k') | webrtc/examples/androidapp/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698