Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4308)

Unified Diff: build_overrides/webrtc.gni

Issue 1406543003: GN: Add build_overrides/webrtc.gni (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed build/config/BUILD.gn change Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/webrtc.gni
diff --git a/build_overrides/webrtc.gni b/build_overrides/webrtc.gni
new file mode 100644
index 0000000000000000000000000000000000000000..c521db7faa31bff207e1d68bcf7d9369e78326b0
--- /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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698