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

Unified Diff: webrtc/base/BUILD.gn

Issue 1660963002: Bitrate controller for VideoToolbox encoder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Instant adjustments only for large rate changes. 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
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/modules/video_coding/bitrate_adjuster.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index dfd65eba95154da23362b46529be778b89fcc796..e7d550a1b00826e712445784e209dd91fbc81743 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -138,6 +138,8 @@ static_library("rtc_base_approved") {
"platform_thread_types.h",
"random.cc",
"random.h",
+ "rate_statistics.cc",
+ "rate_statistics.h",
"refcount.h",
"safe_conversions.h",
"safe_conversions_impl.h",
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/modules/video_coding/bitrate_adjuster.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698