blob: 01cbd215a9d03952e5b594efd7f954592a7a7c25 [file] [log] [blame]
# Copyright 2018 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("hello_base_view") {
output_name = "hello_base_view"
sources = [
"example_presenter.cc",
"example_presenter.h",
"main.cc",
"view.cc",
"view.h",
]
deps = [
"//sdk/fidl/fuchsia.ui.input",
"//sdk/fidl/fuchsia.ui.policy",
"//sdk/fidl/fuchsia.ui.scenic",
"//garnet/public/lib/ui/base_view/cpp",
"//garnet/public/lib/ui/input/cpp",
"//zircon/public/lib/async-loop-cpp",
]
}