| Index: webrtc/modules/rtp_rtcp/BUILD.gn
|
| diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| index 0eda287a4ce30e65e0f27fd39e23cf52c9f597d3..18c2e721153416b65cafa4b499a5cba8368515b0 100644
|
| --- a/webrtc/modules/rtp_rtcp/BUILD.gn
|
| +++ b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| @@ -58,6 +58,8 @@ source_set("rtp_rtcp") {
|
| "source/rtp_format_video_generic.h",
|
| "source/rtp_format_vp8.cc",
|
| "source/rtp_format_vp8.h",
|
| + "source/rtp_format_vp9.cc",
|
| + "source/rtp_format_vp9.h",
|
| "source/rtp_header_extension.cc",
|
| "source/rtp_header_extension.h",
|
| "source/rtp_header_parser.cc",
|
|
|