blob: f3a85b5ad9f35f8e8e49a15dcd5fc36252bb0a82 [file] [log] [blame]
# Copyright 2022 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_v2") {
sources = [
"util.cc",
"util.h",
]
public_deps = [
"//sdk/fidl/fuchsia.math:fuchsia.math_hlcpp",
"//sdk/fidl/fuchsia.ui.pointer.augment:fuchsia.ui.pointer.augment_hlcpp",
]
deps = [
"//sdk/lib/async:async-cpp",
"//sdk/lib/syslog/cpp",
]
}