Chromium Code Reviews

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 GN build. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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