# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

visibility = [ "//ui/ozone/*" ]

import("//build/config/linux/pkg_config.gni")
import("//gpu/vulkan/features.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
import("//ui/ozone/platform/wayland/wayland.gni")

assert(is_linux)

source_set("common") {
  sources = [
    "common/wayland_overlay_config.cc",
    "common/wayland_overlay_config.h",
    "common/wayland_presentation_info.h",
  ]

  deps = [ "//ui/gfx" ]
}

source_set("wayland") {
  sources = [
    "client_native_pixmap_factory_wayland.cc",
    "client_native_pixmap_factory_wayland.h",
    "common/wayland.h",
    "common/wayland_object.cc",
    "common/wayland_object.h",
    "common/wayland_util.cc",
    "common/wayland_util.h",
    "gpu/gl_surface_egl_readback_wayland.cc",
    "gpu/gl_surface_egl_readback_wayland.h",
    "gpu/gl_surface_wayland.cc",
    "gpu/gl_surface_wayland.h",
    "gpu/wayland_buffer_manager_gpu.cc",
    "gpu/wayland_buffer_manager_gpu.h",
    "gpu/wayland_canvas_surface.cc",
    "gpu/wayland_canvas_surface.h",
    "gpu/wayland_gl_egl_utility.cc",
    "gpu/wayland_gl_egl_utility.h",
    "gpu/wayland_overlay_candidates.cc",
    "gpu/wayland_overlay_candidates.h",
    "gpu/wayland_overlay_manager.cc",
    "gpu/wayland_overlay_manager.h",
    "gpu/wayland_surface_factory.cc",
    "gpu/wayland_surface_factory.h",
    "gpu/wayland_surface_gpu.h",
    "host/begin_frame_source_wayland.cc",
    "host/begin_frame_source_wayland.h",
    "host/drm_syncobj_ioctl_wrapper.cc",
    "host/drm_syncobj_ioctl_wrapper.h",
    "host/dump_util.h",
    "host/fractional_scale_manager.cc",
    "host/fractional_scale_manager.h",
    "host/gtk_primary_selection_device.cc",
    "host/gtk_primary_selection_device.h",
    "host/gtk_primary_selection_device_manager.cc",
    "host/gtk_primary_selection_device_manager.h",
    "host/gtk_primary_selection_offer.cc",
    "host/gtk_primary_selection_offer.h",
    "host/linux_ui_delegate_wayland.cc",
    "host/linux_ui_delegate_wayland.h",
    "host/org_kde_kwin_appmenu.cc",
    "host/org_kde_kwin_appmenu.h",
    "host/org_kde_kwin_idle.cc",
    "host/org_kde_kwin_idle.h",
    "host/overlay_prioritizer.cc",
    "host/overlay_prioritizer.h",
    "host/single_pixel_buffer.cc",
    "host/single_pixel_buffer.h",
    "host/span_style.h",
    "host/toplevel_icon_manager.cc",
    "host/toplevel_icon_manager.h",
    "host/wayland_async_cursor.cc",
    "host/wayland_async_cursor.h",
    "host/wayland_bubble.cc",
    "host/wayland_bubble.h",
    "host/wayland_buffer_backing.cc",
    "host/wayland_buffer_backing.h",
    "host/wayland_buffer_backing_dmabuf.cc",
    "host/wayland_buffer_backing_dmabuf.h",
    "host/wayland_buffer_backing_shm.cc",
    "host/wayland_buffer_backing_shm.h",
    "host/wayland_buffer_backing_single_pixel.cc",
    "host/wayland_buffer_backing_single_pixel.h",
    "host/wayland_buffer_factory.cc",
    "host/wayland_buffer_factory.h",
    "host/wayland_buffer_handle.cc",
    "host/wayland_buffer_handle.h",
    "host/wayland_buffer_manager_connector.cc",
    "host/wayland_buffer_manager_connector.h",
    "host/wayland_buffer_manager_host.cc",
    "host/wayland_buffer_manager_host.h",
    "host/wayland_clipboard.cc",
    "host/wayland_clipboard.h",
    "host/wayland_connection.cc",
    "host/wayland_connection.h",
    "host/wayland_cursor.cc",
    "host/wayland_cursor.h",
    "host/wayland_cursor_factory.cc",
    "host/wayland_cursor_factory.h",
    "host/wayland_cursor_position.cc",
    "host/wayland_cursor_position.h",
    "host/wayland_cursor_shape.cc",
    "host/wayland_cursor_shape.h",
    "host/wayland_data_device.cc",
    "host/wayland_data_device.h",
    "host/wayland_data_device_base.cc",
    "host/wayland_data_device_base.h",
    "host/wayland_data_device_manager.cc",
    "host/wayland_data_device_manager.h",
    "host/wayland_data_drag_controller.cc",
    "host/wayland_data_drag_controller.h",
    "host/wayland_data_offer.cc",
    "host/wayland_data_offer.h",
    "host/wayland_data_offer_base.cc",
    "host/wayland_data_offer_base.h",
    "host/wayland_data_source.cc",
    "host/wayland_data_source.h",
    "host/wayland_drm.cc",
    "host/wayland_drm.h",
    "host/wayland_event_source.cc",
    "host/wayland_event_source.h",
    "host/wayland_exchange_data_provider.cc",
    "host/wayland_exchange_data_provider.h",
    "host/wayland_frame_manager.cc",
    "host/wayland_frame_manager.h",
    "host/wayland_input_method_context.cc",
    "host/wayland_input_method_context.h",
    "host/wayland_keyboard.cc",
    "host/wayland_keyboard.h",
    "host/wayland_menu_utils.cc",
    "host/wayland_menu_utils.h",
    "host/wayland_output.cc",
    "host/wayland_output.h",
    "host/wayland_output_manager.cc",
    "host/wayland_output_manager.h",
    "host/wayland_pointer.cc",
    "host/wayland_pointer.h",
    "host/wayland_popup.cc",
    "host/wayland_popup.h",
    "host/wayland_screen.cc",
    "host/wayland_screen.h",
    "host/wayland_seat.cc",
    "host/wayland_seat.h",
    "host/wayland_serial_tracker.cc",
    "host/wayland_serial_tracker.h",
    "host/wayland_shm.cc",
    "host/wayland_shm.h",
    "host/wayland_shm_buffer.cc",
    "host/wayland_shm_buffer.h",
    "host/wayland_subsurface.cc",
    "host/wayland_subsurface.h",
    "host/wayland_surface.cc",
    "host/wayland_surface.h",
    "host/wayland_syncobj_timeline.cc",
    "host/wayland_syncobj_timeline.h",
    "host/wayland_tablet.cc",
    "host/wayland_tablet.h",
    "host/wayland_tablet_manager.cc",
    "host/wayland_tablet_manager.h",
    "host/wayland_tablet_seat.cc",
    "host/wayland_tablet_seat.h",
    "host/wayland_tablet_tool.cc",
    "host/wayland_tablet_tool.h",
    "host/wayland_toplevel_window.cc",
    "host/wayland_toplevel_window.h",
    "host/wayland_touch.cc",
    "host/wayland_touch.h",
    "host/wayland_window.cc",
    "host/wayland_window.h",
    "host/wayland_window_drag_controller.cc",
    "host/wayland_window_drag_controller.h",
    "host/wayland_window_factory.cc",
    "host/wayland_window_manager.cc",
    "host/wayland_window_manager.h",
    "host/wayland_window_observer.cc",
    "host/wayland_window_observer.h",
    "host/wayland_wp_color_management_output.cc",
    "host/wayland_wp_color_management_output.h",
    "host/wayland_wp_color_management_surface.cc",
    "host/wayland_wp_color_management_surface.h",
    "host/wayland_wp_color_manager.cc",
    "host/wayland_wp_color_manager.h",
    "host/wayland_wp_image_description.cc",
    "host/wayland_wp_image_description.h",
    "host/wayland_zwp_linux_dmabuf.cc",
    "host/wayland_zwp_linux_dmabuf.h",
    "host/wayland_zwp_pointer_constraints.cc",
    "host/wayland_zwp_pointer_constraints.h",
    "host/wayland_zwp_pointer_gestures.cc",
    "host/wayland_zwp_pointer_gestures.h",
    "host/wayland_zwp_relative_pointer_manager.cc",
    "host/wayland_zwp_relative_pointer_manager.h",
    "host/xdg_activation.cc",
    "host/xdg_activation.h",
    "host/xdg_foreign_wrapper.cc",
    "host/xdg_foreign_wrapper.h",
    "host/xdg_output.cc",
    "host/xdg_output.h",
    "host/xdg_popup.cc",
    "host/xdg_popup.h",
    "host/xdg_session.cc",
    "host/xdg_session.h",
    "host/xdg_session_manager.cc",
    "host/xdg_session_manager.h",
    "host/xdg_surface.cc",
    "host/xdg_surface.h",
    "host/xdg_toplevel.cc",
    "host/xdg_toplevel.h",
    "host/zwp_idle_inhibit_manager.cc",
    "host/zwp_idle_inhibit_manager.h",
    "host/zwp_primary_selection_device.cc",
    "host/zwp_primary_selection_device.h",
    "host/zwp_primary_selection_device_manager.cc",
    "host/zwp_primary_selection_device_manager.h",
    "host/zwp_primary_selection_offer.cc",
    "host/zwp_primary_selection_offer.h",
    "host/zwp_text_input_v1.cc",
    "host/zwp_text_input_v1.h",
    "host/zwp_text_input_v3.cc",
    "host/zwp_text_input_v3.h",
    "ozone_platform_wayland.cc",
    "ozone_platform_wayland.h",
    "wayland_utils.cc",
    "wayland_utils.h",
  ]

  import("//ui/base/ui_features.gni")
  if (use_xkbcommon) {
    configs += [ "//ui/events/ozone/layout:xkbcommon" ]
  }

  defines = [ "OZONE_IMPLEMENTATION" ]

  deps = [
    ":common",
    "//base",
    "//build/config/linux/dbus:buildflags",
    "//build/config/linux/libdrm",
    "//components/crash/core/common:crash_key",
    "//components/device_event_log",
    "//components/exo/wayland/protocol:overlay_prioritizer_protocol",
    "//components/viz/common/resources:shared_image_format",
    "//mojo/public/cpp/bindings",
    "//mojo/public/cpp/system",
    "//skia",
    "//third_party/angle:includes",
    "//third_party/libsync",
    "//third_party/wayland:wayland_client",
    "//third_party/wayland:wayland_cursor",
    "//third_party/wayland:wayland_egl",
    "//third_party/wayland:wayland_util",
    "//third_party/wayland-protocols:alpha_compositing_protocol",
    "//third_party/wayland-protocols:color_management_protocol",
    "//third_party/wayland-protocols:content_type_protocol",
    "//third_party/wayland-protocols:cursor_shape_protocol",
    "//third_party/wayland-protocols:extended_drag",
    "//third_party/wayland-protocols:fractional_scale_protocol",
    "//third_party/wayland-protocols:gtk_primary_selection_protocol",
    "//third_party/wayland-protocols:idle_inhibit_protocol",
    "//third_party/wayland-protocols:keyboard_extension_protocol",
    "//third_party/wayland-protocols:keyboard_shortcuts_inhibit_protocol",
    "//third_party/wayland-protocols:linux_dmabuf_protocol",
    "//third_party/wayland-protocols:linux_drm_syncobj_protocol",
    "//third_party/wayland-protocols:org_kde_kwin_appmenu",
    "//third_party/wayland-protocols:org_kde_kwin_idle",
    "//third_party/wayland-protocols:pointer_constraints_protocol",
    "//third_party/wayland-protocols:pointer_gestures_protocol",
    "//third_party/wayland-protocols:presentation_time_protocol",
    "//third_party/wayland-protocols:primary_selection_protocol",
    "//third_party/wayland-protocols:relative_pointer_protocol",
    "//third_party/wayland-protocols:single_pixel_buffer",
    "//third_party/wayland-protocols:tablet_protocol",
    "//third_party/wayland-protocols:text_input_protocol",
    "//third_party/wayland-protocols:viewporter_protocol",
    "//third_party/wayland-protocols:wayland_drm_protocol",
    "//third_party/wayland-protocols:xdg_activation",
    "//third_party/wayland-protocols:xdg_decoration_protocol",
    "//third_party/wayland-protocols:xdg_foreign",
    "//third_party/wayland-protocols:xdg_output_protocol",
    "//third_party/wayland-protocols:xdg_shell_protocol",
    "//third_party/wayland-protocols:xdg_toplevel_drag_protocol",
    "//third_party/wayland-protocols:xdg_toplevel_icon_protocol",
    "//third_party/wayland-protocols:xx_session_management_protocol",
    "//ui/base",
    "//ui/base:buildflags",
    "//ui/base:data_exchange",
    "//ui/base:features",
    "//ui/base/clipboard:clipboard_util_linux",
    "//ui/base/cursor",
    "//ui/base/cursor/mojom:cursor_type",
    "//ui/base/dragdrop:types",
    "//ui/base/dragdrop/mojom",
    "//ui/base/ime/linux",
    "//ui/base/wayland:wayland_client_input_types",
    "//ui/base/wayland:wayland_display_util",
    "//ui/display",
    "//ui/display/util",
    "//ui/display/util:gpu_info_util",
    "//ui/events",
    "//ui/events:dom_keycode_converter",
    "//ui/events/devices",
    "//ui/events/keycodes:xkb",
    "//ui/events/ozone",
    "//ui/events/ozone/layout",
    "//ui/events/platform",
    "//ui/gfx",
    "//ui/gfx:memory_buffer",
    "//ui/gfx/geometry",
    "//ui/gfx/linux:drm",
    "//ui/linux:linux_ui",
    "//ui/ozone:ozone_base",
    "//ui/ozone/common",
    "//ui/ozone/platform/wayland/mojom",
    "//ui/platform_window",
    "//ui/platform_window/common",
    "//ui/platform_window/wm",
  ]

  if (use_dbus) {
    sources += [
      "host/org_gnome_mutter_idle_monitor.cc",
      "host/org_gnome_mutter_idle_monitor.h",
    ]
    deps += [
      "//components/dbus",
      "//dbus",
    ]
  }

  if (use_wayland_gbm) {
    defines += [ "WAYLAND_GBM" ]
    sources += [
      "common/drm_render_node_handle.cc",
      "common/drm_render_node_handle.h",
      "common/drm_render_node_path_finder.cc",
      "common/drm_render_node_path_finder.h",
      "gpu/gbm_pixmap_wayland.cc",
      "gpu/gbm_pixmap_wayland.h",
      "gpu/gbm_surfaceless_wayland.cc",
      "gpu/gbm_surfaceless_wayland.h",
    ]

    deps += [
      "//third_party/minigbm",
      "//ui/gfx:memory_buffer",
      "//ui/gfx/linux:gbm",
    ]
  }

  data_deps = []

  if (use_bundled_weston) {
    data_deps += [ "//third_party/weston" ]
  }

  if (enable_vulkan) {
    sources += [
      "gpu/vulkan_implementation_wayland.cc",
      "gpu/vulkan_implementation_wayland.h",
    ]
    deps += [ "//gpu/vulkan" ]
  }

  # Proxy implementation that is used by input emulation.
  sources += [
    "host/proxy/wayland_proxy_impl.cc",
    "host/proxy/wayland_proxy_impl.h",
  ]

  deps += [
    ":wayland_proxy",
    "//ui/events/platform/wayland:wayland_event_watcher",
  ]

  # TODO(crbug.com/40031409): Fix code that adds exit-time destructors and
  # enable the diagnostic by removing this line.
  configs += [ "//build/config/compiler:no_exit_time_destructors" ]
}

source_set("test_support") {
  testonly = true

  sources = [
    "test/global_object.cc",
    "test/global_object.h",
    "test/mock_drm_syncobj_ioctl_wrapper.cc",
    "test/mock_drm_syncobj_ioctl_wrapper.h",
    "test/mock_pointer.cc",
    "test/mock_pointer.h",
    "test/mock_surface.cc",
    "test/mock_surface.h",
    "test/mock_wayland_platform_window_delegate.cc",
    "test/mock_wayland_platform_window_delegate.h",
    "test/mock_wp_presentation.cc",
    "test/mock_wp_presentation.h",
    "test/mock_xdg_activation_v1.cc",
    "test/mock_xdg_activation_v1.h",
    "test/mock_xdg_shell.cc",
    "test/mock_xdg_shell.h",
    "test/mock_xdg_surface.cc",
    "test/mock_xdg_surface.h",
    "test/mock_xdg_toplevel_icon.cc",
    "test/mock_xdg_toplevel_icon.h",
    "test/mock_zwp_linux_dmabuf.cc",
    "test/mock_zwp_linux_dmabuf.h",
    "test/mock_zwp_text_input.cc",
    "test/mock_zwp_text_input.h",
    "test/mock_zwp_text_input_v1_client.cc",
    "test/mock_zwp_text_input_v1_client.h",
    "test/mock_zwp_text_input_v3_client.cc",
    "test/mock_zwp_text_input_v3_client.h",
    "test/scoped_wl_array.cc",
    "test/scoped_wl_array.h",
    "test/server_object.cc",
    "test/server_object.h",
    "test/test_alpha_blending.cc",
    "test/test_alpha_blending.h",
    "test/test_alpha_compositing.cc",
    "test/test_alpha_compositing.h",
    "test/test_buffer.cc",
    "test/test_buffer.h",
    "test/test_compositor.cc",
    "test/test_compositor.h",
    "test/test_data_device.cc",
    "test/test_data_device.h",
    "test/test_data_device_manager.cc",
    "test/test_data_device_manager.h",
    "test/test_data_offer.cc",
    "test/test_data_offer.h",
    "test/test_data_source.cc",
    "test/test_data_source.h",
    "test/test_fd_factory.cc",
    "test/test_fd_factory.h",
    "test/test_fractional_scale.cc",
    "test/test_fractional_scale.h",
    "test/test_gtk_primary_selection.cc",
    "test/test_gtk_primary_selection.h",
    "test/test_keyboard.cc",
    "test/test_keyboard.h",
    "test/test_output.cc",
    "test/test_output.h",
    "test/test_output_metrics.cc",
    "test/test_output_metrics.h",
    "test/test_overlay_prioritized_surface.cc",
    "test/test_overlay_prioritized_surface.h",
    "test/test_overlay_prioritizer.cc",
    "test/test_overlay_prioritizer.h",
    "test/test_positioner.cc",
    "test/test_positioner.h",
    "test/test_region.cc",
    "test/test_region.h",
    "test/test_seat.cc",
    "test/test_seat.h",
    "test/test_selection_device_manager.cc",
    "test/test_selection_device_manager.h",
    "test/test_subcompositor.cc",
    "test/test_subcompositor.h",
    "test/test_subsurface.cc",
    "test/test_subsurface.h",
    "test/test_touch.cc",
    "test/test_touch.h",
    "test/test_viewport.cc",
    "test/test_viewport.h",
    "test/test_viewporter.cc",
    "test/test_viewporter.h",
    "test/test_wayland_server_thread.cc",
    "test/test_wayland_server_thread.h",
    "test/test_wp_linux_drm_syncobj.cc",
    "test/test_wp_linux_drm_syncobj.h",
    "test/test_wp_pointer_gestures.cc",
    "test/test_wp_pointer_gestures.h",
    "test/test_xdg_popup.cc",
    "test/test_xdg_popup.h",
    "test/test_zwp_linux_buffer_params.cc",
    "test/test_zwp_linux_buffer_params.h",
    "test/test_zwp_primary_selection.cc",
    "test/test_zwp_primary_selection.h",
    "test/test_zwp_text_input_manager.cc",
    "test/test_zwp_text_input_manager.h",
    "test/test_zxdg_output.cc",
    "test/test_zxdg_output.h",
    "test/test_zxdg_output_manager.cc",
    "test/test_zxdg_output_manager.h",
    "test/wayland_connection_test_api.cc",
    "test/wayland_connection_test_api.h",
    "test/wayland_window_drag_controller_test_api.h",
  ]

  deps = [
    ":wayland",
    "//base",
    "//ui/base/wayland:wayland_display_util",
    "//ui/ozone:platform",
    "//ui/ozone:test_support",
  ]

  public_deps = [
    "//components/exo/wayland/protocol:overlay_prioritizer_protocol",
    "//skia",
    "//testing/gmock",
    "//third_party/wayland:wayland_client",
    "//third_party/wayland:wayland_server",
    "//third_party/wayland-protocols:alpha_compositing_protocol",
    "//third_party/wayland-protocols:fractional_scale_protocol",
    "//third_party/wayland-protocols:gtk_primary_selection_protocol",
    "//third_party/wayland-protocols:linux_dmabuf_protocol",
    "//third_party/wayland-protocols:linux_drm_syncobj_protocol",
    "//third_party/wayland-protocols:pointer_gestures_protocol",
    "//third_party/wayland-protocols:presentation_time_protocol",
    "//third_party/wayland-protocols:primary_selection_protocol",
    "//third_party/wayland-protocols:text_input_protocol",
    "//third_party/wayland-protocols:viewporter_protocol",
    "//third_party/wayland-protocols:xdg_activation",
    "//third_party/wayland-protocols:xdg_output_protocol",
    "//third_party/wayland-protocols:xdg_shell_protocol",
    "//third_party/wayland-protocols:xdg_toplevel_icon_protocol",
    "//ui/display:test_support",
    "//ui/gfx/geometry",
  ]
}

source_set("wayland_unittests") {
  testonly = true

  sources = [
    "common/wayland_util_unittest.cc",
    "gpu/wayland_overlay_manager_unittest.cc",
    "host/begin_frame_source_wayland_unittest.cc",
    "host/wayland_clipboard_unittest.cc",
    "host/wayland_connection_unittest.cc",
    "host/wayland_cursor_factory_unittest.cc",
    "host/wayland_data_drag_controller_unittest.cc",
    "host/wayland_event_source_unittest.cc",
    "host/wayland_event_watcher_unittest.cc",
    "host/wayland_exchange_data_provider_unittest.cc",
    "host/wayland_frame_manager_unittest.cc",
    "host/wayland_input_method_context_unittest.cc",
    "host/wayland_keyboard_unittest.cc",
    "host/wayland_output_unittest.cc",
    "host/wayland_pointer_unittest.cc",
    "host/wayland_screen_unittest.cc",
    "host/wayland_seat_unittest.cc",
    "host/wayland_serial_tracker_unittest.cc",
    "host/wayland_surface_unittest.cc",
    "host/wayland_syncobj_timeline_unittest.cc",
    "host/wayland_touch_unittest.cc",
    "host/wayland_window_drag_controller_unittest.cc",
    "host/wayland_window_manager_unittest.cc",
    "host/wayland_window_unittest.cc",
    "host/wayland_zwp_pointer_gestures_unittest.cc",
    "host/xdg_activation_unittest.cc",
    "host/xdg_toplevel_icon_unittest.cc",
    "host/zwp_text_input_v1_unittest.cc",
    "host/zwp_text_input_v3_unittest.cc",
    "mojom/wayland_overlay_config_mojom_traits_unittest.cc",
    "test/wayland_drag_drop_test.cc",
    "test/wayland_drag_drop_test.h",
    "test/wayland_test.cc",
    "test/wayland_test.h",
  ]

  deps = [
    ":common",
    ":test_support",
    ":wayland",
    "mojom:test_interfaces",
    "//build/config/linux/libdrm",
    "//components/crash/core/common:crash_key",
    "//components/viz/common/resources:shared_image_format",
    "//testing/gmock",
    "//testing/gtest",
    "//third_party/wayland:wayland_server",
    "//third_party/wayland-protocols:cursor_shape_protocol",
    "//third_party/wayland-protocols:keyboard_extension_protocol",
    "//third_party/wayland-protocols:linux_dmabuf_protocol",
    "//third_party/wayland-protocols:text_input_protocol",
    "//third_party/wayland-protocols:xdg_shell_protocol",
    "//ui/base",
    "//ui/base:buildflags",
    "//ui/base/dragdrop:types",
    "//ui/base/dragdrop/mojom",
    "//ui/base/ime/linux",
    "//ui/base/wayland:wayland_display_util",
    "//ui/events/ozone/layout",
    "//ui/events/platform/wayland:wayland_event_watcher",
    "//ui/gfx/linux:test_support",
    "//ui/ozone:platform",
    "//ui/ozone:test_support",
    "//ui/ozone/common",
    "//ui/ozone/platform/wayland/mojom",
    "//ui/platform_window/wm",
  ]

  import("//ui/base/ui_features.gni")
  if (use_xkbcommon) {
    deps += [ "//ui/events/keycodes:xkb" ]
  }

  defines = [ "WL_HIDE_DEPRECATED" ]

  if (use_wayland_gbm) {
    sources += [
      "gpu/wayland_surface_factory_unittest.cc",
      "wayland_buffer_manager_unittest.cc",
    ]
    deps += [
      "//ui/gfx/linux:drm",
      "//ui/gfx/linux:gbm",
    ]
    defines += [ "WAYLAND_GBM" ]
  }
}

fuzzer_test("wayland_buffer_fuzzer") {
  defines = [ "WL_HIDE_DEPRECATED" ]
  sources = [ "fuzzer/wayland_buffer_fuzzer.cc" ]
  deps = [
    ":test_support",
    ":wayland",
    "//base/test:test_support",
    "//build/config/linux/libdrm",
    "//mojo/core/embedder",
    "//mojo/public/cpp/system",
    "//ui/gfx:test_support",
    "//ui/platform_window",
  ]
}

source_set("ui_test_support") {
  testonly = true

  sources = [
    "emulate/wayland_input_emulate.cc",
    "emulate/wayland_input_emulate.h",
    "test/wayland_ozone_ui_controls_test_helper.cc",
    "test/wayland_ozone_ui_controls_test_helper.h",
  ]

  deps = [
    ":wayland_proxy",
    "//base",
    "//third_party/wayland:wayland_client",
    "//third_party/wayland-protocols:ui_controls_protocol",
    "//third_party/wayland-protocols:xdg_shell_protocol",
    "//ui/base:test_support",
    "//ui/base/wayland:wayland_display_util",
    "//ui/display:test_support",
    "//ui/events",
    "//ui/events:dom_keycode_converter",
    "//ui/events:test_support",
    "//ui/events/types:headers",
    "//ui/gfx",
    "//ui/ozone/platform/wayland",
    "//ui/platform_window/common",
  ]

  if (use_bundled_mutter) {
    data_deps = [ "//third_party/mutter" ]
  }
}

component("wayland_proxy") {
  visibility = []
  visibility += [
    ":ui_test_support",
    ":wayland",
  ]

  sources = [
    "host/proxy/wayland_proxy.cc",
    "host/proxy/wayland_proxy.h",
  ]

  defines = [ "IS_WAYLAND_PROXY_IMPL" ]

  deps = [
    "//base",
    "//ui/gfx",
    "//ui/platform_window",
    "//ui/platform_window/common",
  ]
}
