summaryrefslogtreecommitdiff
path: root/libjingle_sound_unittest.isolate
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
commita90dbe7075beb427c4a6f4849807f64c5370793d (patch)
treea84a6b5ccdc28c2924cd55813860416d2608ffbb /libjingle_sound_unittest.isolate
parent5c2c63e9e7cea1266756d354efe0af02d8dfe0df (diff)
downloadtalk-a90dbe7075beb427c4a6f4849807f64c5370793d.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/talk@6427 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'libjingle_sound_unittest.isolate')
-rw-r--r--libjingle_sound_unittest.isolate2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjingle_sound_unittest.isolate b/libjingle_sound_unittest.isolate
index 7217581..728e810 100644
--- a/libjingle_sound_unittest.isolate
+++ b/libjingle_sound_unittest.isolate
@@ -35,7 +35,7 @@
'<(PRODUCT_DIR)/libjingle_sound_unittest<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_untracked': [
- '../tools/swarming_client/',
+ '<(DEPTH)/tools/swarming_client/',
],
},
}],