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

Unified Diff: media/media.gyp

Issue 237353007: Refactor VideoRendererImpl to use VideoFrameScheduler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pretty much done Created 6 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/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 420e6fef1cc0c707aa061023976da31799c1973d..8ea15541d5ce6b7017c0cd64c87d8b97ef8edf08 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1260,8 +1260,12 @@
'base/test_data_util.h',
'base/test_helpers.cc',
'base/test_helpers.h',
+ 'filters/clockless_video_frame_scheduler.cc',
+ 'filters/clockless_video_frame_scheduler.h',
'filters/mock_gpu_video_accelerator_factories.cc',
'filters/mock_gpu_video_accelerator_factories.h',
+ 'filters/test_video_frame_scheduler.cc',
+ 'filters/test_video_frame_scheduler.h',
'video/capture/mock_video_capture_event_handler.cc',
'video/capture/mock_video_capture_event_handler.h',
'video/mock_video_decode_accelerator.cc',

Powered by Google App Engine
This is Rietveld 408576698