| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index 38aebcd1997ad71683d2795d3580fe446ab95ec1..60802ebcbef4e1ef76cf69f64cffe9019df4b968 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -237,9 +237,7 @@ if (rtc_include_tests) {
|
| testonly = true
|
|
|
| defines = audio_coding_defines
|
| - deps = [
|
| - "audio_coding:legacy_encoded_audio_frame",
|
| - ]
|
| + deps = []
|
| sources = [
|
| "audio_coding/acm2/acm_receiver_unittest_oldapi.cc",
|
| "audio_coding/acm2/audio_coding_module_unittest_oldapi.cc",
|
|
|