summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-13 09:02:15 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-13 09:02:15 +0000
commit00dffd760fa4c572d342d8c85e5cd068ad216785 (patch)
treed25dc9eb17c7305ce31ebaf45aafef37bb5cfa67 /build
parentdd32ef812471ab99beae295cbd6c2a9c0993d9a7 (diff)
downloadwebrtc-00dffd760fa4c572d342d8c85e5cd068ad216785.tar.gz
Pass GYP DEPTH variable to isolate.
Similar change to https://codereview.chromium.org/322403003/ This will make it possible to handle different directory levels for special builds of WebRTC, without breaking GYP when the .isolate files are processed and their contents is verified. Also update all our .isolate files to use the <(DEPTH) variable. BUG=343106 TEST=Successful compile+test on Linux using: ninja -C out/Release tools/swarming_client/isolate.py run -s out/Release/tools_unittests.isolated Also trybots passing all tests. R=pbos@webrtc.org TBR=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13679004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6427 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'build')
-rw-r--r--build/isolate.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index 3387c367..ce90575e 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -94,6 +94,7 @@
# Path variables are used to replace file paths when loading a .isolate
# file
+ '--path-variable', 'DEPTH', '<(DEPTH)',
'--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ',
'--config-variable', 'OS=<(OS)',