chromium/ios/chrome/browser/passwords/ui_bundled/resources/BUILD.gn

# Copyright 2019 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/legacy_password_breach_illustration.imageset/Contents.json",
    "Assets.xcassets/legacy_password_breach_illustration.imageset/illustration_dark.png",
    "Assets.xcassets/legacy_password_breach_illustration.imageset/illustration_light.png",
    "Assets.xcassets/password_breach_illustration.imageset/Contents.json",
    "Assets.xcassets/password_breach_illustration.imageset/[email protected]",
    "Assets.xcassets/password_breach_illustration.imageset/[email protected]",
    "Assets.xcassets/password_breach_illustration.imageset/[email protected]",
    "Assets.xcassets/password_breach_illustration.imageset/[email protected]",
  ]
}