blob: 8d29ab73c91d67a2c3d39a7460de4183e07a3575 [file] [log] [blame]
# Copyright 2018 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") {
sources = [
"a11y_legacy_contender.cc",
"a11y_legacy_contender.h",
"gesture_arena.cc",
"gesture_arena.h",
"gesture_contender.h",
"gfx_legacy_contender.cc",
"gfx_legacy_contender.h",
"helper.cc",
"helper.h",
"injector.cc",
"injector.h",
"input_command_dispatcher.cc",
"input_command_dispatcher.h",
"input_system.cc",
"input_system.h",
"internal_pointer_event.h",
"pointer_event_buffer.cc",
"pointer_event_buffer.h",
]
deps = [
"//garnet/public/lib/fostr/fidl/fuchsia.ui.input",
"//sdk/fidl/fuchsia.ui.policy",
"//sdk/fidl/fuchsia.ui.scenic",
"//sdk/lib/fidl/cpp",
"//src/lib/fxl",
"//src/ui/lib/escher/geometry:escher_geometry",
"//src/ui/scenic/lib/gfx",
"//src/ui/scenic/lib/gfx:ids",
"//src/ui/scenic/lib/scenic",
"//src/ui/scenic/lib/scheduling:id",
"//src/ui/scenic/lib/utils",
"//zircon/system/ulib/inspect",
"//zircon/system/ulib/trace",
]
public_deps = [ "//sdk/fidl/fuchsia.ui.pointerinjector" ]
}