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

Unified Diff: build/config/ui.gni

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index ca2f26521fc504148d344d6845845b3cfec42999..64a2d3b668fbeeabc35cf88b7af326a24b2e2ade 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -48,7 +48,7 @@ ui_compositor_image_transport = use_aura && is_linux
use_default_render_theme = use_aura && !is_android
# Indicates if the UI toolkit depends on X11.
-use_x11 = is_linux && !use_ozone
+use_x11 = is_linux && !use_ozone && !is_android
# Whether we should use glib, a low level C utility library.
use_glib = is_linux && !use_ozone
« no previous file with comments | « build/config/features.gni ('k') | chrome/BUILD.gn » ('j') | content/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698