blob: 88a30bcef42896ae9ceedeb5053dfd849072ac6e [file] [log] [blame]
# 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("mocks") {
testonly = true
sources = [
"mock_highlight_delegate.cc",
"mock_highlight_delegate.h",
]
deps = [
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp",
"//sdk/lib/syslog/cpp",
"//sdk/lib/ui/scenic/cpp",
"//src/lib/fxl",
"//src/ui/a11y/lib/annotation",
"//src/ui/a11y/lib/util",
]
}