summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 12:54:40 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 12:54:40 +0000
commit107c1e1f7eddc142184236df0a5ec12a1cf3d72c (patch)
treef60f40a55a4ff09cd77d70b62827c769cd95b8a9 /build/isolate.gypi
parentc80357d068ca9a53252d994281d7b8626645eef8 (diff)
downloadchromium_src-107c1e1f7eddc142184236df0a5ec12a1cf3d72c.zip
chromium_src-107c1e1f7eddc142184236df0a5ec12a1cf3d72c.tar.gz
chromium_src-107c1e1f7eddc142184236df0a5ec12a1cf3d72c.tar.bz2
Move swarm_client to swarming_client.
This involves fixing up all the calling side. It now fetched from a clone of code.google.com/p/swarming.client instead of chrome/trunk/tools/swarm_client. Always fetch from https://chromium.googlesource.com since it has much higher reliability. TBR=vadimsh@chromium.org BUG= NOTRY=true Review URL: https://codereview.chromium.org/20457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi16
1 files changed, 8 insertions, 8 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index 15fcf4c..312cc48 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -41,12 +41,12 @@
'extension': 'isolate',
'inputs': [
# Files that are known to be involved in this step.
- '<(DEPTH)/tools/swarm_client/isolate.py',
- '<(DEPTH)/tools/swarm_client/isolateserver_archive.py',
- '<(DEPTH)/tools/swarm_client/run_isolated.py',
- '<(DEPTH)/tools/swarm_client/googletest/run_test_cases.py',
- '<(DEPTH)/tools/swarm_client/short_expression_finder.py',
- '<(DEPTH)/tools/swarm_client/trace_inputs.py',
+ '<(DEPTH)/tools/swarming_client/isolate.py',
+ '<(DEPTH)/tools/swarming_client/isolateserver_archive.py',
+ '<(DEPTH)/tools/swarming_client/run_isolated.py',
+ '<(DEPTH)/tools/swarming_client/googletest/run_test_cases.py',
+ '<(DEPTH)/tools/swarming_client/short_expression_finder.py',
+ '<(DEPTH)/tools/swarming_client/trace_inputs.py',
# Disable file tracking by the build driver for now. This means the
# project must have the proper build-time dependency for their runtime
@@ -67,7 +67,7 @@
["test_isolation_outdir==''", {
'action': [
'python',
- '<(DEPTH)/tools/swarm_client/isolate.py',
+ '<(DEPTH)/tools/swarming_client/isolate.py',
'<(test_isolation_mode)',
# GYP will eliminate duplicate arguments so '<(PRODUCT_DIR)' cannot
# be provided twice. To work around this behavior, append '/'.
@@ -87,7 +87,7 @@
}, {
'action': [
'python',
- '<(DEPTH)/tools/swarm_client/isolate.py',
+ '<(DEPTH)/tools/swarming_client/isolate.py',
'<(test_isolation_mode)',
'--outdir', '<(test_isolation_outdir)',
# See comment above.