# 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("lib") { | |
testonly = true | |
deps = [ | |
":tests", | |
"//src/media/lib/extend_bits", | |
"//src/media/lib/ffmpeg", | |
"//src/media/lib/metrics", | |
"//src/media/lib/mpsc_queue", | |
] | |
} | |
group("tests") { | |
testonly = true | |
deps = [ | |
"//src/media/lib/codec_impl:tests", | |
"//src/media/lib/extend_bits:tests", | |
"//src/media/lib/mpsc_queue:tests", | |
] | |
} |