blob: e8b92ee9c19bc5d37d61a0fab242592168aa9af7 [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/fidl/fuchsia.testing.runner",
"//garnet/public/fidl/fuchsia.ui.viewsv1",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//peridot/lib/rapidjson",
"//peridot/lib/testing",
"//peridot/lib/testing:component_base",
"//peridot/public/fidl/fuchsia.modular",
"//peridot/tests/common:defs",
]
}