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
This commit is contained in:
ronghuawu@google.com 2011-08-09 00:36:01 +00:00
parent 8deee041b8
commit 492dbc258e

View File

@ -7,7 +7,7 @@
'no_libjingle_logging%': 0, 'no_libjingle_logging%': 0,
'peer_connection_dev%': 0, 'peer_connection_dev%': 0,
'libjingle_orig': '../../third_party/libjingle', 'libjingle_orig': '../../third_party/libjingle',
'libjingle_mods': '.', 'libjingle_mods': '../../third_party_mods/libjingle',
'conditions': [ 'conditions': [
['inside_chromium_build==1', { ['inside_chromium_build==1', {
'overrides': '<(libjingle_orig)/overrides', 'overrides': '<(libjingle_orig)/overrides',