Index: webrtc/call/BUILD.gn |
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn |
index 1f29e618221a4cdae82fa46280c69bfc9b56ea2d..0d87b2f9f764875dc791c6661bec7feeeddd0c3f 100644 |
--- a/webrtc/call/BUILD.gn |
+++ b/webrtc/call/BUILD.gn |
@@ -16,6 +16,7 @@ rtc_source_set("call_interfaces") { |
"audio_state.h", |
"call.h", |
"flexfec_receive_stream.h", |
+ "rtp_demuxer.h", |
"rtp_transport_controller_send_interface.h", |
"syncable.cc", |
"syncable.h", |
@@ -38,6 +39,7 @@ rtc_static_library("call") { |
"call.cc", |
"flexfec_receive_stream_impl.cc", |
"flexfec_receive_stream_impl.h", |
+ "rtp_demuxer.cc", |
"rtp_transport_controller_send.cc", |
"rtp_transport_controller_send.h", |
] |