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

Unified Diff: build/config/ui.gni

Issue 1486623003: Re-land: chrome: Add support for use_glib=true to wayland server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shutdown issue Created 4 years, 10 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/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 52b952721b16088987fbf7c1a96864cc0e080d71..a1025633d785380a3f8d4b2234c9931ff6af507b 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -73,11 +73,6 @@ if (use_ozone) {
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