Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index ef5ea96be20f181080cb140123d32a5f8b358305..a75fbaa124096f5196d1fa9eb21446953c090125 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 |
} |
@@ -1021,10 +1021,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", |
] |
} |