| # Copyright 2019 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| source_set("escher_types") { | |
| sources = [ | |
| "color.cc", | |
| "color.h", | |
| "color_histogram.h", | |
| ] | |
| public_deps = [ | |
| "//src/lib/fxl", | |
| "//src/ui/lib/glm_workaround", | |
| ] | |
| } |