| Index: build/android/pylib/gtest/setup.py
|
| diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
|
| index 4508d7ce75e4cbb5f5d83c8f3b79e2a02a0c0dfb..da3dc66da43ac00c6b64b3697894b5a2091920db 100644
|
| --- a/build/android/pylib/gtest/setup.py
|
| +++ b/build/android/pylib/gtest/setup.py
|
| @@ -87,7 +87,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):
|
|
|