blob: 17f0d1bfcd25d571d3087b8d74d2b0585498242e [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("system_dashboard") {
deprecated_bare_package_url = "//build"
main_dart = "lib/main.dart"
manifest = "pubspec.yaml"
meta = [
{
path = rebase_path("meta/system_dashboard.cmx")
dest = "system_dashboard.cmx"
},
]
sources = []
deps = [
"//garnet/public/fidl/fuchsia.scpi",
"//third_party/dart-pkg/pub/flutter_staggered_grid_view",
"//topaz/public/dart/widgets:lib.widgets",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/app_driver/dart",
"//topaz/public/lib/schemas/dart",
]
}