blob: 1eceda6ae070afca1363c71623fce8d3d4093810 [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# 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("smart_card") {
sources = [
"smart_card_connection.cc",
"smart_card_connection.h",
"smart_card_context.cc",
"smart_card_context.h",
"smart_card_error.cc",
"smart_card_error.h",
"smart_card_resource_manager.cc",
"smart_card_resource_manager.h",
"smart_card_util.cc",
"smart_card_util.h",
]
}