blob: 55da38819da7685a22ffaee75a1ead5663a5e42c [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.mediastreams") {
sources = [
"audio_format.fidl",
"compression.fidl",
"encryption.fidl",
"video_format.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.math",
"//zircon/vdso/zx",
]
}