blob: 7b7df517403f91cd509437ff4abcd94f7a2848bb [file] [log] [blame]
# Copyright 2019 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("gesture_util") {
sources = [
"util.cc",
"util.h",
]
public_deps = [ "//sdk/fidl/fuchsia.ui.input.accessibility" ]
deps = [
"//sdk/lib/syslog/cpp",
"//zircon/system/ulib/async:async-cpp",
]
}