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

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: Adding .gn after chromium buildbots check 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
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..1b92d43e363f77955ab45cf23602696df2bca10a 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:rtp_rtcp",
]
}

Powered by Google App Engine
This is Rietveld 408576698