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

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: 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 29ba29aab37eb795fbb32a6be2780d25e5eaf074..671c525819c33e2b5e37fcba5a16f6351daf4d85 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -18,6 +18,9 @@
'cast_logging_proto_lib',
'<(DEPTH)/base/base.gyp:base',
],
+ 'export_dependent_settings': [
+ 'cast_logging_proto_lib',
+ ],
'sources': [
'cast_config.cc',
'cast_config.h',

Powered by Google App Engine
This is Rietveld 408576698