| # 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. | |
| source_set("chromium_app_store_bundle") { | |
| sources = [ | |
| "chromium_app_store_bundle.mm", | |
| "chromium_app_store_bundle_service.h", | |
| "chromium_app_store_bundle_service.mm", | |
| ] | |
| deps = [ "//ios/public/provider/chrome/browser/app_store_bundle:app_store_bundle_api" ] | |
| } |