| Index: build/isolate.gypi
|
| diff --git a/build/isolate.gypi b/build/isolate.gypi
|
| index 76882c786ea81bd2fb25cf542285d81d319d90f8..0f3c84a008666ab35ad8eb63b9f4736009ae71ff 100644
|
| --- a/build/isolate.gypi
|
| +++ b/build/isolate.gypi
|
| @@ -41,9 +41,9 @@
|
| 'extension': 'isolate',
|
| 'inputs': [
|
| # Files that are known to be involved in this step.
|
| - '<(DEPTH)/tools/swarm_client/isolate.py',
|
| - '<(DEPTH)/tools/swarm_client/run_isolated.py',
|
| - '<(DEPTH)/tools/swarm_client/googletest/run_test_cases.py',
|
| + '<(DEPTH)/tools/swarming_client/isolate.py',
|
| + '<(DEPTH)/tools/swarming_client/run_isolated.py',
|
| + '<(DEPTH)/tools/swarming_client/googletest/run_test_cases.py',
|
|
|
| # Disable file tracking by the build driver for now. This means the
|
| # project must have the proper build-time dependency for their runtime
|
| @@ -64,7 +64,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 '/'.
|
| @@ -84,7 +84,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.
|
|
|