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

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: Review comments Created 4 years, 11 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/config/BUILD.gn ('k') | extensions/browser/api/display_source/display_source_apitest.cc » ('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 9b4edd728e6a1f5f5b142ed087805362db1bec88..13a9980ae50ee6865e6fe49c1af29507bf302ef5 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
« no previous file with comments | « build/config/BUILD.gn ('k') | extensions/browser/api/display_source/display_source_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698