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

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: Speculative workaround fix for win8_chromium_ng compile error. 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
« no previous file with comments | « chrome/renderer/media/cast_transport_sender_ipc.cc ('k') | media/cast/cast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 51d9783d4fc6dbd15a6e28d94a485d6289a75643..086e284cd946286fb13d896cea54c7c6a278d7d6 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",
@@ -101,6 +104,10 @@ source_set("net") {
deps = [
":common",
]
+
+ public_deps = [
+ ":common",
+ ]
}
source_set("sender") {
@@ -301,6 +308,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",
« no previous file with comments | « chrome/renderer/media/cast_transport_sender_ipc.cc ('k') | media/cast/cast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698