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

Unified Diff: ui/display/display.gyp

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/display/display.gyp
diff --git a/ui/display/display.gyp b/ui/display/display.gyp
index ef2dddfa2ffb1f10b1b9099dea11072239c774de..b407051a8583e9272888d9bad71bae9cb6cd0ed3 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -26,9 +26,6 @@
'types/chromeos/display_snapshot.h',
'types/chromeos/native_display_delegate.h',
'types/chromeos/native_display_observer.h',
- 'types/chromeos/touchscreen_device.cc',
- 'types/chromeos/touchscreen_device.h',
- 'types/chromeos/touchscreen_device_manager.h',
'types/display_constants.h',
'types/display_types_export.h',
],
@@ -64,8 +61,6 @@
'chromeos/x11/native_display_delegate_x11.h',
'chromeos/x11/native_display_event_dispatcher_x11.cc',
'chromeos/x11/native_display_event_dispatcher_x11.h',
- 'chromeos/x11/touchscreen_device_manager_x11.cc',
- 'chromeos/x11/touchscreen_device_manager_x11.h',
'display_export.h',
'display_switches.cc',
'display_switches.h',
@@ -77,6 +72,7 @@
'../../build/linux/system.gyp:xext',
'../../build/linux/system.gyp:xi',
'../../build/linux/system.gyp:xrandr',
+ '../../ui/events/events.gyp:events_base',
'../../ui/events/platform/events_platform.gyp:events_platform',
],
}],
@@ -179,6 +175,7 @@
'display',
'display_test_util',
'display_types',
+ '../../ui/events/events.gyp:events_base',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698