| Index: sandbox/sbox_validation_tests.isolate
|
| diff --git a/sandbox/sbox_validation_tests.isolate b/sandbox/sbox_validation_tests.isolate
|
| index 4daee6bd67d6d16f02b1ab1e67daa519a653ae83..578835af223813855387105ee708b7369baf5c02 100644
|
| --- a/sandbox/sbox_validation_tests.isolate
|
| +++ b/sandbox/sbox_validation_tests.isolate
|
| @@ -10,7 +10,10 @@
|
| ['OS=="win"', {
|
| 'variables': {
|
| 'command': [
|
| - '<(PRODUCT_DIR)/sbox_validation_tests.exe',
|
| + '<(PRODUCT_DIR)/sbox_unittests.exe',
|
| + ],
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/sbox_unittests.exe',
|
| ],
|
| },
|
| }],
|
|
|