blob: a9fe75df500476132bd4ba286e410df4d052b376 [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("sledge_testing_mod") {
main_dart = "lib/main.dart"
fuchsia_package_name = "sledge_testing_mod"
meta = [
{
path = "meta/sledge_testing_mod.cmx"
dest = "sledge_testing_mod.cmx"
},
]
sources = [
"test_model.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/dart/sledge:sledge",
"//topaz/public/lib/app_driver/dart",
]
}