summaryrefslogtreecommitdiff
path: root/chromium/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp')
-rw-r--r--chromium/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp23
1 files changed, 23 insertions, 0 deletions
diff --git a/chromium/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp b/chromium/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp
new file mode 100644
index 00000000000..258b0bff532
--- /dev/null
+++ b/chromium/media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp
@@ -0,0 +1,23 @@
+# 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'cast_rtp_parser',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '<(DEPTH)/',
+ '<(DEPTH)/third_party/',
+ ],
+ 'sources': [
+ 'rtp_parser.cc',
+ 'rtp_parser.h',
+ ], # source
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ ],
+ },
+ ],
+}