blob: b1271edd364fe3cb1d345641320102a486ebf816 [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 = [
"//sdk/fidl/fuchsia.media",
"//src/lib/fxl",
"//zircon/public/lib/fbl",
"//zircon/public/lib/fdio",
]
}