blob: c6ec3106dd19ab5158732c9de68a783c8b248374 [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("render") {
sources = [
"audio_renderer.h",
"renderer.cc",
"renderer.h",
"video_renderer.h",
]
deps = [
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/async-default",
]
public_deps = [
"//garnet/bin/mediaplayer/graph",
"//garnet/public/fidl/fuchsia.math",
"//garnet/public/fidl/fuchsia.media",
"//garnet/public/lib/fxl",
"//garnet/public/lib/media/timeline",
]
}