chromium/chrome/browser/ui/ash/touch_selection_menu/BUILD.gn

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

import("//build/config/chromeos/ui_mode.gni")

assert(is_chromeos_ash)

static_library("touch_selection_menu") {
  sources = [
    "touch_selection_menu_chromeos.cc",
    "touch_selection_menu_chromeos.h",
    "touch_selection_menu_runner_chromeos.cc",
    "touch_selection_menu_runner_chromeos.h",
  ]

  public_deps = [
    "//ash/components/arc/mojom",
    "//base",
    "//ui/aura",
    "//ui/views",
  ]

  deps = [
    "//ash",
    "//ash/components/arc/session",
    "//ash/public/cpp",
    "//ui/base",
    "//ui/display",
    "//ui/gfx",
    "//ui/touch_selection",
  ]
}