| # 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/rules.gni") |
| |
| bundle_data_xcassets("resources") { |
| catalog = "Assets.xcassets" |
| sources = [ |
| "Assets.xcassets/Contents.json", |
| "Assets.xcassets/open_new_tab_background.imageset/Contents.json", |
| "Assets.xcassets/open_new_tab_background.imageset/open_new_tab_background.png", |
| "Assets.xcassets/open_new_tab_background.imageset/open_new_tab_background@2x.png", |
| "Assets.xcassets/open_new_tab_background.imageset/open_new_tab_background@3x.png", |
| "Assets.xcassets/tabstrip_background_tab.imageset/Contents.json", |
| "Assets.xcassets/tabstrip_background_tab.imageset/tabstrip_background_tab@2x~ipad.png", |
| "Assets.xcassets/tabstrip_background_tab.imageset/tabstrip_background_tab_dark@2x~ipad.png", |
| "Assets.xcassets/tabstrip_foreground_tab.imageset/Contents.json", |
| "Assets.xcassets/tabstrip_foreground_tab.imageset/tabstrip_foreground_tab@2x~ipad.png", |
| "Assets.xcassets/tabstrip_foreground_tab.imageset/tabstrip_foreground_tab_dark@2x~ipad.png", |
| ] |
| } |