Chromium Code Reviews| Index: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi |
| diff --git a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi |
| index ac8e666b6b3248ea33d332ccd6f31885d85a8172..2bdd8c45ffaf15cc388f4a01c9e556792ff8f357 100644 |
| --- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi |
| +++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi |
| @@ -19,6 +19,7 @@ |
| 'sources': [ |
| # Common |
| 'include/fec_receiver.h', |
| + 'include/flexfec_receiver.h', |
| 'include/receive_statistics.h', |
| 'include/remote_ntp_time_estimator.h', |
| 'include/rtp_header_parser.h', |
| @@ -29,6 +30,8 @@ |
| 'source/byte_io.h', |
| 'source/fec_receiver_impl.cc', |
| 'source/fec_receiver_impl.h', |
| + 'source/flexfec_receiver_impl.cc', |
| + 'source/flexfec_receiver_impl.h', |
|
stefan-webrtc
2016/10/05 14:45:59
The mock wasn't added.
brandtr
2016/10/06 08:38:57
:(
|
| 'source/packet_loss_stats.cc', |
| 'source/packet_loss_stats.h', |
| 'source/playout_delay_oracle.cc', |