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

Unified Diff: ui/events/events.gyp

Issue 618283003: Adds special support to the device manager for keyboards devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master. Created 6 years, 2 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 | « ui/events/device_hotplug_event_observer.h ('k') | ui/events/input_device.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 8af08c53c7d38c6d0ef2bc407717c7a4ff7abfbd..c4a0d3f7f9a3489650b37fbf7630a212caa6a72c 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -54,6 +54,10 @@
'gestures/fling_curve.h',
'gestures/gesture_configuration.cc',
'gestures/gesture_configuration.h',
+ 'input_device.cc',
+ 'input_device.h',
+ 'keyboard_device.cc',
+ 'keyboard_device.h',
'keycodes/keyboard_code_conversion.cc',
'keycodes/keyboard_code_conversion.h',
'keycodes/keyboard_code_conversion_android.cc',
@@ -329,6 +333,7 @@
'keycodes/dom4/keycode_converter_unittest.cc',
'latency_info_unittest.cc',
'platform/platform_event_source_unittest.cc',
+ 'x/device_data_manager_x11_unittest.cc',
'x/events_x_unittest.cc',
],
'conditions': [
« no previous file with comments | « ui/events/device_hotplug_event_observer.h ('k') | ui/events/input_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698