blob: e68564336023a1376b52d15d8a96cb3ac8b8449f [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("todo_list_sledge") {
deprecated_bare_package_url = "//build"
main_dart = "lib/main.dart"
meta = [
{
path = rebase_path("meta/todo_list_sledge.cmx")
dest = "todo_list_sledge.cmx"
},
]
sources = [
"widgets/todo_item_widget.dart",
"widgets/todo_list_widget.dart",
"widgets/todo_widget.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/dart/sledge:sledge",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/app_driver/dart",
"//topaz/public/lib/widgets/dart",
]
}