# 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/consent_view_controller.imageset/Contents.json",
    "Assets.xcassets/consent_view_controller.imageset/promo_passwords_in_other_apps@2x.png",
    "Assets.xcassets/consent_view_controller.imageset/promo_passwords_in_other_apps@3x.png",
    "Assets.xcassets/consent_view_controller.imageset/promo_passwords_in_other_apps_dark@2x.png",
    "Assets.xcassets/consent_view_controller.imageset/promo_passwords_in_other_apps_dark@3x.png",
    "Assets.xcassets/cpe_enterprise_icon.imageset/Contents.json",
    "Assets.xcassets/cpe_enterprise_icon.imageset/cpe_enterprise_icon@2x.png",
    "Assets.xcassets/cpe_enterprise_icon.imageset/cpe_enterprise_icon@3x.png",
    "Assets.xcassets/empty_credentials_illustration.imageset/Contents.json",
    "Assets.xcassets/empty_credentials_illustration.imageset/illustration_dark@2x.png",
    "Assets.xcassets/empty_credentials_illustration.imageset/illustration_dark@3x.png",
    "Assets.xcassets/empty_credentials_illustration.imageset/illustration_light@2x.png",
    "Assets.xcassets/empty_credentials_illustration.imageset/illustration_light@3x.png",
    "Assets.xcassets/multicolor_chrome.symbolset/Contents.json",
    "Assets.xcassets/multicolor_chrome.symbolset/multicolor.chrome.cr.svg",
    "Assets.xcassets/multicolor_credential.symbolset/Contents.json",
    "Assets.xcassets/multicolor_credential.symbolset/multicolor.credential.cr.svg",
  ]
}
