Chromium Code Reviews

Unified Diff: webrtc/webrtc.gni

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Merge. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/webrtc.gni
diff --git a/webrtc/webrtc.gni b/webrtc/webrtc.gni
index 5e1c12dd3f4f2a83ee96cda5b3562099ecb0ad9c..54576487139c7b593ee43e95eca4c8d553209327 100644
--- a/webrtc/webrtc.gni
+++ b/webrtc/webrtc.gni
@@ -77,6 +77,9 @@ declare_args() {
# Set this to disable building with support for SCTP data channels.
rtc_enable_sctp = true
+ # Set this to disable building audio and video stack.
+ rtc_enable_media = true
+
# Disable these to not build components which can be externally provided.
rtc_build_json = true
rtc_build_libjpeg = true

Powered by Google App Engine