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

Unified Diff: ui/events/devices/BUILD.gn

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/base/touch/touch_device_linux.cc ('k') | ui/events/devices/device_data_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/BUILD.gn
diff --git a/ui/events/devices/BUILD.gn b/ui/events/devices/BUILD.gn
index 06d37dca3402f68b003634972926a385b40652b1..314a3ee53e2a837a4e50dffff36c52653fdb64c0 100644
--- a/ui/events/devices/BUILD.gn
+++ b/ui/events/devices/BUILD.gn
@@ -13,6 +13,8 @@ component("devices") {
"input_device.cc",
"input_device.h",
"input_device_event_observer.h",
+ "input_device_manager.cc",
+ "input_device_manager.h",
"touchscreen_device.cc",
"touchscreen_device.h",
]
« no previous file with comments | « ui/base/touch/touch_device_linux.cc ('k') | ui/events/devices/device_data_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698