blob: f75812d0ec5456a42a7b716fe81c7febf176b786 [file] [log] [blame]
# Copyright 2017 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.
import("//build/dart/dart_library.gni")
dart_library("dart") {
infer_package_name = true
sources = [
"keyboard_display.dart",
]
deps = [
"$garnet_sdk_fidl/fuchsia.ui.input",
"//topaz/lib/shell",
"//topaz/public/dart/fidl",
"//topaz/public/dart/fuchsia_logger",
"//topaz/public/dart/fuchsia_services",
"//topaz/public/dart/widgets:lib.widgets",
]
}