blob: 6a25b79076790c13eb639351655dfd2457c40865 [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/blink/renderer/modules/modules.gni")
blink_modules_sources("credentialmanager") {
sources = [
"authenticator_assertion_response.cc",
"authenticator_assertion_response.h",
"authenticator_attestation_response.cc",
"authenticator_attestation_response.h",
"authenticator_response.cc",
"authenticator_response.h",
"credential.cc",
"credential.h",
"credential_manager_proxy.cc",
"credential_manager_proxy.h",
"credential_manager_type_converters.cc",
"credential_manager_type_converters.h",
"credential_metrics.cc",
"credential_metrics.h",
"credentials_container.cc",
"credentials_container.h",
"federated_credential.cc",
"federated_credential.h",
"navigator_credentials.cc",
"navigator_credentials.h",
"otp_credential.cc",
"otp_credential.h",
"password_credential.cc",
"password_credential.h",
"public_key_credential.cc",
"public_key_credential.h",
"scoped_promise_resolver.cc",
"scoped_promise_resolver.h",
]
}