blob: 4e088deb1e9ff802dac8e5eed51e2d85a353f6d1 [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") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [ "chromium_app_distribution.cc" ]
deps = [ "//ios/public/provider/chrome/browser/app_distribution:app_distribution_api" ]
}