# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/ios/ios_sdk.gni")
source_set("chromium_lottie_animation") {
sources = [ "chromium_lottie_animation.mm" ]
deps = [
"//base",
"//ios/public/provider/chrome/browser/lottie:lottie_animation_api",
]
if (target_environment != "catalyst") {
deps += [
"//ios/third_party/lottie:lottie+bundle",
"//ios/third_party/lottie:lottie+link",
]
}
}