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

Unified Diff: build/config/ui.gni

Issue 322983002: Add GN Build file for ui/events/ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: on top Created 6 years, 6 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/linux/BUILD.gn ('k') | device/udev_linux/BUILD.gn » ('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 360e860ef8fbf5831efe5a588ea77646ae1928b9..3e37d2d5fcf4625bccb034edd106e3071ea191bf 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -20,6 +20,9 @@ declare_args() {
# 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 || use_ozone || is_win || is_chromeos || use_ash
@@ -53,6 +56,8 @@ 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_glib = is_linux
use_clipboard_aurax11 = is_linux && use_aura && use_x11
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | device/udev_linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698