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

Unified Diff: ui/display/display.gyp

Issue 336863002: Moving input device hotplug event processing outside of ui/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 4b2ca521e6c4cdd4976e2fbc2d8b37359db8b956..a3dd3920cd8708b4d8e694a38ef02a2f4360ea76 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -24,9 +24,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',
],
@@ -46,8 +43,6 @@
'sources': [
'chromeos/display_configurator.cc',
'chromeos/display_configurator.h',
- 'chromeos/touchscreen_delegate_impl.cc',
- 'chromeos/touchscreen_delegate_impl.h',
'chromeos/ozone/display_configurator_ozone.cc',
'chromeos/x11/display_configurator_x11.cc',
'chromeos/x11/display_mode_x11.cc',
@@ -60,8 +55,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',

Powered by Google App Engine
This is Rietveld 408576698