blob: b76e5f4c6da8c1b0e59c031c52651312f0ae7334 [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("//topaz/runtime/dart_runner/dart_app.gni")
dart_app("eddystone_agent") {
main_dart = "main.dart"
source_dir = "."
sources = []
deps = [
"//sdk/fidl/fuchsia.bluetooth",
"//sdk/fidl/fuchsia.bluetooth.le",
"//sdk/fidl/fuchsia.modular",
"//topaz/public/dart/fidl",
"//topaz/public/dart/widgets:lib.widgets",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/decomposition/dart",
"//topaz/public/lib/module_resolver/dart",
"//topaz/public/lib/proposal/dart",
]
}