Remove include_dirs from video_coding.

BUG=1662
TEST=compile on trybots
R=stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2294007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4853 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-09-26 09:22:09 +00:00
parent 73f207611c
commit 054ccd2e35
5 changed files with 0 additions and 56 deletions

View File

@ -18,18 +18,6 @@
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'<(webrtc_vp8_dir)/vp8.gyp:webrtc_vp8',
],
'include_dirs': [
'../interface',
'../../../interface',
'../../codecs/interface',
'../../../../common_video/interface',
],
'direct_dependent_settings': {
'include_dirs': [
'../interface',
'../../codecs/interface',
],
},
'sources': [
# interfaces
'../interface/video_coding.h',