blob: 0d2d233d5fbcf128012d78b01a1334cad9f8e040 [file] [log] [blame]
# 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/public/lib/async-loop-cpp",
"//zircon/public/lib/async-loop-default",
]
}