blob: 2b0c5e2286713262574b572719be73ecb56d8e63 [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.ui.input",
"//sdk/fidl/fuchsia.ui.policy",
]
}