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

Unified Diff: remoting/remoting.gyp

Issue 10843031: Piping for audio decoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed an #include to a forward declaration Created 8 years, 4 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 cfa10889d4a387221430513f7c3d60e218eeb5b3..2aa104abd9c8e533dca857b57f8d71cd80af9f3c 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',
@@ -1389,6 +1393,8 @@
'remoting_protocol',
],
'sources': [
+ 'client/audio_decode_scheduler.cc',
+ 'client/audio_decode_scheduler.h',
'client/audio_player.h',
'client/chromoting_client.cc',
'client/chromoting_client.h',
« remoting/client/plugin/chromoting_instance.h ('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