blob: c9f1c7fc1633408083451784521b9a2dfd9e8517 [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("async_hello_mod") {
main_dart = "main.dart"
meta = [
{
path = rebase_path("meta/async_hello_mod.cmx")
dest = "async_hello_mod.cmx"
},
]
sources = []
deps = [
"//topaz/public/lib/run_mod/dart",
"//topaz/public/lib/widgets/dart",
]
}