diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 04:17:09 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 04:17:09 +0000 |
commit | 14fd1a60acdd439f80bdfc0aeb86761ba649db79 (patch) | |
tree | 5bfbcefbd8776ca6a4d810a75601d8bf62d91a7c /remoting/remoting.gyp | |
parent | 07f1ceeabc0cf63ed8d7ae7aa8d1ff04dda02584 (diff) | |
download | chromium_src-14fd1a60acdd439f80bdfc0aeb86761ba649db79.zip chromium_src-14fd1a60acdd439f80bdfc0aeb86761ba649db79.tar.gz chromium_src-14fd1a60acdd439f80bdfc0aeb86761ba649db79.tar.bz2 |
Add VideoReader and VideoWriter interfaces.
Implemented VideoReader and VideoWriter for RTP and Protobuf.
BUG=53986
TEST=None
Review URL: http://codereview.chromium.org/4229003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index dc72d8b..80d8d5d 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' |