blob: 56a77774d83f950c1450342f666b8126647f9baf [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("//topaz/runtime/flutter_runner/flutter_app.gni")
flutter_app("mine_digger") {
main_dart = "main.dart"
meta = [
{
path = rebase_path("meta/mine_digger.cmx")
dest = "mine_digger.cmx"
},
]
source_dir = "."
sources = []
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
]
}