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

Unified Diff: webrtc/webrtc.gni

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Address the comments. Created 3 years, 8 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
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.
kjellander_webrtc 2017/05/04 14:01:46 "Set this to false to"...
Zhi Huang 2017/05/04 21:28:53 Done.
+ rtc_enable_media = true
+
# Disable these to not build components which can be externally provided.
rtc_build_json = true
rtc_build_libjpeg = true
« webrtc/pc/peerconnection.cc ('K') | « webrtc/sdk/android/src/jni/peerconnection_jni.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698