# 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", | |
] | |
} |