blob: b4b6da67eaf6831265fcf4daa5d9b9b6a9cb50bc [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("mondrian_test") {
package_name = "mondrian_test"
main_dart = "lib/main.dart"
module_manifest = "manifest.json"
meta = [
{
path = rebase_path("meta/mondrian_test.cmx")
dest = "mondrian_test.cmx"
},
]
sources = []
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/lib/app/dart",
]
}