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

Unified Diff: media/cast/logging/logging.gyp

Issue 236123003: Cast: Provide more meaningful stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fix Created 6 years, 8 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
Index: media/cast/logging/logging.gyp
diff --git a/media/cast/logging/logging.gyp b/media/cast/logging/logging.gyp
index 29a96d8a6890801c31c81e39e670328f42cdd7cc..c9c1202eaf14242a1450e1c944af26551cb91207 100644
--- a/media/cast/logging/logging.gyp
+++ b/media/cast/logging/logging.gyp
@@ -27,12 +27,13 @@
'logging_raw.cc',
'logging_raw.h',
'raw_event_subscriber.h',
+ 'receiver_time_offset_estimator.h',
+ 'receiver_time_offset_estimator_impl.cc',
+ 'receiver_time_offset_estimator_impl.h',
'simple_event_subscriber.cc',
'simple_event_subscriber.h',
'stats_event_subscriber.cc',
'stats_event_subscriber.h',
- 'stats_util.cc',
- 'stats_util.h',
], # source
},
{

Powered by Google App Engine
This is Rietveld 408576698