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

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

Issue 2750353002: Conversational speech tool: timing model with data access. (Closed)
Patch Set: 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 6cbb2522d5772bf6061b30a694554544cbce300e..5c1a45a04525954bd03e13e75746ff2ae460b007 100644
--- a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
@@ -35,6 +35,8 @@ rtc_static_library("lib") {
sources = [
"config.cc",
"config.h",
+ "timing.cc",
+ "timing.h",
]
deps = []
visibility = [ ":*" ] # Only targets in this file can depend on this.

Powered by Google App Engine
This is Rietveld 408576698