mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-29 00:36:10 +03:00
105 lines
3.5 KiB
Plaintext
105 lines
3.5 KiB
Plaintext
|
# Copyright 2018 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("omnibox_connection_secure") {
|
||
|
sources = [
|
||
|
"omnibox_connection_secure.imageset/Contents.json",
|
||
|
"omnibox_connection_secure.imageset/omnibox_connection_secure.png",
|
||
|
"omnibox_connection_secure.imageset/omnibox_connection_secure@2x.png",
|
||
|
"omnibox_connection_secure.imageset/omnibox_connection_secure@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("omnibox_connection_dangerous") {
|
||
|
sources = [
|
||
|
"omnibox_connection_dangerous.imageset/Contents.json",
|
||
|
"omnibox_connection_dangerous.imageset/omnibox_connection_dangerous.png",
|
||
|
"omnibox_connection_dangerous.imageset/omnibox_connection_dangerous@2x.png",
|
||
|
"omnibox_connection_dangerous.imageset/omnibox_connection_dangerous@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("omnibox_connection_insecure") {
|
||
|
sources = [
|
||
|
"omnibox_connection_insecure.imageset/Contents.json",
|
||
|
"omnibox_connection_insecure.imageset/omnibox_connection_insecure.png",
|
||
|
"omnibox_connection_insecure.imageset/omnibox_connection_insecure@2x.png",
|
||
|
"omnibox_connection_insecure.imageset/omnibox_connection_insecure@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("omnibox_connection_offline") {
|
||
|
sources = [
|
||
|
"omnibox_connection_offline.imageset/Contents.json",
|
||
|
"omnibox_connection_offline.imageset/omnibox_connection_offline.png",
|
||
|
"omnibox_connection_offline.imageset/omnibox_connection_offline@2x.png",
|
||
|
"omnibox_connection_offline.imageset/omnibox_connection_offline@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("omnibox_voice") {
|
||
|
sources = [
|
||
|
"omnibox_voice.imageset/Contents.json",
|
||
|
"omnibox_voice.imageset/omnibox_voice.png",
|
||
|
"omnibox_voice.imageset/omnibox_voice@2x.png",
|
||
|
"omnibox_voice.imageset/omnibox_voice@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("location_bar_share") {
|
||
|
sources = [
|
||
|
"location_bar_share.imageset/Contents.json",
|
||
|
"location_bar_share.imageset/location_bar_share.png",
|
||
|
"location_bar_share.imageset/location_bar_share@2x.png",
|
||
|
"location_bar_share.imageset/location_bar_share@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("location_bar_voice") {
|
||
|
sources = [
|
||
|
"location_bar_voice.imageset/Contents.json",
|
||
|
"location_bar_voice.imageset/location_bar_voice.png",
|
||
|
"location_bar_voice.imageset/location_bar_voice@2x.png",
|
||
|
"location_bar_voice.imageset/location_bar_voice@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("location_bar_offline") {
|
||
|
sources = [
|
||
|
"location_bar_offline.imageset/Contents.json",
|
||
|
"location_bar_offline.imageset/location_bar_offline.png",
|
||
|
"location_bar_offline.imageset/location_bar_offline@2x.png",
|
||
|
"location_bar_offline.imageset/location_bar_offline@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("location_bar_secure") {
|
||
|
sources = [
|
||
|
"location_bar_secure.imageset/Contents.json",
|
||
|
"location_bar_secure.imageset/location_bar_secure.png",
|
||
|
"location_bar_secure.imageset/location_bar_secure@2x.png",
|
||
|
"location_bar_secure.imageset/location_bar_secure@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("location_bar_dangerous") {
|
||
|
sources = [
|
||
|
"location_bar_dangerous.imageset/Contents.json",
|
||
|
"location_bar_dangerous.imageset/location_bar_dangerous.png",
|
||
|
"location_bar_dangerous.imageset/location_bar_dangerous@2x.png",
|
||
|
"location_bar_dangerous.imageset/location_bar_dangerous@3x.png",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
imageset("location_bar_insecure") {
|
||
|
sources = [
|
||
|
"location_bar_insecure.imageset/Contents.json",
|
||
|
"location_bar_insecure.imageset/location_bar_insecure.png",
|
||
|
"location_bar_insecure.imageset/location_bar_insecure@2x.png",
|
||
|
"location_bar_insecure.imageset/location_bar_insecure@3x.png",
|
||
|
]
|
||
|
}
|