Break up rtc_event_log_api to solve circular dependencies.
The original rtc_event_log_api is refactored to a pure API target plus multiple targets coupled with WebRTC implementations. Bug: None Change-Id: Iab9eee3f7bf4228c52d94a5f26fc39bb99b5033f Reviewed-on: https://webrtc-review.googlesource.com/43247 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Qingsi Wang <qingsi@google.com> Cr-Commit-Position: refs/heads/master@{#21811}
This commit is contained in:
@ -955,6 +955,7 @@ rtc_static_library("audio_network_adaptor") {
|
||||
"../../api:optional",
|
||||
"../../api/audio_codecs:audio_codecs_api",
|
||||
"../../common_audio",
|
||||
"../../logging:rtc_event_audio",
|
||||
"../../logging:rtc_event_log_api",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:protobuf_utils",
|
||||
@ -2171,6 +2172,7 @@ if (rtc_include_tests) {
|
||||
"../../common_audio",
|
||||
"../../common_audio:mock_common_audio",
|
||||
"../../logging:mocks",
|
||||
"../../logging:rtc_event_audio",
|
||||
"../../logging:rtc_event_log_api",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:protobuf_utils",
|
||||
|
||||
Reference in New Issue
Block a user