| Index: content/content_unittests.isolate
|
| diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
|
| index a3bd8e8e1c737889b905385bb210eda85ec241c5..9a9def4f2aef198b29e14be45af6189d15f0865e 100644
|
| --- a/content/content_unittests.isolate
|
| +++ b/content/content_unittests.isolate
|
| @@ -27,7 +27,7 @@
|
| 'command': [
|
| '../testing/xvfb.py',
|
| '<(PRODUCT_DIR)',
|
| - '../tools/swarm_client/run_test_cases.py',
|
| + '../tools/swarm_client/googletest/run_test_cases.py',
|
| '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| 'isolate_dependency_tracked': [
|
| @@ -56,7 +56,7 @@
|
| 'variables': {
|
| 'command': [
|
| '../testing/test_env.py',
|
| - '../tools/swarm_client/run_test_cases.py',
|
| + '../tools/swarm_client/googletest/run_test_cases.py',
|
| '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
|
|