From 2d9d21f32831b7e5db2ecbc8cc3504d3599a9cb6 Mon Sep 17 00:00:00 2001 From: danilchap Date: Wed, 10 May 2017 08:41:13 -0700 Subject: [PATCH] Add untracked headers in modules/rtp_rtcp BUG=webrtc:7623 Review-Url: https://codereview.webrtc.org/2876533003 Cr-Commit-Position: refs/heads/master@{#18085} --- webrtc/call/BUILD.gn | 1 + webrtc/modules/rtp_rtcp/BUILD.gn | 3 +++ 2 files changed, 4 insertions(+) diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn index da94de536b..1f29e61822 100644 --- a/webrtc/call/BUILD.gn +++ b/webrtc/call/BUILD.gn @@ -96,6 +96,7 @@ if (rtc_include_tests) { "../modules/congestion_controller:mock_congestion_controller", "../modules/pacing", "../modules/rtp_rtcp", + "../modules/rtp_rtcp:mock_rtp_rtcp", "../system_wrappers", "../test:audio_codec_mocks", "../test:direct_transport", diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn index 5d754d9974..64cd8f15fd 100644 --- a/webrtc/modules/rtp_rtcp/BUILD.gn +++ b/webrtc/modules/rtp_rtcp/BUILD.gn @@ -14,6 +14,7 @@ rtc_static_library("rtp_rtcp") { "include/flexfec_sender.h", "include/receive_statistics.h", "include/remote_ntp_time_estimator.h", + "include/rtp_cvo.h", "include/rtp_header_parser.h", "include/rtp_payload_registry.h", "include/rtp_receiver.h", @@ -255,6 +256,8 @@ if (rtc_include_tests) { rtc_source_set("mock_rtp_rtcp") { testonly = true sources = [ + "mocks/mock_recovered_packet_receiver.h", + "mocks/mock_rtcp_rtt_stats.h", "mocks/mock_rtp_rtcp.h", ] deps = [