blob: d199c3eea3f7cfebfcec62a2ee41bbbbf9175b7c [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_gesture_handler.cc",
"mock_gesture_handler.h",
"mock_gesture_listener.cc",
"mock_gesture_listener.h",
]
public_deps = [ "//src/ui/a11y/lib/gesture_manager" ]
deps = [
"//sdk/fidl/fuchsia.accessibility.gesture:fuchsia.accessibility.gesture_hlcpp",
"//sdk/lib/syslog/cpp",
]
}