# Copyright 2017 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") imageset("infobar_warning") { sources = [ "infobar_warning.imageset/Contents.json", "infobar_warning.imageset/infobar_warning.png", "infobar_warning.imageset/infobar_warning@2x.png", "infobar_warning.imageset/infobar_warning@3x.png", ] } imageset("infobar_downloading") { sources = [ "infobar_downloading.imageset/Contents.json", "infobar_downloading.imageset/infobar_downloading.png", "infobar_downloading.imageset/infobar_downloading@2x.png", "infobar_downloading.imageset/infobar_downloading@3x.png", ] } imageset("infobar_shadow") { sources = [ "infobar_shadow.imageset/Contents.json", "infobar_shadow.imageset/infobar_shadow.png", "infobar_shadow.imageset/infobar_shadow@2x.png", ] } imageset("infobar_close") { sources = [ "infobar_close.imageset/Contents.json", "infobar_close.imageset/infobar_close.png", "infobar_close.imageset/infobar_close@2x.png", "infobar_close.imageset/infobar_close@3x.png", ] } imageset("infobar_popup_blocker") { sources = [ "infobar_popup_blocker.imageset/Contents.json", "infobar_popup_blocker.imageset/infobar_popup_blocker.png", "infobar_popup_blocker.imageset/infobar_popup_blocker@2x.png", "infobar_popup_blocker.imageset/infobar_popup_blocker@3x.png", ] }