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

Unified Diff: remoting/remoting.gyp

Issue 10836017: Piping for audio encoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reorganized code 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 0f2f5bebfe1fad160df548288e063300a783cb83..8f879e1dec9548aadca4c89f714c5375b59a1649 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1167,6 +1167,10 @@
'base/running_average.h',
'base/util.cc',
'base/util.h',
+ # TODO(kxing): Seperate the following into a separate target.
Sergey Ulanov 2012/07/31 22:22:17 These and all video codec files.
kxing 2012/07/31 23:06:06 Done.
+ '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