Index: webrtc/call/webrtc_call.gypi |
diff --git a/webrtc/call/webrtc_call.gypi b/webrtc/call/webrtc_call.gypi |
index 0c3efff43a83952053136f17adfb563729d45954..455a11a79495cc6d75ecee4a3bd686e2d1a037b2 100644 |
--- a/webrtc/call/webrtc_call.gypi |
+++ b/webrtc/call/webrtc_call.gypi |
@@ -9,6 +9,7 @@ |
'variables': { |
'webrtc_call_dependencies': [ |
'<(webrtc_root)/common.gyp:webrtc_common', |
+ '<(webrtc_root)/modules/modules.gyp:congestion_controller', |
'<(webrtc_root)/modules/modules.gyp:rtp_rtcp', |
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
'<(webrtc_root)/webrtc.gyp:rtc_event_log', |
@@ -16,7 +17,6 @@ |
'webrtc_call_sources': [ |
'call/bitrate_allocator.cc', |
'call/call.cc', |
- 'call/congestion_controller.cc', |
'call/transport_adapter.cc', |
'call/transport_adapter.h', |
], |