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

Unified Diff: remoting/remoting.gyp

Issue 4229003: Add VideoReader and VideoWriter interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month 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
« no previous file with comments | « remoting/protocol/video_writer.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 dc72d8b1fae229d4e0166f9720da1dc4cfb3b750..80d8d5d3eba7011b082c0b4cb675ee344eca73e9 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -379,10 +379,18 @@
'protocol/jingle_chromotocol_connection.h',
'protocol/jingle_chromotocol_server.cc',
'protocol/jingle_chromotocol_server.h',
+ 'protocol/protobuf_video_reader.cc',
+ 'protocol/protobuf_video_reader.h',
+ 'protocol/protobuf_video_writer.cc',
+ 'protocol/protobuf_video_writer.h',
'protocol/rtp_reader.cc',
'protocol/rtp_reader.h',
'protocol/rtp_utils.cc',
'protocol/rtp_utils.h',
+ 'protocol/rtp_video_reader.cc',
+ 'protocol/rtp_video_reader.h',
+ 'protocol/rtp_video_writer.cc',
+ 'protocol/rtp_video_writer.h',
'protocol/rtp_writer.cc',
'protocol/rtp_writer.h',
'protocol/socket_reader_base.cc',
@@ -391,6 +399,11 @@
'protocol/stream_writer.h',
'protocol/util.cc',
'protocol/util.h',
+ 'protocol/video_reader.cc',
+ 'protocol/video_reader.h',
+ 'protocol/video_stub.h',
+ 'protocol/video_writer.cc',
+ 'protocol/video_writer.h',
],
}, # end of target 'chromoting_protocol'
« no previous file with comments | « remoting/protocol/video_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698