# 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", | |
"//sdk/lib/fidl/cpp", | |
] | |
} |