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

Unified Diff: media/cast/cast_receiver.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: added rtp statistics callbacks 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_receiver.gyp
diff --git a/media/cast/cast_receiver.gyp b/media/cast/cast_receiver.gyp
index c6087ac1b29b0e5383b389baf76a725c00dac384..b5cafe8bd8ec1f6208d296b4f95dfdb3d19ea0fe 100644
--- a/media/cast/cast_receiver.gyp
+++ b/media/cast/cast_receiver.gyp
@@ -27,6 +27,9 @@
'cast_video_receiver',
'rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver',
],
+ 'defines' : [
+ 'MEDIA_IMPLEMENTATION',
+ ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698