chromium/ios/intents/app/resources/BUILD.gn

# Copyright 2024 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")

group("resources") {
  public_deps = [
    ":assets",
    ":launchscreen",
    ":main",
  ]
}

bundle_data_ib_file("launchscreen") {
  source = "LaunchScreen.storyboard"
}

bundle_data_ib_file("main") {
  source = "Main.storyboard"
}

bundle_data_xcassets("assets") {
  catalog = "Assets.xcassets"
  sources = [
    "Assets.xcassets/AccentColor.colorset/Contents.json",
    "Assets.xcassets/AppIcon.appiconset/Contents.json",
    "Assets.xcassets/Color.colorset/Contents.json",
    "Assets.xcassets/Contents.json",
  ]
}