Remove include_dirs from tools.

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

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4859 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org 2013-09-26 14:04:27 +00:00
parent f8b296628f
commit f26e8f6f57

View File

@ -17,14 +17,6 @@
'dependencies': [
'<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
],
'include_dirs': [
'frame_analyzer',
],
'direct_dependent_settings': {
'include_dirs': [
'frame_analyzer',
],
},
'export_dependent_settings': [
'<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
],