andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 1 | # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
| 2 | # Use of this source code is governed by a BSD-style license |
| 3 | # that can be found in the LICENSE file in the root of the source |
| 4 | # tree. An additional intellectual property rights grant can be found |
| 5 | # in the file PATENTS. All contributing project authors may |
| 6 | # be found in the AUTHORS file in the root of the source tree. |
| 7 | |
| 8 | { |
| 9 | 'targets': [ |
| 10 | { |
pbos@webrtc.org | d21406d | 2015-03-19 08:18:53 +0000 | [diff] [blame] | 11 | 'target_name': 'rtp_player', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 12 | 'type': 'executable', |
| 13 | 'dependencies': [ |
| 14 | 'rtp_rtcp', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 15 | 'webrtc_video_coding', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 16 | '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 17 | '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default', |
kjellander | 0e73934 | 2016-03-02 10:46:17 -0800 | [diff] [blame] | 18 | '<(webrtc_root)/test/test.gyp:test_common', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 19 | ], |
| 20 | 'sources': [ |
| 21 | # headers |
Henrik Kjellander | 2557b86 | 2015-11-18 22:00:21 +0100 | [diff] [blame] | 22 | 'test/receiver_tests.h', |
| 23 | 'test/rtp_player.h', |
| 24 | 'test/vcm_payload_sink_factory.h', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 25 | |
| 26 | # sources |
Henrik Kjellander | 2557b86 | 2015-11-18 22:00:21 +0100 | [diff] [blame] | 27 | 'test/rtp_player.cc', |
| 28 | 'test/test_util.cc', |
| 29 | 'test/tester_main.cc', |
| 30 | 'test/vcm_payload_sink_factory.cc', |
| 31 | 'test/video_rtp_play.cc', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 32 | ], # sources |
| 33 | }, |
| 34 | ], |
| 35 | } |