| # 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/password_check_alert@2x.png", |
| "Assets.xcassets/password_breach_illustration.imageset/password_check_alert@3x.png", |
| "Assets.xcassets/password_breach_illustration.imageset/password_check_alert_dark@2x.png", |
| "Assets.xcassets/password_breach_illustration.imageset/password_check_alert_dark@3x.png", |
| ] |
| } |