Chromium Code Reviews

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

Issue 1247293002: Add support for transport wide sequence numbers (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Simplified packet router, addressed comments Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
index f318433db7249754d145b59a020495c8ed15d12c..3bbd5039f1ccb66f092df19a8cd9fd0d768dca86 100644
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
@@ -21,6 +21,7 @@
'sources': [
'include/bwe_defines.h',
'include/remote_bitrate_estimator.h',
+ 'include/send_time_history.h',
'aimd_rate_control.cc',
'aimd_rate_control.h',
'inter_arrival.cc',
@@ -35,6 +36,7 @@
'remote_bitrate_estimator_abs_send_time.h',
'remote_bitrate_estimator_single_stream.cc',
'remote_bitrate_estimator_single_stream.h',
+ 'send_time_history.cc',
'test/bwe_test_logging.cc',
'test/bwe_test_logging.h',
], # source

Powered by Google App Engine