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

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

Issue 2781573002: Conversational Speech tool, MultiEndCall::CheckTiming() and tests (Closed)
Patch Set: final refactoring Created 3 years, 9 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/test/conversational_speech/BUILD.gn
diff --git a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
index ca5977fae8c3ec4e1610de5ee03f15fcbb2431ee..8e0ada436ed172567db636c3439afb1f427b00bd 100644
--- a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
@@ -56,6 +56,7 @@ rtc_source_set("unittest") {
testonly = true
sources = [
"generator_unittest.cc",
+ "mock_wavreader.cc",
"mock_wavreader.h",
"mock_wavreader_factory.cc",
"mock_wavreader_factory.h",
@@ -65,6 +66,7 @@ rtc_source_set("unittest") {
"//testing/gmock",
"//testing/gtest",
"//webrtc:webrtc_common",
+ "//webrtc/base:rtc_base_approved",
"//webrtc/test:test_support",
aleloi 2017/04/06 08:37:04 tldr: replace '//webrtc/base' and test with '../..
AleBzk 2017/04/06 16:42:41 Done.
]
}

Powered by Google App Engine
This is Rietveld 408576698