summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-04 00:08:07 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-04 00:08:07 +0000
commit5dcce7f8260a1d065de8e85b5fb9b35faf94a684 (patch)
treee37f53ce6ad489cee0d151cb5124ba6b9c8ba4be /base
parente1f5c9beb4952df82815be228e71fa46c219b0b0 (diff)
downloadchromium_src-5dcce7f8260a1d065de8e85b5fb9b35faf94a684.zip
chromium_src-5dcce7f8260a1d065de8e85b5fb9b35faf94a684.tar.gz
chromium_src-5dcce7f8260a1d065de8e85b5fb9b35faf94a684.tar.bz2
Move src/tools/isolate to src/tools/swarm_client@159961 as a DEPS.
src/tools/swarm_client is fetched from tools/swarm_client. TBR=csharp@chromium.org BUG= Review URL: https://codereview.chromium.org/11045023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/base.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 0904813..c501dfb 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1046,7 +1046,7 @@
],
'action': [
'python',
- '../tools/isolate/isolate.py',
+ '../tools/swarm_client/isolate.py',
'<(test_isolation_mode)',
'--outdir', '<(test_isolation_outdir)',
'--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',