| 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',
|
| ],
|
| }],
|
| ],
|
|
|