blob: bcc3e7df679f18cc47078dbc7dcffb7bf2e2d2e3 [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.
import("//build/package.gni")
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" ]
}