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

Unified Diff: webrtc/media/BUILD.gn

Issue 2328333002: New class AdaptedVideoTrackSource. (Closed)
Patch Set: Move stats update from OnFrame to AdaptFrame. Created 4 years, 3 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/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index 6179f67d6bfa3cd4e5296b847a334e7197005470..fa68dadc2ac580ab2bdf22794f986fe7337dc0ba 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -47,6 +47,8 @@ rtc_source_set("rtc_media") {
libs = []
deps = []
sources = [
+ "base/adaptedvideotracksource.cc",
+ "base/adaptedvideotracksource.h",
"base/audiosource.h",
"base/codec.cc",
"base/codec.h",

Powered by Google App Engine
This is Rietveld 408576698