blob: 9dde30c5133633d6eba1a28506568312056264d1 [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.
source_set("cpp") {
sources = [
"scope.cc",
"scope.h",
"test_runner.cc",
"test_runner.h",
"test_runner_store_impl.cc",
"test_runner_store_impl.h",
]
deps = [
"//garnet/public/lib/fsl",
"//third_party/rapidjson",
"//zircon/public/lib/async-default",
]
public_deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/svc/cpp",
"//sdk/fidl/fuchsia.sys",
"//sdk/fidl/fuchsia.testing.runner",
"//sdk/lib/fidl/cpp",
"//src/lib/fxl",
"//zircon/public/lib/async-cpp",
]
}