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

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

Issue 1841083003: ozone/platform/wayland: Implement keyboard handling Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/BUILD.gn ('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 c71b6346172f02f572d3a56e0c5522162f95814e..12818fe047b911f12a7dc8ccbed5a7e59b08dfe9 100644
--- a/ui/ozone/platform/wayland/wayland.gypi
+++ b/ui/ozone/platform/wayland/wayland.gypi
@@ -29,6 +29,8 @@
'../../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_protocol',
'../../third_party/wayland/wayland.gyp:wayland_client',
'../events/events.gyp:events',
+ '../events/ozone/events_ozone.gyp:events_ozone_evdev',
+ '../events/ozone/events_ozone.gyp:events_ozone_layout',
'../events/platform/events_platform.gyp:events_platform',
],
'sources': [
@@ -38,6 +40,8 @@
'ozone_platform_wayland.h',
'wayland_display.cc',
'wayland_display.h',
+ 'wayland_keyboard.cc',
+ 'wayland_keyboard.h',
'wayland_object.cc',
'wayland_object.h',
'wayland_pointer.cc',
« no previous file with comments | « ui/ozone/platform/wayland/BUILD.gn ('k') | ui/ozone/platform/wayland/wayland_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698