Chromium Code Reviews| Index: syzygy/integration_tests/integration_tests.gyp |
| diff --git a/syzygy/integration_tests/integration_tests.gyp b/syzygy/integration_tests/integration_tests.gyp |
| index c4175e3d0a6bd455acf2ebf5bfb13d437d401a52..14b402c628c7d2bbb75d6548f296e858939bc4be 100644 |
| --- a/syzygy/integration_tests/integration_tests.gyp |
| +++ b/syzygy/integration_tests/integration_tests.gyp |
| @@ -53,6 +53,7 @@ |
| 'dependencies': [ |
| 'crash_for_exception_harness', |
| 'integration_tests_dll', |
| + 'integration_tests_clang_dll', |
|
Sébastien Marchand
2017/07/20 14:37:25
Keep in alphabetical order.
njanevsk
2017/07/20 14:43:47
Done.
|
| 'integration_tests_harness', |
| '<(src)/base/base.gyp:test_support_base', |
| '<(src)/syzygy/agent/asan/asan.gyp:syzyasan_rtl', |
| @@ -122,13 +123,17 @@ |
| { |
| 'action_name': 'make_integration_tests_clang', |
| 'inputs': ['<@(integration_tests_common_source_files)'], |
| - 'outputs': ['<(PRODUCT_DIR)/integration_tests_clang_dll.dll'], |
| + 'outputs': [ |
| + '<(PRODUCT_DIR)/integration_tests_clang_dll.dll', |
| + '<(PRODUCT_DIR)/integration_tests_clang_dll.pdb' |
| + ], |
| 'action': [ |
| '<(python_exe)', |
| 'make_integration_tests_clang.py', |
| '--output-dir=<(PRODUCT_DIR)', |
| '--input-files=<(_inputs)', |
| '--target-name=integration_tests_clang_dll', |
| + '--def-file=integration_tests_clang_dll.def' |
| ], |
| }, |
| ], |