The BoringSSL changes in https://codereview.chromium.org/1917223004/ https://codereview.chromium.org/1919383002/ required moving the build_with_chromium variable to build.gni. Change log:2a03e86fcf..bc1c2103efFull diff:2a03e86fcf..bc1c2103efChanged dependencies: * src/buildtools:e84114dbe2..cdbd50759b* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01fb5dc0e..a081423809 * src/tools/gyp:6ea68631cd..4cf07e8d61DEPS diff:2a03e86fcf..bc1c2103ef/DEPS Clang version changed 266460:267383 Details:2a03e86fcf..bc1c2103ef/tools/clang/scripts/update.py TBR=pbos@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/1925843003 Cr-Commit-Position: refs/heads/master@{#12544}
25 lines
995 B
Plaintext
25 lines
995 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.
|
|
|
|
# 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
|