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 5c7ddf2784792171d107e82cab5eca8508efdb11..3fcddfb24885664aca9b584e5f4f4d18e5f288d9 100644 |
--- a/webrtc/modules/congestion_controller/congestion_controller.gypi |
+++ b/webrtc/modules/congestion_controller/congestion_controller.gypi |
@@ -14,7 +14,6 @@ |
'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', |
@@ -25,6 +24,8 @@ |
'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, ], |