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

Unified Diff: media/cast/rtcp/rtcp.gyp

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating transport callback 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/rtcp/rtcp.cc ('k') | media/cast/rtcp/rtcp_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtcp/rtcp.gyp
diff --git a/media/cast/rtcp/rtcp.gyp b/media/cast/rtcp/rtcp.gyp
index 9b8741ed96cc4f5093d9af5c7bdf78979b8b87c8..0d5568001ff7de6ca19b3f14b1f3ed98e5e2298d 100644
--- a/media/cast/rtcp/rtcp.gyp
+++ b/media/cast/rtcp/rtcp.gyp
@@ -20,11 +20,10 @@
'rtcp_sender.h',
'rtcp_utility.cc',
'rtcp_utility.h',
- '<(DEPTH)/media/cast/net/rtcp/rtcp_builder.cc',
- '<(DEPTH)/media/cast/net/rtcp/rtcp_builder.h',
], # source
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
'<(DEPTH)/net/net.gyp:net',
],
},
@@ -40,6 +39,7 @@
], # source
'dependencies': [
'cast_rtcp',
+ '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
'<(DEPTH)/testing/gtest.gyp:gtest',
],
},
« no previous file with comments | « media/cast/rtcp/rtcp.cc ('k') | media/cast/rtcp/rtcp_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698