diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-24 04:40:07 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-24 04:40:07 +0000 |
commit | 044687857c9eddcb15f8fb71f13d5d292b7360b1 (patch) | |
tree | 4f9ead5c473e4add37745cabd255c171cd727a34 /remoting/remoting.gyp | |
parent | 342000b5ca015e050f1ee3286fd5c1b5b1c8fbec (diff) | |
download | chromium_src-044687857c9eddcb15f8fb71f13d5d292b7360b1.zip chromium_src-044687857c9eddcb15f8fb71f13d5d292b7360b1.tar.gz chromium_src-044687857c9eddcb15f8fb71f13d5d292b7360b1.tar.bz2 |
Implemented RtcpWriter for sending RTCP Receiver Reports.
BUG=None
TEST=Unittests
Review URL: http://codereview.chromium.org/5122008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67215 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index e2c3ece..91dd1c0 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -386,6 +386,8 @@ 'protocol/protobuf_video_reader.h', 'protocol/protobuf_video_writer.cc', 'protocol/protobuf_video_writer.h', + 'protocol/rtcp_writer.cc', + 'protocol/rtcp_writer.h', 'protocol/rtp_reader.cc', 'protocol/rtp_reader.h', 'protocol/rtp_utils.cc', |