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

Unified Diff: webrtc/modules/bitrate_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 | « .gn ('k') | webrtc/modules/congestion_controller/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/bitrate_controller/BUILD.gn
diff --git a/webrtc/modules/bitrate_controller/BUILD.gn b/webrtc/modules/bitrate_controller/BUILD.gn
index 28b38010100bcfa32bdbce9dc2ba4f10f24601c0..1bc8cc4c92672bf316b97a043595669650fcdc48 100644
--- a/webrtc/modules/bitrate_controller/BUILD.gn
+++ b/webrtc/modules/bitrate_controller/BUILD.gn
@@ -9,6 +9,11 @@
import("../../build/webrtc.gni")
rtc_static_library("bitrate_controller") {
+ # TODO(mbonadei): Remove (bugs.webrtc.org/6828)
+ # Errors on cyclic dependency with:
+ # congestion_controller:congestion_controller if enabled.
+ check_includes = false
+
sources = [
"bitrate_controller_impl.cc",
"bitrate_controller_impl.h",
@@ -32,6 +37,8 @@ rtc_static_library("bitrate_controller") {
}
deps = [
+ "../../base:rtc_base_approved",
"../../system_wrappers",
+ "../rtp_rtcp",
]
}
« no previous file with comments | « .gn ('k') | webrtc/modules/congestion_controller/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698