From 492dbc258efad103431d7f529658d319da0efa1f Mon Sep 17 00:00:00 2001 From: "ronghuawu@google.com" Date: Tue, 9 Aug 2011 00:36:01 +0000 Subject: [PATCH] Use the full path instead of the current directory. In chromium build this libjingle.gyp will be included by third_party/libjingle/libjingle.gyp. In that case the "." will mean the third_party/libjingle/ instead of what we want - third_party_mods/libjingle. Review URL: http://webrtc-codereview.appspot.com/100004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@332 4adac7df-926f-26a2-2b94-8c16560cd09d --- third_party_mods/libjingle/libjingle.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party_mods/libjingle/libjingle.gyp b/third_party_mods/libjingle/libjingle.gyp index 9fad1c1753..2a11c8c6d7 100644 --- a/third_party_mods/libjingle/libjingle.gyp +++ b/third_party_mods/libjingle/libjingle.gyp @@ -7,7 +7,7 @@ 'no_libjingle_logging%': 0, 'peer_connection_dev%': 0, 'libjingle_orig': '../../third_party/libjingle', - 'libjingle_mods': '.', + 'libjingle_mods': '../../third_party_mods/libjingle', 'conditions': [ ['inside_chromium_build==1', { 'overrides': '<(libjingle_orig)/overrides',