blob: 8993ff59b56b6ebd5f1a85506cd910bb302c13a5 [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")
import("//topaz/runtime/dart/dart_test.gni")
dart_library("fuchsia_media") {
package_name = "fuchsia_media"
sdk_category = "partner"
source_dir = "lib"
sources = [
"media.dart",
"src/media.dart",
]
deps = [
"$garnet_sdk_fidl/fuchsia.media",
]
}