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

Unified Diff: ui/ozone/platform/wayland/BUILD.gn

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 | « no previous file | ui/ozone/platform/wayland/fake_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/BUILD.gn
diff --git a/ui/ozone/platform/wayland/BUILD.gn b/ui/ozone/platform/wayland/BUILD.gn
index 4d34154fd98979d1dbf94bcbe1a3c360084ad2c4..1d8e6113da0f03ada6e2c49bc0f245205134e09f 100644
--- a/ui/ozone/platform/wayland/BUILD.gn
+++ b/ui/ozone/platform/wayland/BUILD.gn
@@ -14,6 +14,8 @@ source_set("wayland") {
"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",
@@ -25,6 +27,7 @@ source_set("wayland") {
"//skia",
"//third_party/wayland:wayland_client",
"//third_party/wayland-protocols:xdg_shell_protocol",
+ "//ui/events",
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -44,6 +47,7 @@ source_set("wayland_unittests") {
"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",
@@ -59,4 +63,6 @@ source_set("wayland_unittests") {
"//ui/gfx:test_support",
"//ui/ozone:platform",
]
+
+ defines = [ "WL_HIDE_DEPRECATED" ]
}
« no previous file with comments | « no previous file | ui/ozone/platform/wayland/fake_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698