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

Unified Diff: webrtc/modules/audio_coding/codecs/interfaces.gypi

Issue 2359763002: Moved legacy_encoded_audio_frame into audio_decoder_interface. (Closed)
Patch Set: Created 4 years, 3 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_coding/codecs/interfaces.gypi
diff --git a/webrtc/modules/audio_coding/codecs/interfaces.gypi b/webrtc/modules/audio_coding/codecs/interfaces.gypi
index 1aba106f909e3ee4f5cd16c28a985365ddf42af4..adcddcf9fee8f58a67da1165130a0eeb83688b7c 100644
--- a/webrtc/modules/audio_coding/codecs/interfaces.gypi
+++ b/webrtc/modules/audio_coding/codecs/interfaces.gypi
@@ -14,6 +14,8 @@
'sources': [
'audio_decoder.cc',
'audio_decoder.h',
+ 'legacy_encoded_audio_frame.cc',
+ 'legacy_encoded_audio_frame.h',
],
'dependencies': [
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
« no previous file with comments | « webrtc/modules/audio_coding/codecs/g722/g722.gypi ('k') | webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698