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

Unified Diff: webrtc/webrtc.gni

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: CR 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
Index: webrtc/webrtc.gni
diff --git a/webrtc/webrtc.gni b/webrtc/webrtc.gni
index 5e1c12dd3f4f2a83ee96cda5b3562099ecb0ad9c..c58c2c6a7fec618fda04af431c0c77aa4ac9e29a 100644
--- a/webrtc/webrtc.gni
+++ b/webrtc/webrtc.gni
@@ -74,7 +74,7 @@ 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
# Disable these to not build components which can be externally provided.

Powered by Google App Engine
This is Rietveld 408576698