| Index: webrtc/modules/rtp_rtcp/BUILD.gn
|
| diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| index d386951cb008e1adf467fd1396bb86beaa3fa2a5..9d69811ef318749d516ed2cafe0d18ba2d86841f 100644
|
| --- a/webrtc/modules/rtp_rtcp/BUILD.gn
|
| +++ b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| @@ -118,9 +118,15 @@ source_set("rtp_rtcp") {
|
| "source/rtp_format_vp9.h",
|
| "source/rtp_header_extension.cc",
|
| "source/rtp_header_extension.h",
|
| + "source/rtp_header_extensions.cc",
|
| + "source/rtp_header_extensions.h",
|
| "source/rtp_header_parser.cc",
|
| + "source/rtp_packet.cc",
|
| + "source/rtp_packet.h",
|
| "source/rtp_packet_history.cc",
|
| "source/rtp_packet_history.h",
|
| + "source/rtp_packet_received.h",
|
| + "source/rtp_packet_to_send.h",
|
| "source/rtp_payload_registry.cc",
|
| "source/rtp_receiver_audio.cc",
|
| "source/rtp_receiver_audio.h",
|
|
|