| 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
|
|
|