diff options
author | kjellander <kjellander@chromium.org> | 2015-10-13 23:45:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-14 06:46:19 +0000 |
commit | 71b9d7ed0ae2e4617e3997fc3832af5a6adc5b3c (patch) | |
tree | 4fe5b8d23e685e88c1c04831de70115024a63bc2 /build_overrides | |
parent | b14198f949c3bcbb8e4412c7764f640b71a2a781 (diff) | |
download | chromium_src-71b9d7ed0ae2e4617e3997fc3832af5a6adc5b3c.zip chromium_src-71b9d7ed0ae2e4617e3997fc3832af5a6adc5b3c.tar.gz chromium_src-71b9d7ed0ae2e4617e3997fc3832af5a6adc5b3c.tar.bz2 |
GN: Add build_overrides/webrtc.gni
Provides values for the Chromium build of WebRTC.
Corresponding change in WebRTC:
https://codereview.webrtc.org/1403453003/
BUG=webrtc:5070,chromium:541791
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/1406543003
Cr-Commit-Position: refs/heads/master@{#353969}
Diffstat (limited to 'build_overrides')
-rw-r--r-- | build_overrides/webrtc.gni | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build_overrides/webrtc.gni b/build_overrides/webrtc.gni new file mode 100644 index 0000000..c521db7 --- /dev/null +++ b/build_overrides/webrtc.gni @@ -0,0 +1,12 @@ +# Copyright 2015 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +build_with_chromium = true + +# Exclude pulse audio on Chromium since its prerequisites don't require +# pulse audio. +rtc_include_pulse_audio = false + +# Exclude internal ADM since Chromium uses its own IO handling. +rtc_include_internal_audio_device = false |