From 97eefb77e0f049ecfabdda4405b4c7dd86be86b1 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Thu, 26 Sep 2013 09:22:54 +0000 Subject: [PATCH] Remove include_dirs from remote_bitrate_estimator. BUG=1662 TEST=compile on trybots R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2300004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4855 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../remote_bitrate_estimator/remote_bitrate_estimator.gypi | 5 ----- .../remote_bitrate_estimator_components.gyp | 3 --- 2 files changed, 8 deletions(-) diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi index 9c8efdebed..f8f7e43dd1 100644 --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi @@ -18,11 +18,6 @@ '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', '<(rbe_components_path)/remote_bitrate_estimator_components.gyp:rbe_components', ], - 'direct_dependent_settings': { - 'include_dirs': [ - 'include', - ], - }, 'sources': [ 'include/bwe_defines.h', 'include/remote_bitrate_estimator.h', diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_components.gyp b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_components.gyp index c5eca05357..9f24f22b44 100644 --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_components.gyp +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_components.gyp @@ -14,9 +14,6 @@ { 'target_name': 'rbe_components', 'type': 'static_library', - 'include_dirs': [ - '<(webrtc_root)/modules/remote_bitrate_estimator', - ], 'sources': [ 'overuse_detector.cc', 'overuse_detector.h',