blob: 23d360c9473deb90b03d82cc95f93dbd6d051773 [file] [log] [blame]
# 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/asset_catalog.gni")
import("//build/config/ios/rules.gni")
group("resources") {
deps = [
":legacy_password_breach_illustration",
":password_breach_illustration",
]
}
imageset("password_breach_illustration") {
sources = [
"password_breach_illustration.imageset/Contents.json",
"password_breach_illustration.imageset/password_check_alert@2x.png",
"password_breach_illustration.imageset/password_check_alert@3x.png",
"password_breach_illustration.imageset/password_check_alert_dark@2x.png",
"password_breach_illustration.imageset/password_check_alert_dark@3x.png",
]
}
imageset("legacy_password_breach_illustration") {
sources = [
"legacy_password_breach_illustration.imageset/Contents.json",
"legacy_password_breach_illustration.imageset/illustration_dark.png",
"legacy_password_breach_illustration.imageset/illustration_light.png",
]
}