blob: c1c252a494f3187f5e7c09d0300c1211a9ae13b1 [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/public/lib/media/timeline",
"//sdk/fidl/fuchsia.math",
"//sdk/fidl/fuchsia.media",
"//src/lib/fxl",
"//src/media/playback/mediaplayer/graph",
]
}