blob: 67e81a89efc33923e6f01791622430bfc9312d70 [file] [log] [blame]
# Copyright 2020 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("gamma-flutter") {
main_dart = "lib/main.dart"
sources = [ "main.dart" ]
meta = [
{
path = rebase_path("meta/gamma-flutter.cmx")
dest = "gamma-flutter.cmx"
},
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/dart/fuchsia_scenic_flutter",
]
}