Chromium Code Reviews

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

Issue 2700493006: Add optional visualization file writers to VideoProcessor tests. (Closed)
Patch Set: Add optional visualization file writers to VideoProcessor tests. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index e8ac6719ab0faf0a6400a95385eb22107abd5b01..da6343e717292048394ec1f4fb9fe34de5c45e45 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -351,6 +351,7 @@ if (rtc_include_tests) {
deps = [
":video_codecs_test_framework",
":video_coding",
+ ":video_coding_utility",
":webrtc_h264",
":webrtc_vp8",
":webrtc_vp9",

Powered by Google App Engine