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

Unified Diff: media/cast/cast_sender.gyp

Issue 138753004: Cast: IPC glue between cast library transport and encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: works Created 6 years, 11 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_sender.gyp
diff --git a/media/cast/cast_sender.gyp b/media/cast/cast_sender.gyp
index 7b4def6863fd8bd8c87c9d39cfcb5e5f6d7eb4b4..831c257ca64ebd3c0f93004c7f0f5f37a474f7bc 100644
--- a/media/cast/cast_sender.gyp
+++ b/media/cast/cast_sender.gyp
@@ -28,6 +28,9 @@
'rtcp/rtcp.gyp:cast_rtcp',
'video_sender',
], # dependencies
+ 'defines' : [
+ 'MEDIA_IMPLEMENTATION',
+ ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698