blob: e3bc4a0c53894a9df42d63e246f2dcecd61a3a2b [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",
"credentials_container.cc",
"credentials_container.h",
"federated_credential.cc",
"federated_credential.h",
"otp_credential.cc",
"otp_credential.h",
"password_credential.cc",
"password_credential.h",
"payment_credential.cc",
"payment_credential.h",
"public_key_credential.cc",
"public_key_credential.h",
"scoped_promise_resolver.cc",
"scoped_promise_resolver.h",
]
deps = [ "//services/metrics/public/cpp:ukm_builders" ]
}