Fix circular dependency in rtc_event_log.
Bug: webrtc:6828 Change-Id: Ief948b6799455cfda6cb89e2e632f5fd42df0881 Reviewed-on: https://webrtc-review.googlesource.com/25840 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20928}
This commit is contained in:
committed by
Commit Bot
parent
570cf968eb
commit
ebe62408b5
@ -1161,10 +1161,6 @@ if (rtc_enable_protobuf) {
|
||||
rtc_static_library("rtc_event_log_source") {
|
||||
testonly = true
|
||||
|
||||
# TODO(kjellander): Remove (bugs.webrtc.org/6828)
|
||||
# Needs call.h to be moved to webrtc/api first.
|
||||
check_includes = false
|
||||
|
||||
sources = [
|
||||
"neteq/tools/rtc_event_log_source.cc",
|
||||
"neteq/tools/rtc_event_log_source.h",
|
||||
@ -1176,6 +1172,7 @@ if (rtc_enable_protobuf) {
|
||||
}
|
||||
|
||||
deps = [
|
||||
":neteq_tools_minimal",
|
||||
"../../logging:rtc_event_log_parser",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
]
|
||||
|
||||
@ -15,7 +15,6 @@
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
||||
#include "call/call.h"
|
||||
#include "modules/audio_coding/neteq/tools/packet.h"
|
||||
#include "modules/rtp_rtcp/include/rtp_header_parser.h"
|
||||
#include "rtc_base/checks.h"
|
||||
|
||||
Reference in New Issue
Block a user