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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2804083003: Add POLQA to low bandwidth audio test (Closed)
Patch Set: Rebase Created 3 years, 8 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 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) {

Powered by Google App Engine
This is Rietveld 408576698