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

Unified Diff: media/media.gyp

Issue 379343005: Introduce media::TimeSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 77f17a189d9856f2c31f371d3fc0ebf7c1dfb179..0cabd277bd8a91459be571da477cef5587871544 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -334,6 +334,7 @@
'base/text_track_config.h',
'base/time_delta_interpolator.cc',
'base/time_delta_interpolator.h',
+ 'base/time_source.h',
'base/user_input_monitor.cc',
'base/user_input_monitor.h',
'base/user_input_monitor_linux.cc',
@@ -354,6 +355,8 @@
'base/video_util.h',
'base/yuv_convert.cc',
'base/yuv_convert.h',
+ 'base/wall_clock_time_source.cc',
+ 'base/wall_clock_time_source.h',
'cdm/aes_decryptor.cc',
'cdm/aes_decryptor.h',
'cdm/json_web_key.cc',
« media/filters/audio_renderer_impl.cc ('K') | « media/filters/video_renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698