Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index bafeffb6a78a4d9d96e8c22ddd5d35a5b978c840..389b39a356da0f69f586a300e6091b1b874c9e97 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -117,7 +117,7 @@ rtc_static_library("audio_coding") { |
":audio_network_adaptor", |
":neteq", |
":rent_a_codec", |
- "../../call:rtc_event_log", |
+ "../../logging:rtc_event_log_api", |
] |
defines = audio_coding_defines |
} |
@@ -1014,10 +1014,10 @@ if (rtc_include_tests) { |
} |
deps = [ |
- "../../:rtc_event_log_parser", |
+ "../../logging:rtc_event_log_parser", |
] |
public_deps = [ |
- "../../:rtc_event_log_proto", |
+ "../../logging:rtc_event_log_proto", |
] |
} |