| # 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. | |
| config("test_utils_include_config") { | |
| include_dirs = [ "." ] | |
| } | |
| source_set("test_utils") { | |
| testonly = true | |
| sources = [ "fake_codec_adapter.cc" ] | |
| public_configs = [ ":test_utils_include_config" ] | |
| deps = [ "//src/media/lib/codec_impl" ] | |
| } |