Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: webrtc/modules/congestion_controller/congestion_controller.gypi

Issue 2121183002: New ProbingCalculator class. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Calculate send/receive rate using floats. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5b23ae8d6ad934488441f19e77fe3f9c2c08dd27..7370b78af585ab1771ece8e9c8ae6abeaa2946ea 100644
--- a/webrtc/modules/congestion_controller/congestion_controller.gypi
+++ b/webrtc/modules/congestion_controller/congestion_controller.gypi
@@ -18,9 +18,11 @@
],
'sources': [
'congestion_controller.cc',
- 'include/congestion_controller.h',
'delay_based_bwe.cc',
'delay_based_bwe.h',
+ 'include/congestion_controller.h',
+ 'probing_calculator.cc',
+ 'probing_calculator.h',
],
# TODO(jschuh): Bug 1348: fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],

Powered by Google App Engine
This is Rietveld 408576698