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

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: Change in ozone. 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
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 40ccca62a7a7a47b9fd6b0ee9b37d15d8027e31d..62d718880539a8aa947af7845c7a3c416ce9e992 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -51,6 +51,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',

Powered by Google App Engine
This is Rietveld 408576698