# 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. assert(is_chromeos) 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/constants", "//ash/public/cpp", "//ash/webui/common:trusted_types_util", "//base", "//chrome/app:generated_resources", "//chrome/browser/profiles:profile", "//chrome/browser/resources/chromeos/bluetooth_pairing_dialog:resources", "//chrome/browser/ui/webui:theme_source", "//chrome/browser/ui/webui/ash/system_web_dialog", "//chromeos/ash/components/network", "//chromeos/strings", "//components/session_manager/core", "//components/strings:components_strings", "//content/public/browser", "//content/public/common", "//device/bluetooth", "//ui/base/interaction", "//ui/web_dialogs", "//ui/webui", "//ui/wm", ] }