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

Unified Diff: ui/events/events.gyp

Issue 193813003: ozone: evdev: Add libgestures bindings for touchpad & mouse support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved 1 space by 1 character Created 6 years, 8 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/linux/system.gyp ('k') | ui/events/ozone/evdev/event_converter_evdev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index c7dd93b750f8724dfea0c1d71bec1ae87c72a69a..0ae2d85c8c41cd2d376894d9b14c14f928c412f2 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -117,6 +117,14 @@
'gestures/gesture_types.h',
'gestures/velocity_calculator.cc',
'gestures/velocity_calculator.h',
+ 'ozone/evdev/libgestures_glue/event_reader_libevdev_cros.cc',
+ 'ozone/evdev/libgestures_glue/event_reader_libevdev_cros.h',
+ 'ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc',
+ 'ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h',
+ 'ozone/evdev/libgestures_glue/gesture_logging.cc',
+ 'ozone/evdev/libgestures_glue/gesture_logging.h',
+ 'ozone/evdev/libgestures_glue/gesture_timer_provider.cc',
+ 'ozone/evdev/libgestures_glue/gesture_timer_provider.h',
'ozone/evdev/device_manager_evdev.cc',
'ozone/evdev/device_manager_evdev.h',
'ozone/evdev/device_manager_udev.cc',
@@ -191,6 +199,19 @@
'<(DEPTH)/build/linux/system.gyp:udev',
],
}],
+ ['use_ozone_evdev==1 and use_evdev_gestures==1', {
+ 'dependencies': [
+ '<(DEPTH)/build/linux/system.gyp:libgestures',
+ '<(DEPTH)/build/linux/system.gyp:libevdev-cros',
+ ],
+ 'defines': [
+ 'USE_EVDEV_GESTURES',
+ ],
+ }, {
+ 'sources/': [
+ ['exclude', '^ozone/evdev/libgestures_glue/'],
+ ],
+ }],
['use_udev==0', {
'sources!': [
'ozone/evdev/device_manager_udev.cc',
« no previous file with comments | « build/linux/system.gyp ('k') | ui/events/ozone/evdev/event_converter_evdev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698