blob: cc69612c0b6be09d67d8e0dc2d672a5dfdcdd9db [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 = [
"display.dart",
]
deps = [
"$garnet_sdk_fidl/fuchsia.device.display",
"$garnet_sdk_fidl/fuchsia.devicesettings",
"//topaz/public/dart/fidl",
"//topaz/public/lib/app/dart",
]
}