From e546f02c84083564aecc663b40dff4aad381debc Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Tue, 1 Oct 2013 09:29:09 +0000 Subject: [PATCH] Remove include_dirs from utility. BUG=1662 TEST=compile on trybots R=asapersson@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2309004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4890 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/utility/source/utility.gypi | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/webrtc/modules/utility/source/utility.gypi b/webrtc/modules/utility/source/utility.gypi index 5f1d50c39..9ba639ee8 100644 --- a/webrtc/modules/utility/source/utility.gypi +++ b/webrtc/modules/utility/source/utility.gypi @@ -17,18 +17,6 @@ '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', ], - 'include_dirs': [ - '../interface', - '../../interface', - '../../media_file/interface', - ], - 'direct_dependent_settings': { - 'include_dirs': [ - '../interface', - '../../interface', - '../../audio_coding/main/interface', - ], - }, 'sources': [ '../interface/audio_frame_operations.h', '../interface/file_player.h', @@ -56,9 +44,6 @@ 'dependencies': [ 'webrtc_video_coding', ], - 'include_dirs': [ - '../../video_coding/main/interface', - ], 'sources': [ 'frame_scaler.cc', 'video_coder.cc',