| Index: webrtc/call/BUILD.gn
|
| diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
|
| index 47129530e170fe3d6c20b83c9588211b9b5f00d2..e6fb890828281fd8dcef3a6b550db8ee5694268f 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_transport_controller_receive.h",
|
| "rtp_transport_controller_send.h",
|
| "syncable.cc",
|
| "syncable.h",
|
| @@ -37,6 +38,7 @@ rtc_static_library("call") {
|
| "call.cc",
|
| "flexfec_receive_stream_impl.cc",
|
| "flexfec_receive_stream_impl.h",
|
| + "rtp_transport_controller_receive.cc",
|
| ]
|
|
|
| if (!build_with_chromium && is_clang) {
|
|
|