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