| Index: ui/ozone/platform/wayland/BUILD.gn
|
| diff --git a/ui/ozone/platform/wayland/BUILD.gn b/ui/ozone/platform/wayland/BUILD.gn
|
| index 1d8e6113da0f03ada6e2c49bc0f245205134e09f..17e1c5bcdd5b27421a4a20340127a1e83916e7c4 100644
|
| --- a/ui/ozone/platform/wayland/BUILD.gn
|
| +++ b/ui/ozone/platform/wayland/BUILD.gn
|
| @@ -12,6 +12,8 @@ source_set("wayland") {
|
| "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",
|
| @@ -28,6 +30,8 @@ source_set("wayland") {
|
| "//third_party/wayland:wayland_client",
|
| "//third_party/wayland-protocols:xdg_shell_protocol",
|
| "//ui/events",
|
| + "//ui/events/ozone:events_ozone_evdev",
|
| + "//ui/events/ozone:events_ozone_layout",
|
| "//ui/events/platform",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
|
|