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

Unified Diff: remoting/remoting.gyp

Issue 10843031: Piping for audio decoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 72a6842865d06bf730a32852b0059cad1ace73f8..cc1a1842ed896598c3e331caeb645d7bb203a18e 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1182,6 +1182,10 @@
'base/util.h',
# TODO(kxing): Seperate the audio and video codec files into a separate
# target.
+ 'codec/audio_decoder.cc',
+ 'codec/audio_decoder.h',
+ 'codec/audio_decoder_verbatim.cc',
+ 'codec/audio_decoder_verbatim.h',
'codec/audio_encoder.h',
'codec/audio_encoder_verbatim.cc',
'codec/audio_encoder_verbatim.h',
« remoting/codec/audio_decoder_verbatim.cc ('K') | « remoting/codec/audio_decoder_verbatim.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698