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

Unified Diff: media/media.gyp

Issue 1083673005: Cadence estimator... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed. Created 5 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_renderer_algorithm_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 272ee39f630b7edd65abd86380f7fec9ccea570c..11efd368f91701887e4c27b685c34c0efe44095f 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -476,11 +476,15 @@
'filters/source_buffer_stream.h',
'filters/stream_parser_factory.cc',
'filters/stream_parser_factory.h',
+ 'filters/video_cadence_estimator.cc',
+ 'filters/video_cadence_estimator.h',
'filters/video_frame_scheduler.h',
'filters/video_frame_scheduler_impl.cc',
'filters/video_frame_scheduler_impl.h',
'filters/video_frame_scheduler_proxy.cc',
'filters/video_frame_scheduler_proxy.h',
+ 'filters/video_renderer_algorithm.cc',
+ 'filters/video_renderer_algorithm.h',
'filters/vp8_bool_decoder.cc',
'filters/vp8_bool_decoder.h',
'filters/vp8_parser.cc',
@@ -1254,10 +1258,12 @@
'filters/in_memory_url_protocol_unittest.cc',
'filters/jpeg_parser_unittest.cc',
'filters/source_buffer_stream_unittest.cc',
+ 'filters/video_cadence_estimator_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_algorithm_unittest.cc',
'filters/vp8_bool_decoder_unittest.cc',
'filters/vp8_parser_unittest.cc',
'formats/common/offset_byte_queue_unittest.cc',
« no previous file with comments | « media/filters/video_renderer_algorithm_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698