Commit e4dc0c8b authored by Javier Ernesto Flores Robles's avatar Javier Ernesto Flores Robles Committed by Commit Bot

[iOS][Password-Breach] Add illustration

Add the illustration to be used in the password breach screen.

Bug: 1008862
Change-Id: Iae1f4fe0a8bf342d1e9feecc4abd26752d9c5b30
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833476Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701941}
parent 25ae0c13
# Copyright 2019 The Chromium Authors. All rights reserved.
# 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 = [
":password_breach_illustration",
]
}
imageset("password_breach_illustration") {
sources = [
"password_breach_illustration.imageset/Contents.json",
"password_breach_illustration.imageset/illustration_dark.png",
"password_breach_illustration.imageset/illustration_light.png",
]
}
{
"images" : [
{
"idiom" : "universal",
"filename" : "illustration_light.png"
},
{
"idiom" : "universal",
"filename" : "illustration_dark.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment