2011-09-12 12:24:39 +00:00
|
|
|
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
|
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
2011-07-07 08:21:25 +00:00
|
|
|
|
|
|
|
|
{
|
2013-03-08 10:20:53 +00:00
|
|
|
'targets': [
|
|
|
|
|
{
|
2015-03-19 08:18:53 +00:00
|
|
|
'target_name': 'rtp_player',
|
2011-07-07 08:21:25 +00:00
|
|
|
'type': 'executable',
|
|
|
|
|
'dependencies': [
|
2012-11-28 08:40:16 +00:00
|
|
|
'rtp_rtcp',
|
|
|
|
|
'webrtc_video_coding',
|
2013-08-15 23:31:30 +00:00
|
|
|
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
2015-01-14 09:30:52 +00:00
|
|
|
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
|
2016-03-02 10:46:17 -08:00
|
|
|
'<(webrtc_root)/test/test.gyp:test_common',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
'sources': [
|
|
|
|
|
# headers
|
2015-11-18 22:00:21 +01:00
|
|
|
'test/receiver_tests.h',
|
|
|
|
|
'test/rtp_player.h',
|
|
|
|
|
'test/vcm_payload_sink_factory.h',
|
2011-07-07 08:21:25 +00:00
|
|
|
|
|
|
|
|
# sources
|
2015-11-18 22:00:21 +01:00
|
|
|
'test/rtp_player.cc',
|
|
|
|
|
'test/test_util.cc',
|
|
|
|
|
'test/tester_main.cc',
|
|
|
|
|
'test/vcm_payload_sink_factory.cc',
|
|
|
|
|
'test/video_rtp_play.cc',
|
2012-11-28 08:40:16 +00:00
|
|
|
], # sources
|
2011-07-07 08:21:25 +00:00
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
}
|