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

Unified Diff: build/config/features.gni

Issue 1796123002: Implement WiFi Display elementary stream packetizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Comments Created 4 years, 9 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 | « build/common.gypi ('k') | extensions/extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index c965844ecc2cdf4ff5606fadd3f3637b2daa5b70..27906ec6c0e4c91a53cdbced5ebf4bca2b74d6e6 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -99,6 +99,7 @@ declare_args() {
use_cups = (is_desktop_linux || is_mac) && !is_chromecast && !is_headless
# Enables Wi-Fi Display functionality
+ # WARNING: This enables MPEG Transport Stream (MPEG-TS) encoding!
enable_wifi_display = false
}
« no previous file with comments | « build/common.gypi ('k') | extensions/extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698