2011-07-07 08:21:25 +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.
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
'targets': [
|
|
|
|
|
{
|
2011-11-03 23:28:47 +00:00
|
|
|
'target_name': 'rtp_rtcp_unittests',
|
2011-09-20 13:52:04 +00:00
|
|
|
'type': 'executable',
|
|
|
|
|
'dependencies': [
|
|
|
|
|
'rtp_rtcp',
|
2011-11-03 23:28:47 +00:00
|
|
|
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
|
|
|
|
'<(webrtc_root)/../test/test.gyp:test_support_main',
|
2011-09-20 13:52:04 +00:00
|
|
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
|
|
|
|
],
|
|
|
|
|
'include_dirs': [
|
|
|
|
|
'../../../',
|
|
|
|
|
],
|
|
|
|
|
'sources': [
|
2011-11-03 23:28:47 +00:00
|
|
|
'rtp_format_vp8_unittest.cc',
|
2011-09-20 13:52:04 +00:00
|
|
|
'rtcp_format_remb_unittest.cc',
|
2011-08-29 15:37:12 +00:00
|
|
|
'rtp_utility_test.cc',
|
2011-12-16 14:31:37 +00:00
|
|
|
'rtp_header_extension_test.cc',
|
|
|
|
|
'rtp_sender_test.cc',
|
|
|
|
|
'rtcp_sender_test.cc',
|
2011-08-29 15:37:12 +00:00
|
|
|
],
|
|
|
|
|
},
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
|
# tab-width:2
|
|
|
|
|
# indent-tabs-mode:nil
|
|
|
|
|
# End:
|
|
|
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|