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

Unified Diff: remoting/remoting.gyp

Issue 10836017: Piping for audio encoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed some style issues 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/base/audio_encoder.h ('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..5084125a5f3139d39efc6129164e52c97100396b 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1131,6 +1131,11 @@
# depend on chromotocol_proto_lib for headers.
'hard_dependency': 1,
'sources': [
+ 'base/audio_capture_data.cc',
+ 'base/audio_capture_data.h',
+ 'base/audio_encoder.h',
+ 'base/audio_encoder_verbatim.cc',
+ 'base/audio_encoder_verbatim.h',
'base/auth_token_util.cc',
'base/auth_token_util.h',
'base/capture_data.cc',
« remoting/base/audio_encoder.h ('K') | « remoting/host/chromoting_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698