| Index: syzygy/integration_tests/integration_tests.gyp
|
| diff --git a/syzygy/integration_tests/integration_tests.gyp b/syzygy/integration_tests/integration_tests.gyp
|
| index d1af84967e94d12e32c15c9b5778a5bcbc2c080e..b0d26d8be95f51b3bcd2cd68744db3a6b39a5541 100644
|
| --- a/syzygy/integration_tests/integration_tests.gyp
|
| +++ b/syzygy/integration_tests/integration_tests.gyp
|
| @@ -122,7 +122,10 @@
|
| 'actions': [
|
| {
|
| 'action_name': 'make_integration_tests_clang',
|
| - 'inputs': ['<@(integration_tests_common_source_files)'],
|
| + 'inputs': [
|
| + '<@(integration_tests_common_source_files)',
|
| + 'allocator_shim.cc'
|
| + ],
|
| 'outputs': [
|
| '<(PRODUCT_DIR)/integration_tests_clang_dll.dll',
|
| '<(PRODUCT_DIR)/integration_tests_clang_dll.pdb'
|
|
|