Index: webrtc/audio/BUILD.gn |
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn |
index 0b4b580207c623320d90643a25cf74f998d8f684..0de4229c7be8ce9416dfb8088cf23a9e4914d338 100644 |
--- a/webrtc/audio/BUILD.gn |
+++ b/webrtc/audio/BUILD.gn |
@@ -100,6 +100,7 @@ if (rtc_include_tests) { |
"../test:fake_audio_device", |
"../test:test_common", |
"../test:test_main", |
+ "//third_party/gflags", |
] |
if (is_android) { |
deps += [ "//testing/android/native_test:native_test_native_code" ] |
@@ -107,6 +108,7 @@ if (rtc_include_tests) { |
data = [ |
"//resources/voice_engine/audio_tiny16.wav", |
+ "//resources/voice_engine/audio_tiny48.wav", |
] |
if (!build_with_chromium && is_clang) { |