blob: 200d8c3e502c3e94696c791ec868c3a5e15db312 [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("tts") {
sources = [
"log_engine.cc",
"log_engine.h",
"tts_manager_impl.cc",
"tts_manager_impl.h",
]
public_deps = [
"//sdk/fidl/fuchsia.accessibility.tts",
]
deps = [
"//garnet/public/lib/fsl",
"//garnet/public/lib/syslog/cpp",
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp",
"//src/lib/fxl",
]
}