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

Unified Diff: media/media.gyp

Issue 165163: Merge 21882 - Implemented a proper clock for audio/video synchronization.... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 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_base.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
===================================================================
--- media/media.gyp (revision 22793)
+++ media/media.gyp (working copy)
@@ -51,6 +51,9 @@
'base/buffer_queue.h',
'base/buffer_queue.cc',
'base/buffers.h',
+ 'base/clock.h',
+ 'base/clock_impl.cc',
+ 'base/clock_impl.h',
'base/data_buffer.cc',
'base/data_buffer.h',
'base/factory.h',
@@ -154,6 +157,7 @@
'audio/simple_sources_unittest.cc',
'audio/win/audio_output_win_unittest.cc',
'base/buffer_queue_unittest.cc',
+ 'base/clock_impl_unittest.cc',
'base/data_buffer_unittest.cc',
'base/mock_ffmpeg.cc',
'base/mock_ffmpeg.h',
Property changes on: media\media.gyp
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/media/media.gyp:r21882
« no previous file with comments | « media/filters/video_renderer_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698