blob: 3fc47282802a02c611cbe274be7500e82d2e62f2 [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("//build/dart/fidl_move.gni")
dart_library("fuchsia_test_helper") {
package_name = "fuchsia_test_helper"
sources = [ "fuchsia_test_helper.dart" ]
deps = [
"//third_party/dart-pkg/pub/test",
"//third_party/dart-pkg/pub/test_api",
"//third_party/dart-pkg/pub/test_core",
dart_package_label.fuchsia,
]
}