blob: 320ab2563dd5413838f7e81b87ae2512f1f70b38 [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/public/fidl/fuchsia.media",
]
}