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

Unified Diff: remoting/remoting.gyp

Issue 10535153: Added files for audio writers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed a small style issue Created 8 years, 6 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 dc72521393f68776594a36d6e8834b6588a130d9..dcc61d9d91bc7b0d1fa89737d1f082153e0ac86e 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1493,6 +1493,8 @@
],
'sources': [
'protocol/audio_stub.h',
+ 'protocol/audio_writer.cc',
+ 'protocol/audio_writer.h',
'protocol/auth_util.cc',
'protocol/auth_util.h',
'protocol/authentication_method.cc',
@@ -1554,6 +1556,8 @@
'protocol/mouse_input_filter.h',
'protocol/negotiating_authenticator.cc',
'protocol/negotiating_authenticator.h',
+ 'protocol/protobuf_audio_writer.cc',
+ 'protocol/protobuf_audio_writer.h',
'protocol/protobuf_video_reader.cc',
'protocol/protobuf_video_reader.h',
'protocol/protobuf_video_writer.cc',
« remoting/protocol/protobuf_audio_writer.h ('K') | « remoting/protocol/protobuf_audio_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698