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