Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: webrtc/audio/BUILD.gn

Issue 2931873002: Test and fix for huge bwe drop after alr state. (Closed)
Patch Set: Response to comments. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698