Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1066)

Unified Diff: webrtc/logging/BUILD.gn

Issue 2745473003: Resolve cyclic dependency between audio network adaptor and event log api (Closed)
Patch Set: Revert "Activated checks for rtc_event_log_api" Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/logging/BUILD.gn
diff --git a/webrtc/logging/BUILD.gn b/webrtc/logging/BUILD.gn
index 0cf5731bbc6474852d4c767b4b14dc6df6d3ffca..aedbd9e48beef584b6fd8e2a0691a2bb43280f6b 100644
--- a/webrtc/logging/BUILD.gn
+++ b/webrtc/logging/BUILD.gn
@@ -87,6 +87,7 @@ if (rtc_enable_protobuf) {
":rtc_event_log_proto",
"..:webrtc_common",
"../call:call_interfaces",
+ "../modules/audio_coding:audio_network_adaptor",
"../modules/rtp_rtcp:rtp_rtcp",
"../system_wrappers",
]
@@ -114,6 +115,7 @@ if (rtc_enable_protobuf) {
"../base:rtc_base_approved",
"../base:rtc_base_tests_utils",
"../call",
+ "../modules/audio_coding:audio_network_adaptor",
"../modules/rtp_rtcp",
"../system_wrappers:metrics_default",
"../test:test_support",
« no previous file with comments | « no previous file | webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698