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

Unified Diff: media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up 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
Index: media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp
diff --git a/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp b/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp
index 258b0bff53282e2b7319eb54fcbbe12bb10eafb8..54bb93d4f34f9f08fa77e181c05e50071facf975 100644
--- a/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp
+++ b/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp
@@ -17,6 +17,7 @@
], # source
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698