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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2876423002: Add NetEq delay plotting to event_log_visualizer (Closed)
Patch Set: Updated after first review Created 3 years, 7 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/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index 2850552f1a6dae2630384a17eac9d4781728ee49..e767e78a27647c266238d0b6b5ab380dd2019258 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -212,6 +212,7 @@ if (rtc_enable_protobuf) {
"../logging:rtc_event_log_parser",
"../modules:module_api",
"../modules/audio_coding:ana_debug_dump_proto",
+ "../modules/audio_coding:neteq_tools",
# TODO(kwiberg): Remove this dependency.
"../api/audio_codecs:audio_codecs_api",
@@ -245,6 +246,7 @@ if (rtc_include_tests) {
deps = [
":event_log_visualizer_utils",
"../test:field_trial",
+ "../test:test_support",
"//third_party/gflags",
]
}

Powered by Google App Engine
This is Rietveld 408576698