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

Unified Diff: media/cast/transport/cast_transport.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/test/sender.cc ('k') | media/cast/transport/cast_transport_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/transport/cast_transport.gyp
diff --git a/media/cast/transport/cast_transport.gyp b/media/cast/transport/cast_transport.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..d48676182c86a7dae3050f0afd9c1ab32a72d3ba
--- /dev/null
+++ b/media/cast/transport/cast_transport.gyp
@@ -0,0 +1,39 @@
+# Copyright 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'include_tests%': 1,
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'cast_transport',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '<(DEPTH)/',
+ ],
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/net/net.gyp:net',
+ ],
+ 'sources': [
+ 'cast_transport_defines.h',
+ 'cast_transport_sender.h',
+ 'pacing/paced_sender.cc',
+ 'pacing/paced_sender.h',
+ 'rtcp/rtcp_builder.cc',
+ 'rtcp/rtcp_builder.h',
+ 'rtp_sender/packet_storage/packet_storage.cc',
+ 'rtp_sender/packet_storage/packet_storage.h',
+ 'rtp_sender/rtp_packetizer/rtp_packetizer.cc',
+ 'rtp_sender/rtp_packetizer/rtp_packetizer.h',
+ 'rtp_sender/rtp_sender.cc',
+ 'rtp_sender/rtp_sender.h',
+ 'transport/transport.cc',
+ 'transport/transport.h',
+ ], # source
+ },
+ ], # targets,
+}
« no previous file with comments | « media/cast/test/sender.cc ('k') | media/cast/transport/cast_transport_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698