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

Unified Diff: webrtc/tools/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/test/fuzzers/congestion_controller_feedback_fuzzer.cc ('k') | webrtc/tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index 08206c1d0bb186b4f2883fb5718ea72e3347b0d3..1ba2018a351888d7bc714a3f3ea2afde2727eabf 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -164,8 +164,8 @@ if (rtc_enable_protobuf) {
}
defines = [ "ENABLE_RTC_EVENT_LOG" ]
deps = [
- "../:rtc_event_log_parser",
- "../call:rtc_event_log",
+ "../logging:rtc_event_log_impl",
+ "../logging:rtc_event_log_parser",
"../modules/congestion_controller:congestion_controller",
"../modules/rtp_rtcp:rtp_rtcp",
"../system_wrappers:system_wrappers_default",
@@ -173,7 +173,7 @@ if (rtc_enable_protobuf) {
]
public_deps = [
":chart_proto",
- "../:rtc_event_log_parser",
+ "../logging:rtc_event_log_parser",
]
}
}
@@ -282,7 +282,7 @@ if (rtc_include_tests) {
"$root_build_dir/{{source_file_part}}",
]
deps = [
- "..:rtc_event_log_proto",
+ "../logging:rtc_event_log_proto",
]
}
}
« no previous file with comments | « webrtc/test/fuzzers/congestion_controller_feedback_fuzzer.cc ('k') | webrtc/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698