X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fdisplay%2Fdisplay.gyp;h=ef1d6af69ff68e2d732f787fe7cbd3eb519910ac;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=ef2dddfa2ffb1f10b1b9099dea11072239c774de;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/display/display.gyp b/src/ui/display/display.gyp index ef2dddf..ef1d6af 100644 --- a/src/ui/display/display.gyp +++ b/src/ui/display/display.gyp @@ -20,17 +20,14 @@ ], 'sources': [ # Note: file list duplicated in GN build. - 'types/chromeos/display_mode.cc', - 'types/chromeos/display_mode.h', - 'types/chromeos/display_snapshot.cc', - '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_mode.cc', + 'types/display_mode.h', + 'types/display_snapshot.cc', + 'types/display_snapshot.h', 'types/display_types_export.h', + 'types/native_display_delegate.h', + 'types/native_display_observer.h', ], }, { @@ -50,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', @@ -64,8 +59,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', @@ -167,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',