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

Unified Diff: media/cast/cast.gyp

Issue 34623008: Change to calculate the real NTP in TimeTicks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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 | « no previous file | media/cast/cast_defines.h » ('j') | media/cast/cast_defines.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index dccfceccbc0ace7253ab8dbc188220de85b1e991..7b4296c5b763d6636593d3bd542731c814abf6ab 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -18,6 +18,8 @@
'cast_config.h',
'cast_environment.cc',
'cast_environment.h',
+ 'cast_ntp_tick_clock.cc',
+ 'cast_ntp_tick_clock.h',
], # source
},
], # targets,
@@ -47,6 +49,7 @@
'audio_receiver/audio_receiver_unittest.cc',
'audio_sender/audio_encoder_unittest.cc',
'audio_sender/audio_sender_unittest.cc',
+ 'cast_ntp_tick_clock_unittest.cc',
'congestion_control/congestion_control_unittest.cc',
'framer/cast_message_builder_unittest.cc',
'framer/frame_buffer_unittest.cc',
« no previous file with comments | « no previous file | media/cast/cast_defines.h » ('j') | media/cast/cast_defines.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698