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

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

Issue 1660963002: Bitrate controller for VideoToolbox encoder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix GN build. Created 4 years, 10 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/BUILD.gn
diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
index 99c297dda61f920f9571d5226e43ea7cfc92cb98..4734be585563017666f69809e4645e76ee69c2d3 100644
--- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
+++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
@@ -10,8 +10,6 @@ source_set("remote_bitrate_estimator") {
sources = [
"include/bwe_defines.h",
"include/remote_bitrate_estimator.h",
- "rate_statistics.cc",
- "rate_statistics.h",
]
configs += [ "../../:common_inherited_config" ]
@@ -19,6 +17,7 @@ source_set("remote_bitrate_estimator") {
deps = [
":rbe_components",
"../..:webrtc_common",
+ "../../base:rtc_base",
kjellander_webrtc 2016/02/17 06:38:52 When comparing with webrtc/modules/remote_bitrate_
tkchin_webrtc 2016/02/17 21:55:41 One of the bots broke without the extra rtc_base s
"../../system_wrappers",
]
}

Powered by Google App Engine
This is Rietveld 408576698