diff options
Diffstat (limited to 'chromium/components/exo/wayland/BUILD.gn')
-rw-r--r-- | chromium/components/exo/wayland/BUILD.gn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/components/exo/wayland/BUILD.gn b/chromium/components/exo/wayland/BUILD.gn index 28c660133d4..6800a87c54d 100644 --- a/chromium/components/exo/wayland/BUILD.gn +++ b/chromium/components/exo/wayland/BUILD.gn @@ -36,7 +36,6 @@ source_set("wayland") { "wayland_touch_delegate.cc", "wayland_touch_delegate.h", "wayland_watcher.cc", - "wayland_watcher.h", "wl_compositor.cc", "wl_compositor.h", "wl_data_device_manager.cc", @@ -120,10 +119,12 @@ source_set("wayland") { deps += [ "//build/config/linux/libdrm", "//third_party/wayland-protocols:linux_dmabuf_protocol", + "//ui/ozone", ] if (is_chromeos) { deps += [ + "//ash", "//ash/public/cpp", "//ui/events/ozone/layout", ] @@ -152,6 +153,8 @@ source_set("wayland") { "wayland_positioner.h", "wl_shell.cc", "wl_shell.h", + "xdg_shell.cc", + "xdg_shell.h", "zcr_color_space.cc", "zcr_color_space.h", "zcr_cursor_shapes.cc", |