blob: 7454c5ec7635f941d3ef86c34376451b25eec763 [file] [log] [blame]
# Copyright 2020 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_tool.gni")
dart_tool("build_test_bootstrap") {
main_dart = "main.dart"
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter_tools",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/crypto",
]
}