Index: sandbox/win/sandbox_win.gypi |
diff --git a/sandbox/win/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi |
index e085cfb5efe2231a3e94d2526aec959cea777399..2e3bd1f9e6d687436a7fd25efd2d6f1742eb49fb 100644 |
--- a/sandbox/win/sandbox_win.gypi |
+++ b/sandbox/win/sandbox_win.gypi |
@@ -369,5 +369,22 @@ |
}, |
], |
}], |
+ ['test_isolation_mode != "noop"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'sbox_integration_tests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'sbox_integration_tests', |
+ ], |
+ 'includes': [ |
+ '../../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ '../sbox_integration_tests.isolate', |
+ ], |
+ }, |
+ ], |
+ }], |
], |
} |