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

Unified Diff: media/cast/cast.gyp

Issue 1515433002: Replace uses of raw uint32's with a type-checked RtpTimeTicks data type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index bdd2bd2c61555136792bf45c4ae41a2465047e32..d114f43ba97660c5be540425ba44666c01d1cf96 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -38,6 +38,9 @@
'cast_environment.h',
'common/clock_drift_smoother.cc',
'common/clock_drift_smoother.h',
+ 'common/expanded_value_base.h',
+ 'common/rtp_time.cc',
+ 'common/rtp_time.h',
'common/transport_encryption_handler.cc',
'common/transport_encryption_handler.h',
'constants.h',

Powered by Google App Engine
This is Rietveld 408576698