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

Unified Diff: media/cast/video_receiver/video_receiver.gypi

Issue 225023010: [Cast] Refactor/clean-up VideoReceiver to match AudioReceiver as closely as possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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/video_receiver/video_receiver.cc ('k') | media/cast/video_receiver/video_receiver_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/video_receiver/video_receiver.gypi
diff --git a/media/cast/video_receiver/video_receiver.gypi b/media/cast/video_receiver/video_receiver.gypi
index 1f7d1ee80663a91dfe4687b95c3c8994318bde32..e74171939322181056f3dfe8cfa14eb255b762ca 100644
--- a/media/cast/video_receiver/video_receiver.gypi
+++ b/media/cast/video_receiver/video_receiver.gypi
@@ -19,10 +19,11 @@
'video_receiver.cc',
], # source
'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/media/cast/framer/framer.gyp:cast_framer',
+ '<(DEPTH)/media/cast/rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver',
'<(DEPTH)/media/cast/transport/utility/utility.gyp:transport_utility',
- 'framer/framer.gyp:cast_framer',
- 'video_receiver/codecs/vp8/vp8_decoder.gyp:cast_vp8_decoder',
- 'rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver',
+ '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
],
},
],
« no previous file with comments | « media/cast/video_receiver/video_receiver.cc ('k') | media/cast/video_receiver/video_receiver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698