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

Unified Diff: webrtc/common_video/common_video.gyp

Issue 1914893005: Move BitrateAdjuster into common_video (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « webrtc/common_video/bitrate_adjuster_unittest.cc ('k') | webrtc/common_video/common_video_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/common_video.gyp
diff --git a/webrtc/common_video/common_video.gyp b/webrtc/common_video/common_video.gyp
index 0318d67de2410371bd62917b6d56c99c39753961..47ba3e59d71c7e521b334f6d2347fb50333620ce 100644
--- a/webrtc/common_video/common_video.gyp
+++ b/webrtc/common_video/common_video.gyp
@@ -52,9 +52,11 @@
}],
],
'sources': [
+ 'bitrate_adjuster.cc',
'i420_buffer_pool.cc',
'video_frame.cc',
'incoming_video_stream.cc',
+ 'include/bitrate_adjuster.h',
'include/frame_callback.h',
'include/i420_buffer_pool.h',
'include/incoming_video_stream.h',
« no previous file with comments | « webrtc/common_video/bitrate_adjuster_unittest.cc ('k') | webrtc/common_video/common_video_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698