blob: 20e755e8c131e18ad5b0842ad444f5e62c758ab5 [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") {
deprecated_bare_package_url = "//build"
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"
},
]
}