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

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

Issue 2380683005: Moved RtcEventLog files from call/ to logging/ (new top level dir) (Closed)
Patch Set: Rebase to master Created 4 years, 2 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 | « webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc ('k') | webrtc/modules/audio_coding/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc ('k') | webrtc/modules/audio_coding/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698