blob: 2502ca9e04bb92886230e3e528b17000f688c57b [file] [log] [blame]
# Copyright 2021 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("input_injection") {
sources = [ "injector_manager.h" ]
public_deps = [
"//sdk/fidl/fuchsia.ui.input:fuchsia.ui.input_hlcpp",
"//zircon/system/ulib/zx",
]
deps = [ "//sdk/fidl/fuchsia.ui.views:fuchsia.ui.views_hlcpp" ]
}