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

Unified Diff: media/capture/BUILD.gn

Issue 2795663002: Change VideoFrameReceiverOnIOThread to VideoFrameReceiverOnTaskRunner (Closed)
Patch Set: Rebase Created 3 years, 8 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: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 31fd7ef935e2fdd709c0b2dbbe61d442b9d12812..43feb7bd400820dea47e169720639b7e9f778d1a 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -92,6 +92,8 @@ component("capture_lib") {
"video/video_capture_device_factory.h",
"video/video_capture_jpeg_decoder.h",
"video/video_frame_receiver.h",
+ "video/video_frame_receiver_on_task_runner.cc",
+ "video/video_frame_receiver_on_task_runner.h",
"video/win/capability_list_win.cc",
"video/win/capability_list_win.h",
"video/win/filter_base_win.cc",

Powered by Google App Engine
This is Rietveld 408576698