blob: 16144db71a6209441f78015d6213f7b2aa442148 [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fidl_library.gni")
fidl_library("fuchsia.media.playback") {
library_name = "playback"
namespace = "fuchsia.media"
public_deps = [
"../fuchsia.math",
"../fuchsia.media",
"../fuchsia.media.audio",
"../fuchsia.ui.views",
]
sources = [
"player.fidl",
"problem.fidl",
"seeking_reader.fidl",
"source_manager.fidl",
]
}
group("all"){
deps = [
":fuchsia.media.playback",
]
}