blob: 98f94c219d1ff1780980f0defc894d1a905708b7 [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("//build/dart/dart_library.gni")
import("//topaz/runtime/dart/dart_test.gni")
dart_library("xi_fuchsia_client") {
package_name = "xi_fuchsia_client"
sources = [
"client.dart",
]
deps = [
"../client:xi_client",
"//sdk/fidl/fuchsia.xi",
"//sdk/fidl/fuchsia.modular",
"//topaz/public/dart/fidl",
"//topaz/public/dart/fuchsia",
"//topaz/public/lib/app/dart",
]
}
dart_test("xi_fuchsia_client_tests") {
sources = [
"xi_fuchsia_client_test.dart",
]
deps = [
":xi_fuchsia_client",
"//third_party/dart-pkg/pub/test",
]
}