| # Copyright 2016 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("print_input") { | |
| sources = [ "main.cc" ] | |
| deps = [ | |
| "//garnet/public/lib/fostr/fidl/fuchsia.ui.input", | |
| "//src/lib/fxl", | |
| "//src/lib/ui/input", | |
| "//src/ui/lib/input_report_reader", | |
| "//zircon/system/ulib/async-loop:async-loop-cpp", | |
| "//zircon/system/ulib/async-loop:async-loop-default", | |
| ] | |
| } |