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

Unified Diff: webrtc/common_video/BUILD.gn

Issue 2071473002: Reland of Split IncomingVideoStream into two implementations, with smoothing and without. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: add explicit Created 4 years, 6 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 | « no previous file | webrtc/common_video/common_video.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/BUILD.gn
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
index d8e6bbfe0feb0536f686515e24618cfc6f73491f..6021e119e698ef24679db6b680be5251891d2f3f 100644
--- a/webrtc/common_video/BUILD.gn
+++ b/webrtc/common_video/BUILD.gn
@@ -58,6 +58,7 @@ source_set("common_video") {
deps = [
"..:webrtc_common",
+ "../base:rtc_task_queue",
"../system_wrappers",
]
@@ -91,6 +92,7 @@ if (rtc_include_tests) {
"h264/sps_vui_rewriter_unittest.cc",
"i420_buffer_pool_unittest.cc",
"i420_video_frame_unittest.cc",
+ "incoming_video_stream_unittest.cc",
"libyuv/libyuv_unittest.cc",
]
« no previous file with comments | « no previous file | webrtc/common_video/common_video.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698