From a3ae6dc846e8f92ea760dc025f5a24de3ad9f630 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 25 Oct 2012 17:51:09 +0000 Subject: [PATCH] Remove opus include path from opus.gypi. It's now exported by opus.gyp. Review URL: https://webrtc-codereview.appspot.com/928007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2997 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/audio_coding/codecs/opus/opus.gypi | 3 --- 1 file changed, 3 deletions(-) diff --git a/webrtc/modules/audio_coding/codecs/opus/opus.gypi b/webrtc/modules/audio_coding/codecs/opus/opus.gypi index 5c29d6c07e..b60cee549b 100644 --- a/webrtc/modules/audio_coding/codecs/opus/opus.gypi +++ b/webrtc/modules/audio_coding/codecs/opus/opus.gypi @@ -21,9 +21,6 @@ 'dependencies': [ '<(DEPTH)/third_party/opus/opus.gyp:opus' ], - 'include_dirs': [ - '<(DEPTH)/third_party/opus', - ], }], ], 'sources': [