Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: syzygy/integration_tests/integration_tests.gyp

Issue 2984933002: Allocator shims design prototype. (Closed)
Patch Set: Response to reviewers comments. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/integration_tests/allocator_shim.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « syzygy/integration_tests/allocator_shim.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698