Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 257ef3d2ff1a86e10d9707882793554f32bfd0a2..ad13170159a645fdce9a987c2df9b508fb183c94 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -4823,7 +4823,7 @@ |
], |
'action': [ |
'python', |
- '../tools/isolate/isolate.py', |
+ '../tools/swarm_client/isolate.py', |
'<(test_isolation_mode)', |
'--outdir', '<(test_isolation_outdir)', |
'--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', |
@@ -4854,7 +4854,7 @@ |
], |
'action': [ |
'python', |
- '../tools/isolate/isolate.py', |
+ '../tools/swarm_client/isolate.py', |
'<(test_isolation_mode)', |
'--outdir', '<(test_isolation_outdir)', |
'--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', |