| # 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/package.gni") |
| |
| source_set("util") { |
| testonly = true |
| sources = [ |
| "mocks.cc", |
| "mocks.h", |
| "util.cc", |
| "util.h", |
| ] |
| public_deps = [ |
| "//garnet/public/lib/gtest", |
| "//sdk/fidl/fuchsia.ui.scenic", |
| "//sdk/fidl/fuchsia.ui.scenic.internal", |
| "//sdk/lib/ui/scenic/cpp", |
| "//src/lib/fsl", |
| "//src/lib/fxl", |
| "//src/ui/lib/glm_workaround", |
| "//src/ui/scenic/lib/gfx:gfx", |
| "//src/ui/scenic/lib/scenic", |
| "//src/ui/scenic/lib/scenic/util", |
| "//zircon/system/ulib/inspect", |
| ] |
| } |