blob: 52c9459afa64979f35b8c5ff19038046b8406dbd [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("//build/dart/dart_fuchsia_test.gni")
import("//build/dart/dart_library.gni")
dart_library("lib.story_shell") {
package_name = "lib.story_shell"
sources = [
"common.dart",
]
deps = [
"//sdk/fidl/fuchsia.modular",
"//topaz/public/dart/fidl",
"//topaz/public/dart/fuchsia",
"//topaz/public/dart/widgets:lib.widgets",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/ui/flutter",
]
}