summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 04:40:07 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 04:40:07 +0000
commit044687857c9eddcb15f8fb71f13d5d292b7360b1 (patch)
tree4f9ead5c473e4add37745cabd255c171cd727a34 /remoting/remoting.gyp
parent342000b5ca015e050f1ee3286fd5c1b5b1c8fbec (diff)
downloadchromium_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.gyp2
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',