blob: b2899c5f3faa4cc49f549bbba04d40981c838c25 [file] [log] [blame]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("browser") {
sources = [
"content_walletable_pass_ingestion_controller.cc",
"content_walletable_pass_ingestion_controller.h",
"walletable_pass_barcode_detector.h",
"walletable_pass_barcode_detector_impl.cc",
"walletable_pass_barcode_detector_impl.h",
]
deps = [
"//base",
"//components/optimization_guide/content/browser",
"//components/wallet/content/common/mojom",
"//components/wallet/core/browser",
"//content/public/browser",
"//services/shape_detection/public/mojom",
]
}