blob: ee578a44878ccc5574ae7da8ea516ba8ebc0302c [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.
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" ]
}