aboutsummaryrefslogtreecommitdiff
path: root/all.gyp
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-10 10:13:38 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-10 10:13:38 +0000
commit1014101470940fc60445c1573a3da14784f63b0e (patch)
tree93ad608b40402f9716cdf3cb7532abe908ffdd9d /all.gyp
parent3eb2c2f4c35ab62ede70d34699eecc17956b0fcf (diff)
downloadwebrtc-1014101470940fc60445c1573a3da14784f63b0e.tar.gz
Revert 6380 "Replace libjingle_root with talk_root variable."
It turns out this doesn't fix the problem we're trying to solve... > Replace libjingle_root with talk_root variable. > > This CL is similar to https://review.webrtc.org/9019004/ > It is needed in order to be able to build with different > copies of libjingle. Having the libjingle_root variable didn't > make this possible, since relative paths in the .isolate files > ended up at the wrong directory level and .isolate files doesn't > support all the normal GYP variables like <(DEPTH). > > BUG=chromium:343106 > TEST=trybots passing compile step with clobber. > R=tommi@webrtc.org, wu@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/15709004 TBR=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14669004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6384 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'all.gyp')
-rw-r--r--all.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/all.gyp b/all.gyp
index a399a78720..bd8ee13014 100644
--- a/all.gyp
+++ b/all.gyp
@@ -8,7 +8,7 @@
{
'variables': {
- 'talk_root%': '<(DEPTH)/talk',
+ 'libjingle_root%': '<(DEPTH)',
},
'targets': [
{
@@ -17,9 +17,9 @@
'dependencies': [
'third_party/openmax_dl/dl/dl.gyp:*',
'webrtc/webrtc.gyp:*',
- '<(talk_root)/libjingle.gyp:*',
- '<(talk_root)/libjingle_examples.gyp:*',
- '<(talk_root)/libjingle_tests.gyp:*',
+ '<(libjingle_root)/talk/libjingle.gyp:*',
+ '<(libjingle_root)/talk/libjingle_examples.gyp:*',
+ '<(libjingle_root)/talk/libjingle_tests.gyp:*',
],
'conditions': [
['OS=="android"', {