blob: 0e373a89844f69a079e3e73edd376fd376a1f9ee [file] [log] [blame]
# 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")
group("resources") {
deps = [
":destructive_tint_color",
":solid_button_text_color",
":tint_color",
]
}
colorset("destructive_tint_color") {
sources = [
"destructive_tint_color.colorset/Contents.json",
]
}
colorset("solid_button_text_color") {
sources = [
"solid_button_text_color.colorset/Contents.json",
]
}
colorset("tint_color") {
sources = [
"tint_color.colorset/Contents.json",
]
}