Chromium Code Reviews

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

Issue 1868143002: Convert CNG into C++ and remove it from AudioDecoder (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Separated Encode tests, added GTEST_HAS_DEATH_TEST check, fixed comments. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_coding/codecs/cng/cng.gypi
diff --git a/webrtc/modules/audio_coding/codecs/cng/cng.gypi b/webrtc/modules/audio_coding/codecs/cng/cng.gypi
index c020f4740d4055d82fd98134af1a0bcb82c12a07..bbff9f8edfee3a63d353652ecd277e0bbe6326dd 100644
--- a/webrtc/modules/audio_coding/codecs/cng/cng.gypi
+++ b/webrtc/modules/audio_coding/codecs/cng/cng.gypi
@@ -18,9 +18,7 @@
'sources': [
'audio_encoder_cng.cc',
'audio_encoder_cng.h',
- 'cng_helpfuns.c',
- 'cng_helpfuns.h',
- 'webrtc_cng.c',
+ 'webrtc_cng.cc',
'webrtc_cng.h',
],
},

Powered by Google App Engine