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

Unified Diff: webrtc/audio/webrtc_audio.gypi

Issue 1403363003: Move VoiceEngineObserver into AudioSendStream so that we detect typing noises and return properly i… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: more includes Created 5 years, 2 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 | « webrtc/audio/voice_engines.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/webrtc_audio.gypi
diff --git a/webrtc/audio/webrtc_audio.gypi b/webrtc/audio/webrtc_audio.gypi
index b9d45db56db9af5e96a14d396425d64ae0ded93a..4fa8231eeeed5850fd558d8ad65d5fa471bb4edc 100644
--- a/webrtc/audio/webrtc_audio.gypi
+++ b/webrtc/audio/webrtc_audio.gypi
@@ -20,6 +20,10 @@
'audio/audio_send_stream.h',
'audio/conversion.h',
'audio/scoped_voe_interface.h',
+ 'audio/typing_noise_observer.cc',
+ 'audio/typing_noise_observer.h',
+ 'audio/voice_engines.cc',
+ 'audio/voice_engines.h',
],
},
}
« no previous file with comments | « webrtc/audio/voice_engines.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698