| # 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") |
| |
| colorset("fake_omnibox_bottom_gradient_color") { |
| sources = [ "fake_omnibox_bottom_gradient_color.colorset/Contents.json" ] |
| } |
| |
| colorset("fake_omnibox_background_color") { |
| sources = [ "fake_omnibox_background_color.colorset/Contents.json" ] |
| } |
| |
| colorset("fake_omnibox_top_gradient_color") { |
| sources = [ "fake_omnibox_top_gradient_color.colorset/Contents.json" ] |
| } |
| |
| colorset("ntp_background_color") { |
| sources = [ "ntp_background_color.colorset/Contents.json" ] |
| } |
| |
| imageset("ntp_opentabs_last_row_h") { |
| sources = [ |
| "ntp_opentabs_last_row_h.imageset/Contents.json", |
| "ntp_opentabs_last_row_h.imageset/ntp_opentabs_last_row_h@2x~ipad.png", |
| "ntp_opentabs_last_row_h.imageset/ntp_opentabs_last_row_h~ipad.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs_clock") { |
| sources = [ |
| "ntp_opentabs_clock.imageset/Contents.json", |
| "ntp_opentabs_clock.imageset/ntp_opentabs_clock.png", |
| "ntp_opentabs_clock.imageset/ntp_opentabs_clock@2x.png", |
| "ntp_opentabs_clock.imageset/ntp_opentabs_clock@3x.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs_tablet") { |
| sources = [ |
| "ntp_opentabs_tablet.imageset/Contents.json", |
| "ntp_opentabs_tablet.imageset/ntp_opentabs_tablet.png", |
| "ntp_opentabs_tablet.imageset/ntp_opentabs_tablet@2x.png", |
| "ntp_opentabs_tablet.imageset/ntp_opentabs_tablet@3x.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs_last_row") { |
| sources = [ |
| "ntp_opentabs_last_row.imageset/Contents.json", |
| "ntp_opentabs_last_row.imageset/ntp_opentabs_last_row@2x~ipad.png", |
| "ntp_opentabs_last_row.imageset/ntp_opentabs_last_row~ipad.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs") { |
| sources = [ |
| "ntp_opentabs.imageset/Contents.json", |
| "ntp_opentabs.imageset/ntp_opentabs@2x.png", |
| "ntp_opentabs.imageset/ntp_opentabs@3x.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs_header") { |
| sources = [ |
| "ntp_opentabs_header.imageset/Contents.json", |
| "ntp_opentabs_header.imageset/ntp_opentabs_header@2x~ipad.png", |
| "ntp_opentabs_header.imageset/ntp_opentabs_header~ipad.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs_phone") { |
| sources = [ |
| "ntp_opentabs_phone.imageset/Contents.json", |
| "ntp_opentabs_phone.imageset/ntp_opentabs_phone.png", |
| "ntp_opentabs_phone.imageset/ntp_opentabs_phone@2x.png", |
| "ntp_opentabs_phone.imageset/ntp_opentabs_phone@3x.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs_list_item_h") { |
| sources = [ |
| "ntp_opentabs_list_item_h.imageset/Contents.json", |
| "ntp_opentabs_list_item_h.imageset/ntp_opentabs_list_item_h@2x~ipad.png", |
| "ntp_opentabs_list_item_h.imageset/ntp_opentabs_list_item_h~ipad.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs_list_item") { |
| sources = [ |
| "ntp_opentabs_list_item.imageset/Contents.json", |
| "ntp_opentabs_list_item.imageset/ntp_opentabs_list_item@2x~ipad.png", |
| "ntp_opentabs_list_item.imageset/ntp_opentabs_list_item~ipad.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs_recent_arrow") { |
| sources = [ |
| "ntp_opentabs_recent_arrow.imageset/Contents.json", |
| "ntp_opentabs_recent_arrow.imageset/ntp_opentabs_recent_arrow.png", |
| "ntp_opentabs_recent_arrow.imageset/ntp_opentabs_recent_arrow@2x.png", |
| "ntp_opentabs_recent_arrow.imageset/ntp_opentabs_recent_arrow@3x.png", |
| ] |
| } |
| |
| imageset("ntp_opentabs_laptop") { |
| sources = [ |
| "ntp_opentabs_laptop.imageset/Contents.json", |
| "ntp_opentabs_laptop.imageset/ntp_opentabs_laptop.png", |
| "ntp_opentabs_laptop.imageset/ntp_opentabs_laptop@2x.png", |
| "ntp_opentabs_laptop.imageset/ntp_opentabs_laptop@3x.png", |
| ] |
| } |
| |
| imageset("ntp_recently_closed") { |
| sources = [ |
| "ntp_recently_closed.imageset/Contents.json", |
| "ntp_recently_closed.imageset/ntp_recently_closed.png", |
| "ntp_recently_closed.imageset/ntp_recently_closed@2x.png", |
| "ntp_recently_closed.imageset/ntp_recently_closed@3x.png", |
| ] |
| } |