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

Unified Diff: media/cast/BUILD.gn

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: Forgot to include a comment change in cast_messages.h. 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/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 51d9783d4fc6dbd15a6e28d94a485d6289a75643..b9cef7f702b46d05c6d7bdebc6dcadf891782242 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -24,6 +24,9 @@ source_set("common") {
"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",
@@ -301,6 +304,8 @@ group("cast_unittests_run") {
test("cast_unittests") {
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