| # Copyright 2017 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") |
| |
| imageset("enterprise_icon") { |
| sources = [ |
| "enterprise_icon.imageset/Contents.json", |
| "enterprise_icon.imageset/enterprise_icon@2x.png", |
| "enterprise_icon.imageset/enterprise_icon@3x.png", |
| ] |
| } |
| |
| imageset("settings") { |
| sources = [ |
| "settings.imageset/Contents.json", |
| "settings.imageset/settings@2x.png", |
| "settings.imageset/settings@3x.png", |
| ] |
| } |
| |
| imageset("settings_accounts_add_account") { |
| sources = [ |
| "settings_accounts_add_account.imageset/Contents.json", |
| "settings_accounts_add_account.imageset/settings_accounts_add_account@2x.png", |
| "settings_accounts_add_account.imageset/settings_accounts_add_account@3x.png", |
| ] |
| } |
| |
| imageset("settings_passwords_in_other_apps_banner") { |
| sources = [ |
| "settings_passwords_in_other_apps_banner.imageset/Contents.json", |
| "settings_passwords_in_other_apps_banner.imageset/settings_passwords_in_other_apps_dark@2x.png", |
| "settings_passwords_in_other_apps_banner.imageset/settings_passwords_in_other_apps_dark@3x.png", |
| "settings_passwords_in_other_apps_banner.imageset/settings_passwords_in_other_apps_light@2x.png", |
| "settings_passwords_in_other_apps_banner.imageset/settings_passwords_in_other_apps_light@3x.png", |
| ] |
| } |
| |
| imageset("settings_safe_state") { |
| sources = [ |
| "settings_safe_state.imageset/Contents.json", |
| "settings_safe_state.imageset/settings_safe_state@2x.png", |
| "settings_safe_state.imageset/settings_safe_state@3x.png", |
| ] |
| } |