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

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

Issue 2750353002: Conversational speech tool: timing model with data access. (Closed)
Patch Set: deps fixed 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e85e1e3b1c11d28c098f673df3b71f7143e325ba 100644
--- a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
@@ -35,8 +35,12 @@ rtc_static_library("lib") {
sources = [
"config.cc",
"config.h",
+ "timing.cc",
+ "timing.h",
+ ]
+ deps = [
+ "//webrtc/base:rtc_base_approved",
]
- deps = []
visibility = [ ":*" ] # Only targets in this file can depend on this.
} # lib
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698