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

Unified Diff: webrtc/modules/remote_bitrate_estimator/DEPS

Issue 2431093003: Fix BWE simulations so that it uses the delay based BWE. (Closed)
Patch Set: Nit Created 4 years, 2 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/remote_bitrate_estimator/DEPS
diff --git a/webrtc/modules/remote_bitrate_estimator/DEPS b/webrtc/modules/remote_bitrate_estimator/DEPS
index fc31fa7038270c15effd4995fa9a058e5aa72121..d061d5761a6f87da21327d191d39dffb0335d5c4 100644
--- a/webrtc/modules/remote_bitrate_estimator/DEPS
+++ b/webrtc/modules/remote_bitrate_estimator/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+webrtc/base",
+ "+webrtc/logging/rtc_event_log",
"+webrtc/system_wrappers",
]
@@ -7,10 +8,4 @@ specific_include_rules = {
"nada\.h": [
"+webrtc/voice_engine",
],
- "remb\.h": [
- "+webrtc/call/mock",
- ],
- "send_side\.h": [
- "+webrtc/call/mock",
- ],
}

Powered by Google App Engine
This is Rietveld 408576698