blob: 09331647687218591856d60034ed296484cd5077 [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"
sources = []
deps = [
"//garnet/public/fidl/fuchsia.scpi",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/app_driver/dart",
"//topaz/public/lib/schemas/dart",
"//topaz/public/dart/widgets:lib.widgets",
"//third_party/dart-pkg/pub/flutter_staggered_grid_view",
]
}