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

Unified Diff: remoting/remoting.gyp

Issue 10820059: Not streaming packets of silence. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 5 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: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index ec5fef0c487c579830d0f7d456392bb332be7899..9f25550e11dacd3133b6cbeaf8c15f1600533036 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1182,10 +1182,11 @@
'../crypto/crypto.gyp:crypto',
],
'sources': [
- 'host/audio_capturer.cc',
'host/audio_capturer.h',
'host/audio_capturer_linux.cc',
'host/audio_capturer_mac.cc',
+ 'host/audio_capturer_util.cc',
+ 'host/audio_capturer_util.h',
'host/audio_capturer_win.cc',
'host/audio_scheduler.cc',
'host/audio_scheduler.h',
« remoting/host/audio_capturer_util.cc ('K') | « remoting/host/audio_capturer_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698