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

Unified Diff: media/cast/cast.gyp

Issue 82593005: Cast: Switching recevier to use media::VideoFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing includes Created 7 years 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/DEPS ('k') | media/cast/cast_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 1b27ee926e80869bb79068c6677b6d20da48081f..270dae056912b40db1cec814891f2f9116ba5cec 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -107,10 +107,11 @@
'<(DEPTH)/',
],
'dependencies': [
+ 'cast_config',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
'<(DEPTH)/net/net.gyp:net_test_support',
- 'cast_config',
'<(DEPTH)/media/cast/cast_sender.gyp:*',
+ '<(DEPTH)/media/media.gyp:media',
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(DEPTH)/third_party/opus/opus.gyp:opus',
'<(DEPTH)/media/cast/test/transport/transport.gyp:cast_transport',
@@ -127,10 +128,11 @@
'<(DEPTH)/',
],
'dependencies': [
+ 'cast_config',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
'<(DEPTH)/net/net.gyp:net_test_support',
- 'cast_config',
'<(DEPTH)/media/cast/cast_receiver.gyp:*',
+ '<(DEPTH)/media/media.gyp:media',
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(DEPTH)/media/cast/test/transport/transport.gyp:cast_transport',
'<(DEPTH)/media/cast/test/utility/utility.gyp:cast_test_utility',
« no previous file with comments | « media/cast/DEPS ('k') | media/cast/cast_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698