Fix mistake in rtp/rtcp/BUILD.gn introduced with r6804.

TEST=buildtools/linux64/gn gen out/Default
TBR=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/21999004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6805 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org 2014-07-31 15:07:59 +00:00
parent 2ec560606b
commit e1c9caf6ee

View File

@ -79,10 +79,10 @@ source_set("rtp_rtcp") {
"source/rtp_sender_video.cc",
"source/rtp_sender_video.h",
"source/video_codec_information.h",
'source/rtp_format.cc',
'source/rtp_format.h',
'source/rtp_format_h264.cc',
'source/rtp_format_h264.h',
"source/rtp_format.cc",
"source/rtp_format.h",
"source/rtp_format_h264.cc",
"source/rtp_format_h264.h",
"source/rtp_format_vp8.cc",
"source/rtp_format_vp8.h",
"source/rtp_format_video_generic.h",