blob: 4afa812bb52e3bd88cca069c2d8c18acc92f93d4 [file] [log] [blame]
# Copyright 2019 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.
group("examples") {
testonly = true
deps = [
"//src/media/audio/examples/effects",
"//src/media/audio/examples/simple_capture",
"//src/media/audio/examples/simple_sine",
"//src/media/audio/examples/sync_sine",
"//src/media/audio/examples/tones",
]
}