blob: 76816124635a61cc56301033dd66cdddcc913d14 [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("//build/flutter/flutter_app.gni")
flutter_app("scroll-flutter") {
main_dart = "lib/main.dart"
sources = [ "main.dart" ]
# Force a non-release (profile or debug) build since flutter_driver is
# disabled in release builds.
product = false
meta = [
{
path = rebase_path("meta/scroll-flutter.cmx")
dest = "scroll-flutter.cmx"
},
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//third_party/dart-pkg/git/flutter/packages/flutter_driver",
"//third_party/dart-pkg/pub/args",
"//topaz/public/dart/fuchsia_scenic_flutter",
]
}