blob: 418d009584c524b5ed82aefe343ed41e3a44b8e6 [file] [log] [blame]
# 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.
source_set("mocks") {
testonly = true
sources = [
"mock_contest_member.cc",
"mock_contest_member.h",
]
public_deps = [ "//src/ui/a11y/lib/gesture_manager/arena" ]
deps = [
"//sdk/lib/syslog/cpp",
"//third_party/googletest:gtest",
]
}