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

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

Issue 1346993002: Move AudioDecoderG722 next to AudioEncoderG722 (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 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/g722/g722.gypi
diff --git a/webrtc/modules/audio_coding/codecs/g722/g722.gypi b/webrtc/modules/audio_coding/codecs/g722/g722.gypi
index 14b34b74401278f31a3b0124e38311b6a491f2f6..aad11e3685cc55a8f15e15de88aa8e355f111e1a 100644
--- a/webrtc/modules/audio_coding/codecs/g722/g722.gypi
+++ b/webrtc/modules/audio_coding/codecs/g722/g722.gypi
@@ -24,7 +24,9 @@
],
},
'sources': [
+ 'audio_decoder_g722.cc',
'audio_encoder_g722.cc',
+ 'include/audio_decoder_g722.h',
'include/audio_encoder_g722.h',
'include/g722_interface.h',
'g722_interface.c',

Powered by Google App Engine
This is Rietveld 408576698