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

Unified Diff: chrome/common/features.gni

Issue 2741783007: Convert ENABLE_WAYLAND_SERVER to a build flag. (Closed)
Patch Set: errrrr Created 3 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 | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index a402cbb259c1380268ef239ac01fde6a85a0052e..216ebd881f83017d11e609134836e13bea6d793e 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -59,6 +59,9 @@ declare_args() {
# Enables vr shell UI development on local or remote page.
enable_vr_shell_ui_dev = false
+ # Indicates if Wayland display server support is enabled.
+ enable_wayland_server = is_chromeos
+
# Enable native notifications via XPC services (mac only).
# TODO(miguelg): remove this.
enable_xpc_notifications = true
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698