blob: c321a7e694059c52f376866fdf6fc3719943f12b [file] [log] [blame]
# Copyright 2019 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("a11y_input") {
sources = [
"a11y_input_system.cc",
"a11y_input_system.h",
]
deps = [
"//garnet/lib/ui/scenic",
]
}