blob: 49dfa4a1a9657b81db2745d71c30eaed6f5b68a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 2020 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("//tools/style_variable_generator/style_variable_generator.gni")
style_variable_generator("cros_colors") {
sources = [
"cros_colors.json5",
"cros_palette.json5",
]
}
|