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

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

Issue 2750353002: Conversational speech tool: timing model with data access. (Closed)
Patch Set: minor changes 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 d0cb1e7e7e05eafe2587fc6e8f8ff538b96ce768..bfda3b8876789b42af97180bacb76ba27e24df80 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