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

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: 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
Index: media/cast/cast_receiver.gyp
diff --git a/media/cast/cast_receiver.gyp b/media/cast/cast_receiver.gyp
index 576f2d8118973affe42231a22fe5ebc7bb8f44e0..36fded2784c4630c4d10d7d15fb82e3ebb6e9ce4 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:framer',
Alpha Left Google 2013/08/28 00:27:31 framer is too general and it will probably clash w
pwestin 2013/08/28 16:40:44 Done.
+ 'pacing/paced_sender.gyp:paced_sender',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698