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

Unified Diff: webrtc/voice_engine/voice_engine.gyp

Issue 2321473004: Move coder, file_player, and file_recorder to webrtc/voice_engine (Closed)
Patch Set: Update .gyp files 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
« no previous file with comments | « webrtc/voice_engine/transmit_mixer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/voice_engine.gyp
diff --git a/webrtc/voice_engine/voice_engine.gyp b/webrtc/voice_engine/voice_engine.gyp
index dd6de61a528870915a01e96030fe81ac75048d35..8bcc8fadd6c26034885cbe8418beb7c18a4a923e 100644
--- a/webrtc/voice_engine/voice_engine.gyp
+++ b/webrtc/voice_engine/voice_engine.gyp
@@ -36,6 +36,12 @@
'<(webrtc_root)/modules/modules.gyp:audio_coding_module',
],
'sources': [
+ 'coder.cc',
+ 'coder.h',
+ 'file_player.cc',
+ 'file_player.h',
+ 'file_recorder.cc',
+ 'file_recorder.h',
'include/voe_audio_processing.h',
'include/voe_base.h',
'include/voe_codec.h',
« no previous file with comments | « webrtc/voice_engine/transmit_mixer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698