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

Unified Diff: build/config/ui.gni

Issue 1499253002: Revert of chrome: Add support for use_glib=true to wayland server. (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
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/chrome_browser_main_extra_parts_exo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index 1fc6d0abe653440e0c866a571792c28dc0d934f1..fa4f142ea9f19a00e6597caaf51300a03dc42505 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -69,6 +69,11 @@
use_glib = false
}
+# Turn off Wayland if glib is enabled.
+if (use_glib) {
+ enable_wayland_server = false
+}
+
if (is_linux && !use_ozone) {
use_cairo = true
use_pango = true
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/chrome_browser_main_extra_parts_exo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698