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

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

Issue 2789843002: Delete VieRemb class, move functionality to PacketRouter. (Closed)
Patch Set: Delete obsolete suppression for PacketRouterTest.SendTransportFeedback. Created 3 years, 8 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/pacing/BUILD.gn
diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn
index b8fa8b5f13d7f963812c14d2b29ba2eb64983d9c..d1cf656e6d1ce42c1e02d8b1091616ba4e0491d0 100644
--- a/webrtc/modules/pacing/BUILD.gn
+++ b/webrtc/modules/pacing/BUILD.gn
@@ -30,6 +30,7 @@ rtc_static_library("pacing") {
"../../base:rtc_base_approved",
"../../logging:rtc_event_log_api",
"../../system_wrappers",
+ "../remote_bitrate_estimator",
"../rtp_rtcp",
"../utility",
]
@@ -47,6 +48,7 @@ if (rtc_include_tests) {
deps = [
":pacing",
"../../base:rtc_base_approved",
+ "../../base:rtc_base_tests_utils",
"../../system_wrappers:system_wrappers",
"../../test:test_support",
"../rtp_rtcp",
« no previous file with comments | « webrtc/modules/congestion_controller/receive_side_congestion_controller.cc ('k') | webrtc/modules/pacing/packet_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698