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
This commit is contained in:
pbos@webrtc.org 2013-09-26 09:22:54 +00:00
parent 339fe12f67
commit 97eefb77e0
2 changed files with 0 additions and 8 deletions

View File

@ -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',

View File

@ -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',