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

Unified Diff: build/config/ui.gni

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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/config/BUILD.gn ('k') | build/filename_rules.gypi » ('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 dc7a05905d7f085e525d10754b5b4d3e804b075f..7e334fd51c4c781b0142d408977633a025d0161d 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -16,10 +16,6 @@ declare_args() {
# desktop-like environment for Aura. Requires use_aura = true
use_ash = is_win || is_linux
- # Indicates if Ozone is enabled. Ozone is a low-level library layer for Linux
- # that does not require X11.
- use_ozone = false
-
# Support ChromeOS touchpad gestures with ozone.
use_evdev_gestures = false
@@ -50,11 +46,9 @@ ui_compositor_image_transport = use_aura && is_linux
use_default_render_theme = use_aura || is_linux
# Indicates if the UI toolkit depends on X11.
-use_x11 = is_linux && !use_ozone
-
-use_ozone_evdev = use_ozone
+use_x11 = is_linux
-use_glib = is_linux && !use_ozone
+use_glib = is_linux
use_clipboard_aurax11 = is_linux && use_aura && use_x11
« no previous file with comments | « build/config/BUILD.gn ('k') | build/filename_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698