| Index: webrtc/call/BUILD.gn
|
| diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
|
| index 680ec6bd2fe8a2704808abd3b31518d42896f277..a53ab4b429980d6d3b6eb2e9ec131cc17c3b1085 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",
|
| "syncable.cc",
|
| "syncable.h",
|
| ]
|
| @@ -27,6 +28,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) {
|
|
|