blob: 8d49e91953de1def7163badf9d818582abe054ab [file] [log] [blame]
# Copyright 2021 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_distribution") {
sources = [ "chromium_app_distribution.cc" ]
deps = [ "//ios/public/provider/chrome/browser/app_distribution:app_distribution_api" ]
}