| Index: modules/rtp_rtcp/BUILD.gn | 
| diff --git a/modules/rtp_rtcp/BUILD.gn b/modules/rtp_rtcp/BUILD.gn | 
| index c66f67261ed227d807b27574cac303f8b4e9d7aa..ae99e8780463fbaa0b22bbe08add339034921d2d 100644 | 
| --- a/modules/rtp_rtcp/BUILD.gn | 
| +++ b/modules/rtp_rtcp/BUILD.gn | 
| @@ -132,6 +132,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", | 
|  |