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 |