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

Unified Diff: webrtc/webrtc.gni

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Modified the rtc_event_log. Responded the comments. Created 3 years, 7 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
« webrtc/BUILD.gn ('K') | « webrtc/sdk/android/src/jni/peerconnection_jni.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc.gni
diff --git a/webrtc/webrtc.gni b/webrtc/webrtc.gni
index 5e1c12dd3f4f2a83ee96cda5b3562099ecb0ad9c..7c44868aa4d0824cd2f842c53bc642038ae3e4e5 100644
--- a/webrtc/webrtc.gni
+++ b/webrtc/webrtc.gni
@@ -74,9 +74,12 @@ declare_args() {
# Set this to true to enable BWE test logging.
rtc_enable_bwe_test_logging = false
- # Set this to disable building with support for SCTP data channels.
+ # Set this to false to disable building with support for SCTP data channels.
rtc_enable_sctp = true
+ # Set this to false 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
« webrtc/BUILD.gn ('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