Index: webrtc/audio/BUILD.gn |
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn |
index 1757e4e0dd108c8953a2de56dcd5927ba4ecbc89..fc660382cc156702015f00bc914d9e614c610292 100644 |
--- a/webrtc/audio/BUILD.gn |
+++ b/webrtc/audio/BUILD.gn |
@@ -112,6 +112,8 @@ if (rtc_include_tests) { |
"../test:fake_audio_device", |
"../test:test_common", |
"../test:test_main", |
+ "//testing/gmock", |
+ "//testing/gtest", |
"//third_party/gflags", |
] |
if (is_android) { |
@@ -121,6 +123,7 @@ if (rtc_include_tests) { |
data = [ |
"//resources/voice_engine/audio_tiny16.wav", |
"//resources/voice_engine/audio_tiny48.wav", |
+ "//resources/voice_engine/audio_dtx16.wav", |
] |
if (!build_with_chromium && is_clang) { |