blob: 9f41c655ce7d5d3c3a12106e04846d1ded596c68 [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",
"constants.cc",
"constants.h",
"gesture_arena.cc",
"gesture_arena.h",
"gesture_contender.cc",
"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",
"touch_source.cc",
"touch_source.h",
]
deps = [
"//garnet/public/lib/fostr/fidl/fuchsia.ui.input",
"//garnet/public/lib/fostr/fidl/fuchsia.ui.input.accessibility",
"//garnet/public/lib/fostr/fidl/fuchsia.ui.pointerinjector",
"//sdk/fidl/fuchsia.ui.policy",
"//sdk/fidl/fuchsia.ui.scenic",
"//sdk/lib/fidl/cpp",
"//src/lib/files",
"//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.pointer",
"//sdk/fidl/fuchsia.ui.pointerinjector",
]
}