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

bundle_data_xcassets("resources") {
  catalog = "Assets.xcassets"
  sources = [
    "Assets.xcassets/Contents.json",
    "Assets.xcassets/fake_webpage.imageset/Contents.json",
    "Assets.xcassets/fake_webpage.imageset/fake_webpage@3x.png",
    "Assets.xcassets/lens_overlay_hud.imageset/Contents.json",
    "Assets.xcassets/lens_overlay_hud.imageset/lens_overlay_hud@3x.png",
    "Assets.xcassets/mountain_webpage.imageset/Contents.json",
    "Assets.xcassets/mountain_webpage.imageset/mountain_webpage@3x.png",
  ]
}

bundle_data("animation_files") {
  sources = [ "cursor+line.json" ]
  outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
}
