| # 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 = [ | |
| "//sdk/dart/fuchsia", | |
| "//third_party/dart-pkg/pub/test", | |
| "//third_party/dart-pkg/pub/test_api", | |
| "//third_party/dart-pkg/pub/test_core", | |
| ] | |
| } |