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

Unified Diff: build/config/features.gni

Issue 2510633006: Move enable_wifi_display out of root build configuration. (Closed)
Patch Set: Created 4 years, 1 month 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/BUILD.gn » ('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 8154154c3d8ea147a5e8aa6d4116d4ac09920321..ae850e7b4773a573d29b2d40adae2547f1926d2f 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -60,10 +60,6 @@ declare_args() {
# Note: this setting is ignored if is_chrome_branded.
fieldtrial_testing_like_official_build = is_chrome_branded
- # Enables Wi-Fi Display functionality
- # WARNING: This enables MPEG Transport Stream (MPEG-TS) encoding!
- enable_wifi_display = false
-
# libudev usage. This currently only affects the content layer.
use_udev = is_linux && !is_chromecast
« no previous file with comments | « build/config/BUILD.gn ('k') | extensions/browser/api/display_source/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698