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

Unified Diff: ui/ozone/platform/wayland/wayland.gypi

Issue 1712103002: ozone/platform/wayland: Implement pointer handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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/ozone/platform/wayland/fake_server.cc ('k') | ui/ozone/platform/wayland/wayland_display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/wayland.gypi
diff --git a/ui/ozone/platform/wayland/wayland.gypi b/ui/ozone/platform/wayland/wayland.gypi
index f69b99450fae63a5aed069b6080cdf3a9e49bf82..c71b6346172f02f572d3a56e0c5522162f95814e 100644
--- a/ui/ozone/platform/wayland/wayland.gypi
+++ b/ui/ozone/platform/wayland/wayland.gypi
@@ -28,6 +28,7 @@
'../../skia/skia.gyp:skia',
'../../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_protocol',
'../../third_party/wayland/wayland.gyp:wayland_client',
+ '../events/events.gyp:events',
'../events/platform/events_platform.gyp:events_platform',
],
'sources': [
@@ -39,6 +40,8 @@
'wayland_display.h',
'wayland_object.cc',
'wayland_object.h',
+ 'wayland_pointer.cc',
+ 'wayland_pointer.h',
'wayland_surface_factory.cc',
'wayland_surface_factory.h',
'wayland_window.cc',
@@ -64,11 +67,15 @@
'../gfx/gfx.gyp:gfx_test_support',
],
'direct_dependent_settings': {
+ 'defines': [
+ 'WL_HIDE_DEPRECATED',
+ ],
'sources': [
'fake_server.cc',
'fake_server.h',
'mock_platform_window_delegate.cc',
'wayland_display_unittest.cc',
+ 'wayland_pointer_unittest.cc',
'wayland_surface_factory_unittest.cc',
'wayland_test.cc',
'wayland_test.h',
« no previous file with comments | « ui/ozone/platform/wayland/fake_server.cc ('k') | ui/ozone/platform/wayland/wayland_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698