summaryrefslogtreecommitdiffstats
path: root/build/android
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/android
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/android')
-rw-r--r--build/android/pylib/gtest/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
index 2e70dd0..4da3bd0 100644
--- a/build/android/pylib/gtest/setup.py
+++ b/build/android/pylib/gtest/setup.py
@@ -66,7 +66,7 @@ _DEPS_EXCLUSION_LIST = [
]
_ISOLATE_SCRIPT = os.path.join(
- constants.DIR_SOURCE_ROOT, 'tools', 'swarm_client', 'isolate.py')
+ constants.DIR_SOURCE_ROOT, 'tools', 'swarming_client', 'isolate.py')
def _GenerateDepsDirUsingIsolate(suite_name, build_type):