Add untracked headers in modules/rtp_rtcp
BUG=webrtc:7623 Review-Url: https://codereview.webrtc.org/2876533003 Cr-Commit-Position: refs/heads/master@{#18085}
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user