blob: c47e45bf28266883f5a4ac31235cef7f6cd39fc6 [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_library.gni")
import("//topaz/runtime/dart/dart_fuchsia_test.gni")
dart_library("lib.story_shell") {
package_name = "lib.story_shell"
sources = [
"common.dart",
"key_listener.dart",
]
deps = [
"//sdk/fidl/fuchsia.ui.input",
"//sdk/fidl/fuchsia.ui.policy",
]
}