| Index: sandbox/sbox_unittests.isolate
|
| diff --git a/sandbox/sbox_integration_tests.isolate b/sandbox/sbox_unittests.isolate
|
| similarity index 85%
|
| copy from sandbox/sbox_integration_tests.isolate
|
| copy to sandbox/sbox_unittests.isolate
|
| index 5a92ac05a3853c4f4ec88d7dcd37a7bfe1332d15..578835af223813855387105ee708b7369baf5c02 100644
|
| --- a/sandbox/sbox_integration_tests.isolate
|
| +++ b/sandbox/sbox_unittests.isolate
|
| @@ -10,10 +10,10 @@
|
| ['OS=="win"', {
|
| 'variables': {
|
| 'command': [
|
| - '<(PRODUCT_DIR)/sbox_integration_tests.exe',
|
| + '<(PRODUCT_DIR)/sbox_unittests.exe',
|
| ],
|
| 'files': [
|
| - '<(PRODUCT_DIR)/sbox_integration_tests.exe',
|
| + '<(PRODUCT_DIR)/sbox_unittests.exe',
|
| ],
|
| },
|
| }],
|
|
|