From 107c1e1f7eddc142184236df0a5ec12a1cf3d72c Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Wed, 14 Aug 2013 12:54:40 +0000 Subject: 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 --- build/android/pylib/gtest/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/android') 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): -- cgit v1.1