# 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("stream_processors") { | |
testonly = true | |
deps = [ | |
":tests", | |
"//src/media/stream_processors/fuchsia-stream-processors", | |
] | |
} | |
group("tests") { | |
testonly = true | |
deps = [ | |
"//src/media/stream_processors/fuchsia-stream-processors:fuchsia-stream-processors-tests", | |
"//src/media/stream_processors/test", | |
] | |
} |