blob: 03201f6bcf98b93444c4b472dd2c31da04aa7612 [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",
"//zircon/system/ulib/zx",
]
deps = [ "//sdk/fidl/fuchsia.ui.views" ]
}