blob: 8d503907d3fe4a13bcdb3a8532683335ae85d19d [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 = [
"key_listener.dart",
"common.dart",
]
deps = [
"//sdk/fidl/fuchsia.ui.input",
"//sdk/fidl/fuchsia.ui.policy",
]
}