| # 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") { | |
| deprecated_bare_package_url = "//build" | |
| 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", | |
| ] | |
| } |