blob: 317a7305275f4361f19950df0c4ade41895095c7 [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",
]
}