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

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: CR comments 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/base/base.gyp » ('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 cbfa3b1e818043b5daa195a1d87216b9b299b2cb..a37a6b4868a26e581facddaa2232bd788cffec06 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -272,6 +272,8 @@ static_library("rtc_base") {
"proxydetect.h",
"proxyinfo.cc",
"proxyinfo.h",
+ "rate_statistics.cc",
pbos-webrtc 2016/02/19 18:57:49 This should go into rtc_base_approved
tkchin_webrtc 2016/02/19 23:30:04 Done.
+ "rate_statistics.h",
"ratelimiter.cc",
"ratelimiter.h",
"ratetracker.cc",
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/base/base.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698