blob: b19fb95062de11afcde9365ed19a42ca708bb4b7 [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 = [ "//src/lib/syslog/cpp" ]
}