# 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", | |
] | |
} |