blob: 1da21abd46e6f8c6697b7760bd41d69715200134 [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 = [
"walletable_pass_ingestion_controller.cc",
"walletable_pass_ingestion_controller.h",
"walletable_pass_service.cc",
"walletable_pass_service.h",
]
deps = [
"//base",
"//components/keyed_service/core",
"//components/optimization_guide/core",
"//url",
]
}
source_set("unit_tests") {
testonly = true
sources = [
"walletable_pass_ingestion_controller_unittest.cc",
"walletable_pass_service_unittest.cc",
]
deps = [
":browser",
"//base",
"//base/test:test_support",
"//components/optimization_guide/core:hints_test_support",
"//testing/gmock",
"//testing/gtest",
"//url",
]
}