blob: d9032102087a240cce41a244dfd4a2c3ad246603 [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 = [
"//sdk/fidl/fuchsia.modular",
"//third_party/dart-pkg/pub/mockito",
"//third_party/dart-pkg/pub/test",
"//topaz/lib/story_shell:lib.story_shell",
]
}