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

Unified Diff: media/cast/cast.gyp

Issue 173713004: Cast: Plumb raw event logs to cast extension, install EncodingEventSubscriber on CastSessionDelegat… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index e1a57dc015915cb51b663f7572dc15ab7b331693..01cb1b7e3c427c98677734e1d7e18cdf7a437f3e 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',

Powered by Google App Engine
This is Rietveld 408576698