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

Unified Diff: webrtc/build/common.gypi

Issue 2250483002: Add a .gyp option to use dummy audio file devices. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add gn version Created 4 years, 4 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 | webrtc/build/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/common.gypi
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
index 265c3d78037bcdfd1c3ab3856d9c63a9e9802d04..414fd02e6f3ad00c79613949ef555c32ca71ee46 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -173,6 +173,10 @@
# Determines whether QUIC code will be built.
'use_quic%': 0,
+ # By default, use normal platform audio support or dummy audio, but don't
+ # use file-based audio playout and record.
+ 'use_dummy_audio_file_devices%': 0,
+
'conditions': [
# Enable this to build OpenH264 encoder/FFmpeg decoder. This is supported
# on all platforms except Android and iOS. Because FFmpeg can be built
« no previous file with comments | « no previous file | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698