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

Unified Diff: modules/rtp_rtcp/BUILD.gn

Issue 3015663002: [Experiment] Alpha Channel Support
Patch Set: Remove Frame Matching On Sender Side Created 3 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
« no previous file with comments | « modules/include/module_common_types.h ('k') | modules/rtp_rtcp/source/rtp_format.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rtp_rtcp/BUILD.gn
diff --git a/modules/rtp_rtcp/BUILD.gn b/modules/rtp_rtcp/BUILD.gn
index 79e3fb4f60803e310b3269e30dbc0dda52b74a42..35405b8f1fcf4091f6ff02ea70d5ab3b75449029 100644
--- a/modules/rtp_rtcp/BUILD.gn
+++ b/modules/rtp_rtcp/BUILD.gn
@@ -130,6 +130,8 @@ rtc_static_library("rtp_rtcp") {
"source/rtp_format_h264.h",
"source/rtp_format_video_generic.cc",
"source/rtp_format_video_generic.h",
+ "source/rtp_format_video_stereo.cc",
+ "source/rtp_format_video_stereo.h",
"source/rtp_format_vp8.cc",
"source/rtp_format_vp8.h",
"source/rtp_format_vp9.cc",
« no previous file with comments | « modules/include/module_common_types.h ('k') | modules/rtp_rtcp/source/rtp_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698