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

Unified Diff: webrtc/modules/remote_bitrate_estimator/BUILD.gn

Issue 1288033008: Update SendTimeHistory to store complete PacketInfo, not just send time (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase 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
« no previous file with comments | « no previous file | webrtc/modules/remote_bitrate_estimator/include/send_time_history.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/remote_bitrate_estimator/BUILD.gn
diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
index 938777e249208c432e59f5fe99a850fd28880112..5f0be091df519768f7c066bb20bebe681d5447e8 100644
--- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
+++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
@@ -10,10 +10,8 @@ source_set("remote_bitrate_estimator") {
sources = [
"include/bwe_defines.h",
"include/remote_bitrate_estimator.h",
- "include/send_time_history.h",
"rate_statistics.cc",
"rate_statistics.h",
- "send_time_history.cc",
]
configs += [ "../../:common_inherited_config" ]
@@ -29,6 +27,7 @@ source_set("rbe_components") {
sources = [
"aimd_rate_control.cc",
"aimd_rate_control.h",
+ "include/send_time_history.h",
"inter_arrival.cc",
"inter_arrival.h",
"overuse_detector.cc",
@@ -37,6 +36,7 @@ source_set("rbe_components") {
"overuse_estimator.h",
"remote_bitrate_estimator_abs_send_time.cc",
"remote_bitrate_estimator_single_stream.cc",
+ "send_time_history.cc",
]
configs += [ "../..:common_config" ]
« no previous file with comments | « no previous file | webrtc/modules/remote_bitrate_estimator/include/send_time_history.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698