| Index: sandbox/win/sandbox_win.gypi
|
| diff --git a/sandbox/win/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi
|
| index 8c2a2ce349a28812e9c108cd293f854431827ff2..2c67296380dc99fecbc1c3cb14f2eda7971319a5 100644
|
| --- a/sandbox/win/sandbox_win.gypi
|
| +++ b/sandbox/win/sandbox_win.gypi
|
| @@ -400,6 +400,21 @@
|
| ],
|
| },
|
| ],
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'sbox_validation_tests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'sbox_validation_tests',
|
| + ],
|
| + 'includes': [
|
| + '../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + '../sbox_validation_tests.isolate',
|
| + ],
|
| + },
|
| + ],
|
| }],
|
| ],
|
| }
|
|
|