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

source_set("testing") {
  testonly = true

  sources = [
    "toy_drop_target.cc",
    "toy_drop_target.h",
    "toy_drop_target_registry.cc",
    "toy_drop_target_registry.h",
    "toy_tab_drag_session_input_adapter.cc",
    "toy_tab_drag_session_input_adapter.h",
    "toy_tab_drag_session_listener.cc",
    "toy_tab_drag_session_listener.h",
    "toy_tab_drag_window_adapter.cc",
    "toy_tab_drag_window_adapter.h",
  ]

  public_deps = [
    "//components/browser_apis/tab_drag:mojom",
    "//components/browser_apis/tab_drag/adapters",
    "//components/browser_apis/tab_drag/sessions",
    "//components/browser_apis/tab_strip/types",
  ]

  deps = [
    "//base",
    "//mojo/public/mojom/base",
    "//ui/gfx/geometry",
  ]
}
