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

Unified Diff: media/media.gyp

Issue 159517: Implemented a proper clock for audio/video synchronization. (Closed)
Patch Set: Now with convenience! Created 11 years, 5 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
diff --git a/media/media.gyp b/media/media.gyp
index 2c8e963b9bcb290e3c253c5cd305da83cd5bc534..f72586281a43260092ecfc7a1d6f2be75dae0246 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -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',
« 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