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

Unified Diff: remoting/remoting.gyp

Issue 10836017: Piping for audio encoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed header guards 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
« remoting/host/chromoting_host.cc ('K') | « remoting/host/chromoting_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 489d22287c1206b8dc610a601545dee3af534aad..72a6842865d06bf730a32852b0059cad1ace73f8 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1180,6 +1180,11 @@
'base/stoppable.h',
'base/util.cc',
'base/util.h',
+ # TODO(kxing): Seperate the audio and video codec files into a separate
+ # target.
+ 'codec/audio_encoder.h',
+ 'codec/audio_encoder_verbatim.cc',
+ 'codec/audio_encoder_verbatim.h',
],
}, # end of target 'remoting_base'
« remoting/host/chromoting_host.cc ('K') | « remoting/host/chromoting_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698