chromium/chrome/browser/ui/webui/ash/bluetooth/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("bluetooth") {
  sources = [
    "bluetooth_pairing_dialog.cc",
    "bluetooth_pairing_dialog.h",
    "bluetooth_shared_load_time_data_provider.cc",
    "bluetooth_shared_load_time_data_provider.h",
  ]

  deps = [
    "//ash/public/cpp",
    "//ash/webui/common:trusted_types_util",
    "//base",
    "//chrome/browser/profiles:profile",
    "//chrome/browser/resources/chromeos/bluetooth_pairing_dialog:resources",
    "//chrome/browser/ui/webui",
    "//chrome/common",
    "//chromeos/ash/components/network",
    "//chromeos/strings",
    "//components/session_manager/core",
    "//content/public/browser",
    "//ui/base",
    "//ui/web_dialogs",
    "//ui/webui",
    "//ui/wm",
  ]
}