| Index: build/isolate.gypi
|
| diff --git a/build/isolate.gypi b/build/isolate.gypi
|
| index 9e2a3bfee398de818caca61406b49bffe529cdf9..6ece6d066771bcd3e569471117b5908c46c324fc 100644
|
| --- a/build/isolate.gypi
|
| +++ b/build/isolate.gypi
|
| @@ -44,6 +44,7 @@
|
| 'extension': 'isolate',
|
| 'inputs': [
|
| # Files that are known to be involved in this step.
|
| + '<(DEPTH)/tools/isolate_driver.py',
|
| '<(DEPTH)/tools/swarming_client/isolate.py',
|
| '<(DEPTH)/tools/swarming_client/run_isolated.py',
|
| ],
|
| @@ -52,7 +53,7 @@
|
| ],
|
| 'action': [
|
| 'python',
|
| - '<(DEPTH)/tools/swarming_client/isolate.py',
|
| + '<(DEPTH)/tools/isolate_driver.py',
|
| '<(test_isolation_mode)',
|
| '--isolated', '<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated',
|
| '--isolate', '<(RULE_INPUT_PATH)',
|
|
|