From dc3fa083318049d3b1c8958a6ed44433f2eac090 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Thu, 26 Sep 2013 09:17:13 +0000 Subject: [PATCH] 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 --- webrtc/modules/rtp_rtcp/source/rtp_rtcp.gypi | 10 ---------- .../modules/rtp_rtcp/test/bwe_standalone.gypi | 20 ------------------- 2 files changed, 30 deletions(-) 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', ],