summaryrefslogtreecommitdiff
path: root/chromium/components/proximity_auth/webui/BUILD.gn
blob: 69b5253a086b1fd7ed24e066dee09e2fef1354cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

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

  deps = [
    "//base",
    "//base:i18n",
    "//components/prefs",
    "//components/proximity_auth",
    "//components/proximity_auth/ble",
    "//components/proximity_auth/cryptauth",
    "//components/proximity_auth/logging",
    "//components/resources",
    "//content/public/browser",
    "//device/bluetooth",
    "//ui/resources",
  ]
}