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

Unified Diff: ui/events/BUILD.gn

Issue 508303002: Move touchscreen device caching to DeviceDataManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove PlatformEventObserver Created 6 years, 3 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/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 2d29df4c09c15856916e5aae5fd0e2d76589a140..438d55bbbf5e80a8adc5bad24709af4bc8eda92c 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -26,6 +26,7 @@ component("events_base") {
"gesture_event_details.h",
"gestures/gesture_configuration.cc",
"gestures/gesture_configuration.h",
+ "device_hotplug_event_observer.h",
Daniel Erat 2014/09/10 16:51:24 fix alphabetization
dnicoara 2014/09/10 18:05:36 Done.
"keycodes/keyboard_code_conversion.cc",
"keycodes/keyboard_code_conversion.h",
"keycodes/keyboard_code_conversion_android.cc",
@@ -37,6 +38,8 @@ component("events_base") {
"keycodes/keyboard_codes.h",
"latency_info.cc",
"latency_info.h",
+ "touchscreen_device.cc",
+ "touchscreen_device.h",
]
defines = [ "EVENTS_BASE_IMPLEMENTATION" ]
@@ -63,6 +66,8 @@ component("events_base") {
"x/device_data_manager_x11.h",
"x/device_list_cache_x.cc",
"x/device_list_cache_x.h",
+ "x/hotplug_event_handler_x11.cc",
+ "x/hotplug_event_handler_x11.h",
"x/keysym_to_unicode.cc",
"x/keysym_to_unicode.h",
"x/touch_factory_x11.cc",

Powered by Google App Engine
This is Rietveld 408576698