chromium/ash/webui/multidevice_debug/BUILD.gn

# Copyright 2015 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, "Proximity Auth is ash-chrome only")

static_library("multidevice_debug") {
  sources = [
    "proximity_auth_ui.cc",
    "proximity_auth_ui.h",
    "proximity_auth_webui_handler.cc",
    "proximity_auth_webui_handler.h",
    "url_constants.cc",
    "url_constants.h",
  ]

  deps = [
    "//ash/constants",
    "//ash/webui/resources:multidevice_debug_resources",
    "//base",
    "//base:i18n",
    "//chromeos/ash/components/multidevice/logging",
    "//chromeos/ash/services/device_sync/proto",
    "//chromeos/ash/services/device_sync/proto:util",
    "//chromeos/ash/services/device_sync/public/cpp",
    "//chromeos/ash/services/multidevice_setup/public/mojom",
    "//chromeos/ash/services/secure_channel/public/cpp/client",
    "//chromeos/ash/services/secure_channel/public/mojom",
    "//components/prefs",
    "//components/resources",
    "//content/public/browser",
    "//device/bluetooth",
    "//device/bluetooth/public/cpp",
    "//ui/resources",
    "//ui/webui",
  ]
  public_deps = [ "//chromeos/ash/services/device_sync/public/mojom" ]
}