blob: 6b005060e06ebcce09495844aa30a5b711491695 [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")
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",
"//topaz/public/dart/fuchsia",
]
}