Chromium Code Reviews| Index: tools/testrunner/testrunner.isolate |
| diff --git a/src/d8.isolate b/tools/testrunner/testrunner.isolate |
| similarity index 63% |
| copy from src/d8.isolate |
| copy to tools/testrunner/testrunner.isolate |
| index 1c9bd9e35ca9df94ff3473eac29c06377a284339..669614b283121320401e5e7df27a7052d3a03883 100644 |
| --- a/src/d8.isolate |
| +++ b/tools/testrunner/testrunner.isolate |
| @@ -4,13 +4,11 @@ |
| { |
| 'variables': { |
| 'command': [ |
| - '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
| + '../run-tests.py', |
| ], |
| 'files': [ |
| - '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
| + '../run-tests.py', |
| + './' |
| ], |
| }, |
| - 'includes': [ |
| - 'base.isolate', |
| - ], |
| } |