Stop using public_deps in modules/rtp_rtcp.

TBR=phoglund@webrtc.org

Bug: webrtc:8603
Change-Id: I86830df23db3f33a1a26098e639596bd3b86485a
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/29780
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21108}
This commit is contained in:
Mirko Bonadei
2017-12-06 07:51:33 +01:00
committed by Commit Bot
parent 51df88c674
commit b5728d9b0f
15 changed files with 52 additions and 25 deletions

View File

@ -1090,6 +1090,7 @@ rtc_source_set("neteq_test_tools") {
"../../rtc_base:rtc_base_tests_utils",
"../../test:rtp_test_utils",
"../rtp_rtcp",
"../rtp_rtcp:rtp_rtcp_format",
]
public_deps = [
@ -1134,6 +1135,7 @@ rtc_source_set("neteq_tools") {
"../../api/audio_codecs:audio_codecs_api",
"../../rtc_base:rtc_base_approved",
"../rtp_rtcp",
"../rtp_rtcp:rtp_rtcp_format",
]
public_deps = [
@ -1175,6 +1177,7 @@ if (rtc_enable_protobuf) {
":neteq_tools_minimal",
"../../logging:rtc_event_log_parser",
"../../rtc_base:rtc_base_approved",
"../rtp_rtcp:rtp_rtcp_format",
]
public_deps = [
"../../logging:rtc_event_log_proto",