From e7dba00e318846b5366bdb6ad7f7354fce76917d Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 16 Feb 2018 13:49:49 +0100 Subject: [PATCH] Removing obsolete defines. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: Ia81639baf17049e2bfe986dab6a9c177256a9cc6 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/54461 Commit-Queue: Mirko Bonadei Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#22082} --- BUILD.gn | 5 ----- webrtc.gni | 2 -- 2 files changed, 7 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 6e0109d833..7be9d2df83 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -181,10 +181,6 @@ config("common_config") { defines += [ "WEBRTC_ENABLE_PROTOBUF=0" ] } - if (rtc_restrict_logging) { - defines += [ "WEBRTC_RESTRICT_LOGGING" ] - } - if (rtc_include_internal_audio_device) { defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ] } @@ -214,7 +210,6 @@ config("common_config") { "HAVE_WEBRTC_VIDEO", "HAVE_WEBRTC_VOICE", "LOGGING_INSIDE_WEBRTC", - "USE_WEBRTC_DEV_BRANCH", ] } else { if (is_posix) { diff --git a/webrtc.gni b/webrtc.gni index aeac552fb4..f32e490f7b 100644 --- a/webrtc.gni +++ b/webrtc.gni @@ -190,8 +190,6 @@ declare_args() { # build environments, even if available for Chromium builds. rtc_use_gtk = !build_with_chromium && !build_with_mozilla - rtc_restrict_logging = build_with_chromium || build_with_mozilla - # Excluded in Chromium since its prerequisites don't require Pulse Audio. rtc_include_pulse_audio = !build_with_chromium