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

Unified Diff: media/cast/test/transport/transport.gyp

Issue 56333003: Adding transport to Cast/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responding to review Created 7 years, 1 month 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/test/transport/transport.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/transport/transport.gyp
diff --git a/media/cast/rtp_sender/packet_storage/packet_storage.gyp b/media/cast/test/transport/transport.gyp
similarity index 67%
copy from media/cast/rtp_sender/packet_storage/packet_storage.gyp
copy to media/cast/test/transport/transport.gyp
index f691d9e9b6985b9ab60e73804cbeb06db292e011..79be3d28e6d88ca8c9df244f9d43b21331e34c78 100644
--- a/media/cast/rtp_sender/packet_storage/packet_storage.gyp
+++ b/media/cast/test/transport/transport.gyp
@@ -5,19 +5,18 @@
{
'targets': [
{
- 'target_name': 'packet_storage',
+ 'target_name': 'cast_transport',
'type': 'static_library',
'include_dirs': [
- '<(DEPTH)/',
+ '<(DEPTH)/',
],
'sources': [
- 'packet_storage.h',
- 'packet_storage.cc',
+ 'transport.cc',
+ 'transport.h',
], # source
'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/net/net.gyp:net',
],
},
],
-}
-
+}
« no previous file with comments | « media/cast/test/transport/transport.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698