| # Copyright 2020 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("util") { | |
| sources = [ | |
| "util.cc", | |
| "util.h", | |
| ] | |
| public_deps = [ | |
| "//sdk/fidl/fuchsia.accessibility:fuchsia.accessibility_hlcpp", | |
| "//sdk/fidl/fuchsia.accessibility.semantics:fuchsia.accessibility.semantics_hlcpp", | |
| ] | |
| deps = [ | |
| "//sdk/lib/sys/cpp", | |
| "//sdk/lib/syslog/cpp", | |
| "//src/ui/a11y/lib/semantics", | |
| ] | |
| } |