summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/content/browser/webauthn/BUILD.gn
blob: bd8977e1308406e426f7c8c4d8a33cb4bed6e0fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2019 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.

import("//build/config/jumbo.gni")

jumbo_static_library("webauthn") {
  if (is_component_build) {
    check_includes = false
  }
  sources = [
    "internal_authenticator_impl.cc",
    "internal_authenticator_impl.h",
  ]
  deps = [
    "//components/autofill/core/browser",
    "//content/browser:for_internal_webauthn",
    "//content/public/browser",
  ]
}