| # Copyright 2023 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("bring_android_tabs_icon") { | |
| sources = [ | |
| "bring_android_tabs_icon.imageset/Contents.json", | |
| "bring_android_tabs_icon.imageset/bring_android_tabs_icon@2x.png", | |
| "bring_android_tabs_icon.imageset/bring_android_tabs_icon@3x.png", | |
| ] | |
| } |