blob: 85d263b18f00f7f63b1c7e65b1da64bacffe627b [file] [log] [blame]
# Copyright 2017 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("//peridot/build/executable_package.gni")
source_set("defs") {
testonly = true
sources = [
"defs.h",
]
}
executable_package("user_shell_test_user_shell") {
testonly = true
sources = [
"user_shell_test_user_shell.cc",
]
deps = [
":defs",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//garnet/public/lib/test_runner/fidl",
"//garnet/public/lib/ui/views/fidl:v1",
"//peridot/lib/rapidjson",
"//peridot/lib/testing",
"//peridot/lib/testing:component_base",
"//peridot/public/lib:fidl",
"//peridot/tests/common:defs",
]
}