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

Unified Diff: webrtc/modules/video_coding/video_coding.gypi

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/modules/video_coding/include/bitrate_adjuster.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/video_coding.gypi
diff --git a/webrtc/modules/video_coding/video_coding.gypi b/webrtc/modules/video_coding/video_coding.gypi
index 7cfefed3ee4276f4463a6fb9d43384c0953454be..f3ca1c7a73287df696b290c52b577f357ba7aef9 100644
--- a/webrtc/modules/video_coding/video_coding.gypi
+++ b/webrtc/modules/video_coding/video_coding.gypi
@@ -22,7 +22,6 @@
],
'sources': [
# interfaces
- 'include/bitrate_adjuster.h',
'include/video_coding.h',
'include/video_coding_defines.h',
@@ -60,7 +59,6 @@
'video_coding_impl.h',
# sources
- 'bitrate_adjuster.cc',
'codec_database.cc',
'codec_timer.cc',
'content_metrics_processing.cc',
« no previous file with comments | « webrtc/modules/video_coding/include/bitrate_adjuster.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698