blob: 092bce0361d9e9465c55bec7aaa14e522bbe7a31 [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.
source_set("audio") {
sources = [
"perceived_level.cc",
"perceived_level.h",
"types.cc",
"types.h",
]
deps = [
"//garnet/public/lib/fxl",
]
public_deps = [
"//garnet/public/fidl/fuchsia.media",
]
}