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

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

Issue 2602563003: Refactor bitrate_controller, remote_bitrate_estimator and congestion_contoller for gn check (Closed)
Patch Set: Rebase Created 4 years 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 | « webrtc/modules/bitrate_controller/BUILD.gn ('k') | webrtc/modules/pacing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
index d2dc680adbb963906f380f64c23b20611d00f7ab..1fd4e0bfda285036ab68b69b4d561a16976de96a 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -43,8 +43,15 @@ rtc_static_library("congestion_controller") {
}
deps = [
+ "../..:webrtc_common",
"../../base:rtc_analytics",
+ "../../base:rtc_base",
+ "../../base:rtc_base_approved",
+ "../../system_wrappers",
"../bitrate_controller",
"../pacing",
+ "../remote_bitrate_estimator",
+ "../rtp_rtcp",
+ "../utility",
]
}
« no previous file with comments | « webrtc/modules/bitrate_controller/BUILD.gn ('k') | webrtc/modules/pacing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698