Remove ".." from include_dirs in build/common.

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

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5107 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-11-11 10:20:27 +00:00
parent 6e908b3adf
commit 57eb858698
23 changed files with 43 additions and 10 deletions

View File

@@ -21,11 +21,13 @@
'include_dirs': [
'../interface',
'../../../interface',
'<(webrtc_root)',
],
'direct_dependent_settings': {
'include_dirs': [
'../interface',
'../../../interface',
'<(webrtc_root)',
],
},
'sources': [