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

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

Issue 1329083005: Add TransportFeedback adapter, adapting remote feedback to bwe estiamtor (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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/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 3bbd5039f1ccb66f092df19a8cd9fd0d768dca86..92fd5c795b7232b32bc4b3de3cce7b37aa5b0743 100644
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
@@ -37,6 +37,8 @@
'remote_bitrate_estimator_single_stream.cc',
'remote_bitrate_estimator_single_stream.h',
'send_time_history.cc',
+ 'transport_feedback_adapter.cc',
+ 'transport_feedback_adapter.h',
'test/bwe_test_logging.cc',
'test/bwe_test_logging.h',
], # source

Powered by Google App Engine
This is Rietveld 408576698