blob: 4b3c22c2ddae5f2783e7fc13c4198b916f23c43c [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/dart/dart_library.gni")
dart_library("fuchsia_media") {
package_name = "fuchsia_media"
sdk_category = "partner"
source_dir = "lib"
sources = [
"media.dart",
"src/media.dart",
]
deps = [
"//sdk/fidl/fuchsia.media",
# TODO(dustingreen): Remove after soft transition done, since fuchsia.media
# will automatically pick up fuchsia.sysmem soon.
"//zircon/public/fidl/fuchsia-sysmem",
]
}