blob: a24598cdca06c9aac31375d5867c21b572f60d52 [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/package.gni")
source_set("wav_writer") {
sources = [
"wav_writer.cc",
"wav_writer.h",
]
public_deps = [
"//garnet/public/lib/fxl",
"//zircon/public/lib/fdio",
"//zircon/public/lib/fbl",
"//garnet/public/fidl/fuchsia.media",
]
}