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

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: remote address not needed in new message 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_receiver.gyp
diff --git a/media/cast/cast_receiver.gyp b/media/cast/cast_receiver.gyp
index dcd33a0f963134ac5f072851e31541a1e752dbbe..c24578cef4e50095e9da9e9825390476ef9c624e 100644
--- a/media/cast/cast_receiver.gyp
+++ b/media/cast/cast_receiver.gyp
@@ -28,6 +28,9 @@
'cast_video_receiver',
'rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver',
],
+ 'defines' : [
+ 'MEDIA_IMPLEMENTATION',
+ ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698