blob: eae3d88e3a24e99aad24b0c91013bf11e8a8e302 [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_fuchsia_test("key_listener_device_tests") {
meta = [
{
path = rebase_path("meta/key_listener_device_tests.cmx")
dest = "key_listener_device_tests.cmx"
},
]
package_only = true
deps = [
"$peridot_sdk_fidl/fuchsia.modular",
"//third_party/dart-pkg/pub/mockito",
"//third_party/dart-pkg/pub/test",
"//topaz/lib/story_shell:lib.story_shell",
]
}