blob: be32bf2a4584858cb374dffbe00801cf6ae686b6 [file] [log] [blame]
# Copyright 2015 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.
executable("shapes") {
output_name = "shapes_view"
sources = [
"main.cc",
"shapes_view.cc",
"shapes_view.h",
]
deps = [
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//garnet/public/fidl/fuchsia.ui.gfx",
"//garnet/public/lib/ui/scenic/cpp",
"//garnet/public/lib/ui/view_framework:view_provider",
"//garnet/public/fidl/fuchsia.ui.viewsv1",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/trace-provider",
]
}