# 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("adapters") {
  sources = [
    "tab_drag_session_input_adapter.h",
    "tab_drag_window_adapter.h",
  ]

  public_deps = [
    "//components/browser_apis/tab_strip/types",
    "//ui/gfx",
    "//ui/gfx/geometry",
  ]

  deps = [
    "//base",
    "//components/browser_apis/tab_strip/types",
    "//ui/gfx/geometry",
  ]
}
