blob: 0a8e4401af8e3bf2c3df882a6b8d4b894d906e74 [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("tile") {
output_name = "tile_view"
sources = [
"main.cc",
"tile_params.cc",
"tile_params.h",
"tile_view.cc",
"tile_view.h",
]
deps = [
"//garnet/public/lib/fidl/cpp/bindings",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//garnet/public/lib/svc/cpp",
"//garnet/public/lib/ui/presentation/fidl",
"//garnet/public/lib/ui/scenic/fidl",
"//garnet/public/lib/ui/view_framework:view_provider",
"//garnet/public/lib/ui/views/fidl",
"//zircon/system/ulib/trace-provider",
]
}