blob: 8cd2cb3940c6e1b8684f8f7533d15d70249fcdf6 [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("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 = [
"//src/experiences/settings/lib/widgets",
"//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",
]
}