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

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

Issue 2378103005: Reland: Fix race / crash in OnNetworkRouteChanged(). (Closed)
Patch Set: . Created 4 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/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
index 758fba59d86f156dd76a1353c15d8cb6513c5fcb..1069d624ffefac697b6e74dea0ac63ceb359729d 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -18,6 +18,8 @@ rtc_static_library("congestion_controller") {
"probe_bitrate_estimator.h",
"probe_controller.cc",
"probe_controller.h",
+ "transport_feedback_adapter.cc",
+ "transport_feedback_adapter.h",
]
# TODO(jschuh): Bug 1348: fix this warning.
@@ -32,6 +34,5 @@ rtc_static_library("congestion_controller") {
deps = [
"../bitrate_controller",
"../pacing",
- "../remote_bitrate_estimator",
]
}

Powered by Google App Engine
This is Rietveld 408576698