blob: 377b005ba5ceea81c5d765c59d931ed9ffd7aa3f [file] [log] [blame]
# Copyright 2018 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("fidl_bindings_test_server") {
fuchsia_package_name = "fidl_bindings_test_server"
main_dart = "lib/main.dart"
meta = [
{
path = rebase_path("meta/fidl_bindings_test_server.cmx")
dest = "fidl_bindings_test_server.cmx"
},
]
sources = []
deps = [
"//topaz/bin/fidl_bindings_test/fidl:bindings_test",
"//topaz/public/dart/fidl",
"//topaz/public/dart/fuchsia_services",
]
}