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