| Index: sandbox/win/sandbox_win.gypi
|
| diff --git a/sandbox/win/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi
|
| index d90130afb2fb05dee08497b4c7d6c3a8c834a026..f50d906e66feed2e72bdb22ea09196b3ff705448 100644
|
| --- a/sandbox/win/sandbox_win.gypi
|
| +++ b/sandbox/win/sandbox_win.gypi
|
| @@ -205,6 +205,8 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| 'sandbox',
|
| + 'sbox_integration_test_hook_dll',
|
| + 'sbox_integration_test_win_proc',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| @@ -235,6 +237,29 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'sbox_integration_test_hook_dll',
|
| + 'type': 'shared_library',
|
| + 'dependencies': [
|
| + ],
|
| + 'sources': [
|
| + 'tests/integration_tests/hooking_dll.cc',
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'sbox_integration_test_win_proc',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + ],
|
| + 'sources': [
|
| + 'tests/integration_tests/hooking_win_proc.cc',
|
| + ],
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
|
| + },
|
| + },
|
| + },
|
| + {
|
| 'target_name': 'sbox_validation_tests',
|
| 'type': 'executable',
|
| 'dependencies': [
|
|
|