Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index 4003db1b3544dfa5d1e915d3c1ca8d0c6240fb18..32d5336ce91e614bf13408a5f121d63251a27618 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -1925,6 +1925,10 @@ if (rtc_include_tests) { |
"../../test:test_support", |
] |
+ data = [ |
+ "../../../resources/speech_and_misc_wb.pcm", |
+ ] |
+ |
if (is_win) { |
cflags = [ |
# Disable warnings to enable Win64 build, issue 1323. |