aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/modules.gyp
diff options
context:
space:
mode:
authorErik Språng <sprang@webrtc.org>2015-09-24 15:06:57 +0200
committerErik Språng <sprang@webrtc.org>2015-09-24 13:07:17 +0000
commit6b8d3551681f40b880507cecc88f478a12383cc7 (patch)
treeac12260207483555367f9f6ab93bee1528f37a1e /webrtc/modules/modules.gyp
parent8c266e6baff043a1fa5c9134f46042908a376d5b (diff)
downloadwebrtc-6b8d3551681f40b880507cecc88f478a12383cc7.tar.gz
Reland "Wire up send-side bandwidth estimation."
Revert was patchset #8 id:140001 of https://codereview.webrtc.org/1338203003/ The culprit was RTC_DCHECK(poller_thread_->Start()); in rampup_test.cc BUG=webrtc:4173 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1362303002 . Cr-Commit-Position: refs/heads/master@{#10052}
Diffstat (limited to 'webrtc/modules/modules.gyp')
-rw-r--r--webrtc/modules/modules.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index fb46a13071..d593dd1d46 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -215,6 +215,7 @@
'pacing/packet_router_unittest.cc',
'remote_bitrate_estimator/bwe_simulations.cc',
'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h',
+ 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h',
'remote_bitrate_estimator/inter_arrival_unittest.cc',
'remote_bitrate_estimator/overuse_detector_unittest.cc',
'remote_bitrate_estimator/rate_statistics_unittest.cc',