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

Unified Diff: build/config/ui.gni

Issue 1521023002: Remove use_aura build arg. (Closed) Base URL: https://github.com/domokit/mojo.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
Index: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index 1d0a3f092af35d40e50b783a1b0abab26e3b1a71..a9ece25ee258710eefbc5db68c4a045b6a94d877 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -15,20 +15,12 @@ declare_args() {
# Indicates if Ozone is enabled. Ozone is a low-level library layer for Linux
# that does not require X11.
use_ozone = false
-
- # Indicates if Aura is enabled. Aura is a low-level windowing library, sort
- # of a replacement for GDI or GTK.
- use_aura = is_linux
}
# Additional dependent variables -----------------------------------------------
#
# These variables depend on other variables and can't be set externally.
-# Use GPU accelerated cross process image transport by default on linux builds
-# with the Aura window manager.
-ui_compositor_image_transport = use_aura && is_linux
-
# Indicates if the UI toolkit depends on X11.
use_x11 = is_linux && !use_ozone

Powered by Google App Engine
This is Rietveld 408576698