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

Unified Diff: ui/events/devices/events_devices.gyp

Issue 2028593004: Add new InputDeviceManager interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_keyboard
Patch Set: Fix windows compile error. Created 4 years, 7 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/devices/device_data_manager.cc ('k') | ui/events/devices/input_device_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/events_devices.gyp
diff --git a/ui/events/devices/events_devices.gyp b/ui/events/devices/events_devices.gyp
index 4db1908f172f9f6fa85612d30b1c0e08aee9fd0a..9db06b6346b4c90a3bcf8a087db6dae1b178d4bc 100644
--- a/ui/events/devices/events_devices.gyp
+++ b/ui/events/devices/events_devices.gyp
@@ -29,6 +29,8 @@
'events_devices_export.h',
'input_device.cc',
'input_device.h',
+ 'input_device_manager.cc',
+ 'input_device_manager.h',
'input_device_event_observer.h',
'touchscreen_device.cc',
'touchscreen_device.h',
« no previous file with comments | « ui/events/devices/device_data_manager.cc ('k') | ui/events/devices/input_device_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698