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

Unified Diff: build/config/features.gni

Issue 1540563002: [chrome.displaySource] Add WiFi Display session class skeleton and mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index cccce184399047e8958cd1b978eb198418e79f5c..f4056dad0c3849457383cf55101bf361b1b83eb9 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -115,6 +115,9 @@ declare_args() {
fieldtrial_testing_like_official_build = is_chrome_branded
use_cups = (is_desktop_linux || is_mac) && !is_chromecast && !is_headless
+
+ # Enables Wi-Fi Display functionality
+ enable_wifi_display = false
}
# Default these based on the explicit value of enable_nacl, not just

Powered by Google App Engine
This is Rietveld 408576698