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

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

Issue 1660963002: Bitrate controller for VideoToolbox encoder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix UT 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/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 489dca4d3d71b2d925767c02dcb34f020af92800..5da257e2f309cf77dce5d1b32833853d3f729947 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -10,6 +10,8 @@ import("../../build/webrtc.gni")
source_set("video_coding") {
sources = [
+ "bitrate_adjuster.cc",
+ "bitrate_adjuster.h",
"codec_database.cc",
"codec_database.h",
"codec_timer.cc",

Powered by Google App Engine
This is Rietveld 408576698