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

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

Issue 210303003: Cast: Remove LoggingStats in favor of event subscribers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 6 years, 9 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 | « media/cast/logging/encoding_event_subscriber_unittest.cc ('k') | media/cast/logging/logging_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/logging/logging.gyp
diff --git a/media/cast/logging/logging.gyp b/media/cast/logging/logging.gyp
index ba2c2dcdd4d27d864a42d419ef42e52fc8e131cb..30e81192271098ed96d547fc8f3f6e99edcedd5c 100644
--- a/media/cast/logging/logging.gyp
+++ b/media/cast/logging/logging.gyp
@@ -23,11 +23,13 @@
'logging_impl.h',
'logging_raw.cc',
'logging_raw.h',
- 'logging_stats.cc',
- 'logging_stats.h',
'raw_event_subscriber.h',
'simple_event_subscriber.cc',
'simple_event_subscriber.h',
+ 'stats_event_subscriber.cc',
+ 'stats_event_subscriber.h',
+ 'stats_util.cc',
+ 'stats_util.h',
], # source
},
{
« no previous file with comments | « media/cast/logging/encoding_event_subscriber_unittest.cc ('k') | media/cast/logging/logging_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698