blob: c4b2c3ccb43a81d5c2fff76d9f2300be0c17021e [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("shapes_mod") {
deprecated_bare_package_url = "//build"
main_dart = "lib/main.dart"
package_name = "shapes_mod"
fuchsia_package_name = "shapes_mod"
meta = [
{
path = rebase_path("meta/shapes_mod.cmx")
dest = "shapes_mod.cmx"
},
]
sources = [
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/examples/modular/models",
"//topaz/public/dart/fuchsia_logger",
"//topaz/public/dart/fuchsia_modular",
]
}