blob: b5c8c507963da5a4e4490532407982bdbce19ae2 [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("text_flutter") {
main_dart = "lib/main.dart"
sources = []
deps = [
"//garnet/public/fidl/fuchsia.ui.gfx",
"//garnet/public/fidl/fuchsia.ui.scenic",
"//garnet/public/fidl/fuchsia.ui.viewsv1",
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/dart/widgets:lib.widgets",
"//topaz/public/lib/app_driver/dart",
"//topaz/public/lib/ui/flutter",
]
meta = [
{
path = rebase_path("meta/text_flutter.cmx")
dest = "text_flutter.cmx"
},
]
}