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

Unified Diff: media/cast/cast_receiver.gyp

Issue 23467003: Added framer to cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rtcp
Patch Set: Merge Created 7 years, 4 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
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/framer/cast_message_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_receiver.gyp
diff --git a/media/cast/cast_receiver.gyp b/media/cast/cast_receiver.gyp
index 576f2d8118973affe42231a22fe5ebc7bb8f44e0..0fb5e38ae87ce6a20ffc1f41b3ebdcca4c5d1b6d 100644
--- a/media/cast/cast_receiver.gyp
+++ b/media/cast/cast_receiver.gyp
@@ -19,7 +19,8 @@
'dependencies': [
# 'audio_receiver',
# 'video_receiver',
-# '<(DEPTH)/cast/pacing/paced_sender.gyp:*',
+ 'framer/framer.gyp:cast_framer',
+ 'pacing/paced_sender.gyp:paced_sender',
],
},
],
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/framer/cast_message_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698