blob: c034cfe2f11190f42eae4fda1509bd374e45c3b9 [file] [log] [blame]
# Copyright 2017 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("sketchy_flutter") {
deprecated_bare_package_url = "//build"
main_dart = "lib/main.dart"
meta = [
{
path = rebase_path("meta/sketchy_flutter.cmx")
dest = "sketchy_flutter.cmx"
},
]
sources = [
"scenic_widget.dart",
]
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/lib/ui/flutter",
"//topaz/public/lib/ui/scenic/dart",
]
}