aboutsummaryrefslogtreecommitdiff
path: root/build_overrides
diff options
context:
space:
mode:
authorehmaldonado <ehmaldonado@webrtc.org>2016-09-07 06:50:19 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-07 13:50:23 +0000
commit4016a0b2e88c49c8f4966ea56403770b8687255b (patch)
tree3bf7f9d29771a45f5b552beb8174cf45b9db5a45 /build_overrides
parentd52063fb071b1d8cbe698ea0f5de6e6dddfacd72 (diff)
downloadwebrtc-4016a0b2e88c49c8f4966ea56403770b8687255b.tar.gz
GN: Move variables from //build_overrides/webrtc.gni to //webrtc/build/webrtc.gni
There is no clear reason to have them in build_overrides, and webrtc/build seems to be a better place. Also, delete build_overrides/webrtc.gni NOTRY=True BUG=webrtc:5949 Review-Url: https://codereview.webrtc.org/2309253004 Cr-Commit-Position: refs/heads/master@{#14108}
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/webrtc.gni29
1 files changed, 0 insertions, 29 deletions
diff --git a/build_overrides/webrtc.gni b/build_overrides/webrtc.gni
deleted file mode 100644
index 0192515d90..0000000000
--- a/build_overrides/webrtc.gni
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
-#
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file in the root of the source
-# tree. An additional intellectual property rights grant can be found
-# in the file PATENTS. All contributing project authors may
-# be found in the AUTHORS file in the root of the source tree.
-
-# This file contains overrides to GN variables that applies for the WebRTC
-# standalone build (i.e. not in Chromium).
-#
-# Every variable here needs to be present in the corresponding file in
-# build_overrides/ of Chromium.
-
-# The build_with_chromium variable is now located in build.gni (now also used
-# by BoringSSL).
-import("//build_overrides/build.gni")
-
-# Excluded in Chromium since its prerequisites don't require Pulse Audio.
-rtc_include_pulse_audio = true
-
-# Chromium uses its own IO handling, so the internal ADM is only built for
-# standalone WebRTC.
-rtc_include_internal_audio_device = true
-
-declare_args() {
- # Include tests in standalone checkout.
- rtc_include_tests = true
-}