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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2380683005: Moved RtcEventLog files from call/ to logging/ (new top level dir) (Closed)
Patch Set: Updated GYP files Created 4 years, 3 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698