# Copyright 2020 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/lockscreen_chrome_logo.imageset/Contents.json",
"Assets.xcassets/lockscreen_chrome_logo.imageset/lockscreen_chrome_logo.png",
"Assets.xcassets/lockscreen_chrome_logo.imageset/[email protected]",
"Assets.xcassets/lockscreen_chrome_logo.imageset/[email protected]",
"Assets.xcassets/lockscreen_game_logo.imageset/Contents.json",
"Assets.xcassets/lockscreen_game_logo.imageset/lockscreen_game_logo.png",
"Assets.xcassets/lockscreen_game_logo.imageset/[email protected]",
"Assets.xcassets/lockscreen_game_logo.imageset/[email protected]",
"Assets.xcassets/lockscreen_incognito_logo.imageset/Contents.json",
"Assets.xcassets/lockscreen_incognito_logo.imageset/lockscreen_incognito_logo.png",
"Assets.xcassets/lockscreen_incognito_logo.imageset/[email protected]",
"Assets.xcassets/lockscreen_incognito_logo.imageset/[email protected]",
"Assets.xcassets/lockscreen_voicesearch_logo.imageset/Contents.json",
"Assets.xcassets/lockscreen_voicesearch_logo.imageset/lockscreen_voicesearch_logo.png",
"Assets.xcassets/lockscreen_voicesearch_logo.imageset/[email protected]",
"Assets.xcassets/lockscreen_voicesearch_logo.imageset/[email protected]",
"Assets.xcassets/widget_actions_icon_color.colorset/Contents.json",
"Assets.xcassets/widget_actions_row_background_color.colorset/Contents.json",
"Assets.xcassets/widget_background_color.colorset/Contents.json",
"Assets.xcassets/widget_chrome_logo.imageset/Contents.json",
"Assets.xcassets/widget_chrome_logo.imageset/widget_chrome_logo.png",
"Assets.xcassets/widget_chrome_logo.imageset/[email protected]",
"Assets.xcassets/widget_chrome_logo.imageset/[email protected]",
"Assets.xcassets/widget_dino_background.imageset/Contents.json",
"Assets.xcassets/widget_dino_background.imageset/widget_dino_background_dark.png",
"Assets.xcassets/widget_dino_background.imageset/[email protected]",
"Assets.xcassets/widget_dino_background.imageset/[email protected]",
"Assets.xcassets/widget_dino_background.imageset/widget_dino_background_light.png",
"Assets.xcassets/widget_dino_background.imageset/[email protected]",
"Assets.xcassets/widget_dino_background.imageset/[email protected]",
"Assets.xcassets/widget_dino_background_placeholder.imageset/Contents.json",
"Assets.xcassets/widget_dino_background_placeholder.imageset/widget_dino_background_placeholder_dark.png",
"Assets.xcassets/widget_dino_background_placeholder.imageset/[email protected]",
"Assets.xcassets/widget_dino_background_placeholder.imageset/[email protected]",
"Assets.xcassets/widget_dino_background_placeholder.imageset/widget_dino_background_placeholder_light.png",
"Assets.xcassets/widget_dino_background_placeholder.imageset/[email protected]",
"Assets.xcassets/widget_dino_background_placeholder.imageset/[email protected]",
"Assets.xcassets/widget_incognito_icon.symbolset/Contents.json",
"Assets.xcassets/widget_incognito_icon.symbolset/incognito.cr.svg",
"Assets.xcassets/widget_lens_icon.symbolset/Contents.json",
"Assets.xcassets/widget_lens_icon.symbolset/lens.cr.svg",
"Assets.xcassets/widget_password_manager_logo.imageset/Contents.json",
"Assets.xcassets/widget_password_manager_logo.imageset/[email protected]",
"Assets.xcassets/widget_password_manager_logo.imageset/[email protected]",
"Assets.xcassets/widget_search_bar_color.colorset/Contents.json",
"Assets.xcassets/widget_separator_color.colorset/Contents.json",
"Assets.xcassets/widget_text_color.colorset/Contents.json",
"Assets.xcassets/widget_voice_icon.symbolset/Contents.json",
"Assets.xcassets/widget_voice_icon.symbolset/voice.cr.svg",
]
}