Index: webrtc/modules/congestion_controller/congestion_controller.gypi |
diff --git a/webrtc/modules/congestion_controller/congestion_controller.gypi b/webrtc/modules/congestion_controller/congestion_controller.gypi |
index 3fcddfb24885664aca9b584e5f4f4d18e5f288d9..5c7ddf2784792171d107e82cab5eca8508efdb11 100644 |
--- a/webrtc/modules/congestion_controller/congestion_controller.gypi |
+++ b/webrtc/modules/congestion_controller/congestion_controller.gypi |
@@ -14,6 +14,7 @@ |
'dependencies': [ |
'<(webrtc_root)/modules/modules.gyp:bitrate_controller', |
'<(webrtc_root)/modules/modules.gyp:paced_sender', |
+ '<(webrtc_root)/modules/modules.gyp:remote_bitrate_estimator', |
], |
'sources': [ |
'congestion_controller.cc', |
@@ -24,8 +25,6 @@ |
'probe_bitrate_estimator.h', |
'probe_controller.cc', |
'probe_controller.h', |
- 'transport_feedback_adapter.cc', |
- 'transport_feedback_adapter.h', |
], |
# TODO(jschuh): Bug 1348: fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, ], |