naiveproxy/ios/chrome/browser/ui/download/resources/BUILD.gn
2018-08-14 22:19:20 +00:00

42 lines
1.2 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")
import("//build/config/ios/rules.gni")
imageset("background_compact") {
sources = [
"background_compact.imageset/Contents.json",
"background_compact.imageset/background_compact.png",
"background_compact.imageset/background_compact@2x.png",
"background_compact.imageset/background_compact@3x.png",
]
}
imageset("background_regular") {
sources = [
"background_regular.imageset/Contents.json",
"background_regular.imageset/background_regular.png",
"background_regular.imageset/background_regular@2x.png",
"background_regular.imageset/background_regular@3x.png",
]
}
imageset("done_badge") {
sources = [
"done_badge.imageset/Contents.json",
"done_badge.imageset/done_badge.png",
"done_badge.imageset/done_badge@2x.png",
"done_badge.imageset/done_badge@3x.png",
]
}
imageset("error_badge") {
sources = [
"error_badge.imageset/Contents.json",
"error_badge.imageset/error_badge.png",
"error_badge.imageset/error_badge@2x.png",
"error_badge.imageset/error_badge@3x.png",
]
}