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

Unified Diff: build/config/ui.gni

Issue 1518073002: More build config cleanup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: ERROR, not FATAL 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/config/linux/BUILD.gn ('k') | build/linux/system.gyp » ('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 90f8b86c865c6413275e527aea8b340c6a853891..1d0a3f092af35d40e50b783a1b0abab26e3b1a71 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -12,17 +12,10 @@
# See also build/config/features.gni
declare_args() {
- # Indicates if Ash is enabled. Ash is the Aura Shell which provides a
- # desktop-like environment for Aura. Requires use_aura = true
- use_ash = 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
-
# Indicates if Aura is enabled. Aura is a low-level windowing library, sort
# of a replacement for GDI or GTK.
use_aura = is_linux
@@ -32,10 +25,6 @@ declare_args() {
#
# These variables depend on other variables and can't be set externally.
-# TODO(vtl): Probably should get rid of these variables.
-use_cairo = false
-use_pango = false
-
# 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
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698