blob: a7919396fc48f8294dcfe0ab74802495e511a2e1 [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",
]
}