Due to https://codereview.chromium.org/1397493004 we're now adding a build_overrides directory in WebRTC. Thanks to this, we no longer need to pass --args="build_with_chromium=false" when running GN in standalone WebRTC. Change log:c089d37..159828fFull diff:c089d37..159828fNo dependencies changed. No update to Clang. BUG=webrtc:5070,chromium:541791 TBR=tommi@webrtc.org CQ_EXTRA_TRYBOTS=tryserver.webrtc:win_baremetal,mac_baremetal,linux_baremetal Review URL: https://codereview.webrtc.org/1403453003 . Cr-Commit-Position: refs/heads/master@{#10270}
23 lines
890 B
Plaintext
23 lines
890 B
Plaintext
# 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.
|
|
|
|
build_with_chromium = false
|
|
|
|
# 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
|