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

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: Remove TouchscreenDelegate references from display_unittests 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
« no previous file with comments | « ui/display/chromeos/x11/native_display_delegate_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display.gyp
diff --git a/ui/display/display.gyp b/ui/display/display.gyp
index b407051a8583e9272888d9bad71bae9cb6cd0ed3..239282a38c0a903a3e2eea0638c88982a34afd91 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -47,8 +47,6 @@
# Note: file list duplicated in GN build.
'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',
@@ -72,7 +70,6 @@
'../../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',
],
}],
@@ -163,7 +160,6 @@
],
'sources': [
'chromeos/display_configurator_unittest.cc',
- 'chromeos/touchscreen_delegate_impl_unittest.cc',
'chromeos/x11/display_util_x11_unittest.cc',
'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc',
'util/display_util_unittest.cc',
@@ -175,7 +171,6 @@
'display',
'display_test_util',
'display_types',
- '../../ui/events/events.gyp:events_base',
],
}],
],
« no previous file with comments | « ui/display/chromeos/x11/native_display_delegate_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698