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

Unified Diff: build/config/ui.gni

Issue 1322343002: Don't use evdev except for target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtk
Patch Set: sync&rebase Created 5 years, 3 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') | ui/events/ozone/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 9a536e064502e1e4b35d928cae2b10afc84bd7cc..bf62c4d835fb2af5b6f3e2f0b0ac5ddd16fa31f5 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -23,9 +23,6 @@ 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_win || is_linux
@@ -67,8 +64,6 @@ if (is_linux && use_glib) {
# Whether to use atk, the Accessibility ToolKit library
use_atk = is_desktop_linux && use_x11
-use_ozone_evdev = use_ozone
-
use_clipboard_aurax11 = is_linux && use_aura && use_x11
enable_hidpi = is_mac || is_win || is_linux
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | ui/events/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698