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

Unified Diff: webrtc/modules/utility/utility.gypi

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/modules/utility/source/file_recorder.cc ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/utility/utility.gypi
diff --git a/webrtc/modules/utility/utility.gypi b/webrtc/modules/utility/utility.gypi
index eb50bb6ec75ecb6919d09777fa7badfd92d966b1..2c4e20f0da88dcd17e667f476d9f82b49a292c14 100644
--- a/webrtc/modules/utility/utility.gypi
+++ b/webrtc/modules/utility/utility.gypi
@@ -20,17 +20,11 @@
],
'sources': [
'include/audio_frame_operations.h',
- 'include/file_player.h',
- 'include/file_recorder.h',
'include/helpers_android.h',
'include/helpers_ios.h',
'include/jvm_android.h',
'include/process_thread.h',
'source/audio_frame_operations.cc',
- 'source/coder.cc',
- 'source/coder.h',
- 'source/file_player.cc',
- 'source/file_recorder.cc',
'source/helpers_android.cc',
'source/helpers_ios.mm',
'source/jvm_android.cc',
« no previous file with comments | « webrtc/modules/utility/source/file_recorder.cc ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698