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

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: 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/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..805baac82aead9de262a12006d8d42ca154119c8
--- /dev/null
+++ b/media/cast/transport/cast_transport.gyp
@@ -0,0 +1,34 @@
+# 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': [
+ 'pacing/paced_sender.cc',
+ 'pacing/paced_sender.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',
+ ], # source
+ },
+ ], # targets,
+}

Powered by Google App Engine
This is Rietveld 408576698