blob: 3160a3df1d3ed3be87e0f3dc39c872f4c1ab3cc7 [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("child") {
output_name = "direct_input_child"
sources = [
"app.cc",
"app.h",
"main.cc",
]
deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/ui/input",
"//garnet/public/lib/ui/input/cpp",
"//garnet/public/lib/ui/scenic/cpp",
"//sdk/fidl/fuchsia.ui.app",
"//sdk/fidl/fuchsia.ui.input",
"//src/lib/fxl",
"//zircon/public/lib/async-loop-cpp",
]
}