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

Unified Diff: webrtc/modules/audio_processing/BUILD.gn

Issue 2711923002: Parallel iterator bash script for the quality assessment package. (Closed)
Patch Set: minor fix Created 3 years, 10 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/modules/audio_processing/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index 2684a782c3a200793197f696e368ab7c0cc79178..d02cb6324ad2a68d0689a618dc6c949ca6b1778e 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -433,6 +433,7 @@ if (rtc_include_tests) {
":audioproc_f",
":audioproc_unittest_proto",
":unpack_aecdump",
+ "test/py_quality_assessment:py_quality_assessment",
aleloi 2017/02/23 14:48:24 Just "test/py_quality_assessment" is enough. GN in
]
}
}

Powered by Google App Engine
This is Rietveld 408576698