Remove include_dirs from rtp_rtcp.
BUG=1662 TEST=compile on trybots R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2299004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4851 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
7b75ac6756
commit
dc3fa08331
@ -16,16 +16,6 @@
|
||||
'<(webrtc_root)/modules/modules.gyp:paced_sender',
|
||||
'<(webrtc_root)/modules/modules.gyp:remote_bitrate_estimator',
|
||||
],
|
||||
'include_dirs': [
|
||||
'../interface',
|
||||
'../../interface',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'../interface',
|
||||
'../../interface',
|
||||
],
|
||||
},
|
||||
'sources': [
|
||||
# Common
|
||||
'../interface/fec_receiver.h',
|
||||
|
@ -17,10 +17,6 @@
|
||||
'udp_transport',
|
||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||
],
|
||||
'include_dirs': [
|
||||
'../interface',
|
||||
'../../interface',
|
||||
],
|
||||
'sources': [
|
||||
'BWEStandAlone/BWEStandAlone.cc',
|
||||
'BWEStandAlone/TestLoadGenerator.cc',
|
||||
@ -36,11 +32,6 @@
|
||||
},
|
||||
],
|
||||
],
|
||||
|
||||
'include_dirs': [
|
||||
],
|
||||
'link_settings': {
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
@ -53,14 +44,6 @@
|
||||
'include_dirs': [
|
||||
'/opt/matlab2010a/extern/include',
|
||||
],
|
||||
# 'direct_dependent_settings': {
|
||||
# 'defines': [
|
||||
# 'MATLAB',
|
||||
# ],
|
||||
# 'include_dirs': [
|
||||
# 'BWEStandAlone',
|
||||
# ],
|
||||
# },
|
||||
'export_dependent_settings': [
|
||||
'matlab_plotting_include',
|
||||
],
|
||||
@ -93,9 +76,6 @@
|
||||
'target_name': 'matlab_plotting_include',
|
||||
'type': 'none',
|
||||
'direct_dependent_settings': {
|
||||
'defines': [
|
||||
# 'MATLAB',
|
||||
],
|
||||
'include_dirs': [
|
||||
'BWEStandAlone',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user