blob: eaa78b48d7900003aac220144a9a1f13f5aacdb4 [file] [log] [blame]
# Copyright 2016 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("//third_party/WebKit/Source/modules/modules.gni")
blink_modules_sources("webauth") {
sources = [
"AuthenticationAssertion.h",
"NavigatorAuth.cpp",
"NavigatorAuth.h",
"ScopedCredential.h",
"ScopedCredentialInfo.h",
"WebAuthentication.cpp",
"WebAuthentication.h",
]
deps = [
"//components/webauth:authenticator_blink",
"//device/usb/public/interfaces:interfaces_blink",
]
}