| Index: webrtc/call/BUILD.gn
|
| diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
|
| index 0d87b2f9f764875dc791c6661bec7feeeddd0c3f..97b57c9d8027ca47458d3757ade3cfa9836bcc8b 100644
|
| --- a/webrtc/call/BUILD.gn
|
| +++ b/webrtc/call/BUILD.gn
|
| @@ -17,6 +17,7 @@ rtc_source_set("call_interfaces") {
|
| "call.h",
|
| "flexfec_receive_stream.h",
|
| "rtp_demuxer.h",
|
| + "rtp_transport_controller_receive_interface.h",
|
| "rtp_transport_controller_send_interface.h",
|
| "syncable.cc",
|
| "syncable.h",
|
| @@ -40,6 +41,8 @@ rtc_static_library("call") {
|
| "flexfec_receive_stream_impl.cc",
|
| "flexfec_receive_stream_impl.h",
|
| "rtp_demuxer.cc",
|
| + "rtp_transport_controller_receive.cc",
|
| + "rtp_transport_controller_receive.h",
|
| "rtp_transport_controller_send.cc",
|
| "rtp_transport_controller_send.h",
|
| ]
|
|
|