chromium/ios/chrome/common/ui/promo_style/resources/BUILD.gn

# Copyright 2022 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/rules.gni")

bundle_data_xcassets("resources") {
  catalog = "Assets.xcassets"
  sources = [
    "Assets.xcassets/Contents.json",
    "Assets.xcassets/promo_background_left.imageset/Contents.json",
    "Assets.xcassets/promo_background_left.imageset/promo_background_left.pdf",
    "Assets.xcassets/promo_background_left.imageset/promo_background_left_dark.pdf",
    "Assets.xcassets/promo_background_right.imageset/Contents.json",
    "Assets.xcassets/promo_background_right.imageset/promo_background_right.pdf",
    "Assets.xcassets/promo_background_right.imageset/promo_background_right_dark.pdf",
    "Assets.xcassets/promo_style_avatar_circle.imageset/Contents.json",
    "Assets.xcassets/promo_style_avatar_circle.imageset/[email protected]",
    "Assets.xcassets/promo_style_avatar_circle.imageset/[email protected]",
    "Assets.xcassets/promo_style_avatar_circle.imageset/[email protected]",
    "Assets.xcassets/promo_style_avatar_circle.imageset/[email protected]",
  ]
}