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

Unified Diff: webrtc/test/BUILD.gn

Issue 2716643002: Add framerate to VideoSinkWants and ability to signal on overuse (Closed)
Patch Set: Changed AdaptUp behavior, respect SinkWants in test capturers, manual testing facilitated Created 3 years, 9 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/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 267d1e2d0598386297caf0cd2b4a71fc04e4da24..fc2e1c2d1dfc2fca355ddd1ea15b8c2f89e7a210 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -53,6 +53,7 @@ rtc_source_set("video_test_common") {
deps = [
"../common_video",
+ "../media:rtc_media_base",
"../modules/video_capture:video_capture_module",
]
}

Powered by Google App Engine
This is Rietveld 408576698