Index: webrtc/modules/BUILD.gn |
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn |
index 042b38e4bde30fc051b6e6892fa75239ea9b9c11..241e852a77c4242691a3055c4feb1cbdaf86e653 100644 |
--- a/webrtc/modules/BUILD.gn |
+++ b/webrtc/modules/BUILD.gn |
@@ -138,7 +138,6 @@ if (rtc_include_tests) { |
} |
modules_unittests_resources = [ |
- "//data/voice_engine/audio_tiny48.wav", |
"//resources/att-downlink.rx", |
"//resources/att-uplink.rx", |
"//resources/audio_coding/neteq_opus.rtp", |
@@ -238,6 +237,7 @@ if (rtc_include_tests) { |
"//resources/verizon3g-uplink.rx", |
"//resources/verizon4g-downlink.rx", |
"//resources/verizon4g-uplink.rx", |
+ "//resources/voice_engine/audio_tiny48.wav", |
] |
if (is_ios) { |