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

Unified Diff: media/cast/cast.gyp

Issue 236123003: Cast: Provide more meaningful stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile 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
« no previous file with comments | « chrome/renderer/media/cast_session_delegate.cc ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index d24b14eba4631228a9f047cc5c14020d2c666842..d489a6a5b06e63d6ef05787424daeaa752a5143a 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -46,12 +46,15 @@
'logging/logging_raw.cc',
'logging/logging_raw.h',
'logging/raw_event_subscriber.h',
+ 'logging/raw_event_subscriber_bundle.cc',
+ 'logging/raw_event_subscriber_bundle.h',
+ 'logging/receiver_time_offset_estimator.h',
+ 'logging/receiver_time_offset_estimator_impl.cc',
+ 'logging/receiver_time_offset_estimator_impl.h',
'logging/simple_event_subscriber.cc',
'logging/simple_event_subscriber.h',
'logging/stats_event_subscriber.cc',
'logging/stats_event_subscriber.h',
- 'logging/stats_util.cc',
- 'logging/stats_util.h',
'transport/cast_transport_config.cc',
'transport/cast_transport_config.h',
'transport/cast_transport_defines.h',
« no previous file with comments | « chrome/renderer/media/cast_session_delegate.cc ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698