chromium/ios/chrome/browser/policy/model/resources/BUILD.gn

# Copyright 2021 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/enterprise_grey_icon_large.imageset/Contents.json",
    "Assets.xcassets/enterprise_grey_icon_large.imageset/[email protected]",
    "Assets.xcassets/enterprise_grey_icon_large.imageset/[email protected]",
    "Assets.xcassets/enterprise_icon_blue_large.imageset/Contents.json",
    "Assets.xcassets/enterprise_icon_blue_large.imageset/[email protected]",
    "Assets.xcassets/enterprise_icon_blue_large.imageset/[email protected]",
  ]
}