diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi b/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi index bb612b33df..bd6886cd2a 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi @@ -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', diff --git a/webrtc/modules/rtp_rtcp/test/bwe_standalone.gypi b/webrtc/modules/rtp_rtcp/test/bwe_standalone.gypi index 25c6ff62ec..25d72642c1 100644 --- a/webrtc/modules/rtp_rtcp/test/bwe_standalone.gypi +++ b/webrtc/modules/rtp_rtcp/test/bwe_standalone.gypi @@ -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', ],