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

Unified Diff: media/cast/cast.gyp

Issue 162103002: Cast: Added a EncodingEventSubscriber to cast sender app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@encoding-event-subscriber
Patch Set: minor fixes Created 6 years, 10 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 | « no previous file | media/cast/test/receiver.cc » ('j') | media/cast/test/sender.cc » ('J')
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 a0dbf4487093aa046272c476a37986eb69d324ae..8e8a173e9d41731184d0677a3e4a857d93802aa3 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -60,6 +60,9 @@
'cast_logging_proto_lib',
'<(DEPTH)/base/base.gyp:base',
],
+ 'export_dependent_settings': [
+ 'cast_logging_proto_lib',
+ ],
'sources': [
'logging/encoding_event_subscriber.cc',
'logging/encoding_event_subscriber.h',
@@ -150,6 +153,7 @@
],
'dependencies': [
'cast_config',
+ 'sender_logging',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
'<(DEPTH)/net/net.gyp:net_test_support',
'<(DEPTH)/media/cast/cast_sender.gyp:*',
« no previous file with comments | « no previous file | media/cast/test/receiver.cc » ('j') | media/cast/test/sender.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698