blob: 8d7b1a28b483e9a7c3f85e7023d3278bb6e330e9 [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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.media2") {
sources = [
"connection_error.fidl",
"stream_sink.fidl",
"timelines.fidl",
]
public_deps = [
"//src/media/vnext/fidl/fuchsia.mediastreams",
"//zircon/vdso/zx",
]
}