blob: a8a8bba2e894627d87160ef09e5d4b48784c1ee5 [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("//flutter/build/flutter_app.gni")
flutter_app("dashboard") {
main_dart = "lib/main.dart"
source_dir = "lib"
deps = [
"//application/lib/app/dart",
"//lib/fidl/dart",
"//third_party/dart-pkg/pub/html",
"//lib/flutter/packages/flutter",
]
analysis_options = "//apps/modules/.analysis_options"
}