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

Unified Diff: media/cast/cast_testing.gypi

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: Addressed mkwst's comments, plus REBASE. 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_testing.gypi
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi
index c1933f62cc2477098c841ea4d0207f12cfbdf29b..e8e04049b2211846c63ceef45b10b364211db9d6 100644
--- a/media/cast/cast_testing.gypi
+++ b/media/cast/cast_testing.gypi
@@ -89,6 +89,8 @@
'<(DEPTH)/testing/gtest.gyp:gtest',
],
'sources': [
+ 'common/expanded_value_base_unittest.cc',
+ 'common/rtp_time_unittest.cc',
'logging/encoding_event_subscriber_unittest.cc',
'logging/receiver_time_offset_estimator_impl_unittest.cc',
'logging/serialize_deserialize_test.cc',

Powered by Google App Engine
This is Rietveld 408576698