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

# Copyright 2020 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/default_world_favicon.imageset/Contents.json",
    "Assets.xcassets/default_world_favicon.imageset/default_world_favicon.png",
    "Assets.xcassets/default_world_favicon.imageset/[email protected]",
    "Assets.xcassets/default_world_favicon.imageset/[email protected]",
    "Assets.xcassets/help_icon.imageset/Contents.json",
    "Assets.xcassets/help_icon.imageset/[email protected]",
    "Assets.xcassets/help_icon.imageset/[email protected]",
  ]
}