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

Unified Diff: webrtc/test/fuzzers/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
Index: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index 0acf1943ec2a67e95642fa6b04ac5e8bb4373756..eb6104dc2694cc8baec1c9c532ab9b5882d34862 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -130,7 +130,7 @@ webrtc_fuzzer_test("congestion_controller_feedback_fuzzer") {
"congestion_controller_feedback_fuzzer.cc",
]
deps = [
- "../../call:rtc_event_log",
+ "../../logging:rtc_event_log_impl",
"../../modules/congestion_controller/",
]
}
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_sender.cc ('k') | webrtc/test/fuzzers/congestion_controller_feedback_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698