mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
60 lines
1.7 KiB
Plaintext
60 lines
1.7 KiB
Plaintext
# 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("ptr_reload_active") {
|
|
sources = [
|
|
"ptr_reload_active.imageset/Contents.json",
|
|
"ptr_reload_active.imageset/ptr_reload_active.png",
|
|
"ptr_reload_active.imageset/ptr_reload_active@2x.png",
|
|
"ptr_reload_active.imageset/ptr_reload_active@3x.png",
|
|
]
|
|
}
|
|
|
|
imageset("ptr_close_active") {
|
|
sources = [
|
|
"ptr_close_active.imageset/Contents.json",
|
|
"ptr_close_active.imageset/ptr_close_active.png",
|
|
"ptr_close_active.imageset/ptr_close_active@2x.png",
|
|
"ptr_close_active.imageset/ptr_close_active@3x.png",
|
|
]
|
|
}
|
|
|
|
imageset("ptr_close") {
|
|
sources = [
|
|
"ptr_close.imageset/Contents.json",
|
|
"ptr_close.imageset/ptr_close.png",
|
|
"ptr_close.imageset/ptr_close@2x.png",
|
|
"ptr_close.imageset/ptr_close@3x.png",
|
|
]
|
|
}
|
|
|
|
imageset("ptr_new_tab") {
|
|
sources = [
|
|
"ptr_new_tab.imageset/Contents.json",
|
|
"ptr_new_tab.imageset/ptr_new_tab.png",
|
|
"ptr_new_tab.imageset/ptr_new_tab@2x.png",
|
|
"ptr_new_tab.imageset/ptr_new_tab@3x.png",
|
|
]
|
|
}
|
|
|
|
imageset("ptr_reload") {
|
|
sources = [
|
|
"ptr_reload.imageset/Contents.json",
|
|
"ptr_reload.imageset/ptr_reload.png",
|
|
"ptr_reload.imageset/ptr_reload@2x.png",
|
|
"ptr_reload.imageset/ptr_reload@3x.png",
|
|
]
|
|
}
|
|
|
|
imageset("ptr_new_tab_active") {
|
|
sources = [
|
|
"ptr_new_tab_active.imageset/Contents.json",
|
|
"ptr_new_tab_active.imageset/ptr_new_tab_active.png",
|
|
"ptr_new_tab_active.imageset/ptr_new_tab_active@2x.png",
|
|
"ptr_new_tab_active.imageset/ptr_new_tab_active@3x.png",
|
|
]
|
|
}
|