blob: 6181d6271b81dd8c5791d06598fae1fc6f96b106 [file] [log] [blame]
# Copyright 2017 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("dart") {
infer_package_name = true
sources = [
"audio_player_controller.dart",
"timeline.dart",
]
source_dir = "."
deps = [
"//sdk/fidl/fuchsia.device.display",
"//sdk/fidl/fuchsia.math",
"//sdk/fidl/fuchsia.media",
"//sdk/fidl/fuchsia.media.audio",
"//sdk/fidl/fuchsia.media.playback",
"//sdk/fidl/fuchsia.net.oldhttp",
"//topaz/public/dart/fidl",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/settings:settings_protos",
]
}