blob: f2da27a8388bc6d3f2c33cb6a64cc152f5480b6e [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("screen_reader") {
sources = [
"actions.h",
"screen_reader.h",
]
public_deps = [
"//sdk/lib/sys/cpp",
"//src/lib/fxl",
]
deps = []
}