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

Unified Diff: media/media.gyp

Issue 379343005: Introduce media::TimeSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Timesource 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
« no previous file with comments | « media/base/wall_clock_time_source_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 f1e81dd18019cc84e9991ee642bdf4a24f635355..8ce76670ebd0f92dea2f8625ad692ca558a9f391 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -336,6 +336,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',
@@ -356,6 +357,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',
@@ -1109,6 +1112,7 @@
'base/video_frame_unittest.cc',
'base/video_frame_pool_unittest.cc',
'base/video_util_unittest.cc',
+ 'base/wall_clock_time_source_unittest.cc',
'base/yuv_convert_unittest.cc',
'cdm/aes_decryptor_unittest.cc',
'cdm/json_web_key_unittest.cc',
« no previous file with comments | « media/base/wall_clock_time_source_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698