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

Unified Diff: media/media.gyp

Issue 257793004: Update VideoFrameScheduler API and add clockless and testing implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments 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
« no previous file with comments | « media/filters/video_frame_scheduler_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 3f01c43d2db9f6cad12142b22dd832e850f8a118..d4c817663305a8ca38b87fa3109c36399a5827ee 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1043,6 +1043,7 @@
'filters/source_buffer_stream_unittest.cc',
'filters/video_decoder_selector_unittest.cc',
'filters/video_frame_scheduler_impl_unittest.cc',
+ 'filters/video_frame_scheduler_unittest.cc',
'filters/video_frame_stream_unittest.cc',
'filters/video_renderer_impl_unittest.cc',
'midi/midi_manager_usb_unittest.cc',
@@ -1263,8 +1264,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/mock_video_decode_accelerator.cc',
'video/mock_video_decode_accelerator.h',
],
« no previous file with comments | « media/filters/video_frame_scheduler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698