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

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

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/modules.gyp ('k') | webrtc/modules/video_coding/bitrate_adjuster.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 1f7db59d28b7b0bfaf9513f63f1f632b3e16deba..f163b95da6cb6a7b3e8ca141b4cba961a09b068f 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -10,8 +10,6 @@ import("../../build/webrtc.gni")
source_set("video_coding") {
sources = [
- "bitrate_adjuster.cc",
- "bitrate_adjuster.h",
"codec_database.cc",
"codec_database.h",
"codec_timer.cc",
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_coding/bitrate_adjuster.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698