blob: 8d51017199a7afc1fb55ecfb5e0fdff4e0e8e3ae [file] [log] [blame]
# 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.
import("//build/components.gni")
source_set("views") {
testonly = true
sources = [
"background_view.cc",
"background_view.h",
"color.cc",
"color.h",
"coordinate_test_view.cc",
"coordinate_test_view.h",
"embedder_view.cc",
"embedder_view.h",
"opacity_view.cc",
"opacity_view.h",
"rotated_square_view.cc",
"rotated_square_view.h",
"test_view.h",
]
public_deps = [
"//sdk/fidl/fuchsia.ui.scenic",
"//sdk/lib/ui/scenic/cpp",
"//src/lib/ui/base_view",
]
deps = [
"//src/lib/fostr/fidl/fuchsia.ui.gfx",
"//src/lib/fsl",
"//src/lib/fxl",
]
}