Index: runtime/vm/vm_sources.gypi |
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi |
index 5f82a34f4dbf115ba8eacb06d09b765f56f793f0..7468cee08bb1672e34c40e7c8a440b928f5266de 100644 |
--- a/runtime/vm/vm_sources.gypi |
+++ b/runtime/vm/vm_sources.gypi |
@@ -290,6 +290,11 @@ |
'longjump.h', |
'longjump_test.cc', |
'malloc_hooks.cc', |
+ 'malloc_hooks_arm.cc', |
+ 'malloc_hooks_arm64.cc', |
+ 'malloc_hooks_ia32.cc', |
+ 'malloc_hooks_mips.cc', |
+ 'malloc_hooks_x64.cc', |
'malloc_hooks.h', |
'malloc_hooks_test.cc', |
'malloc_hooks_unsupported.cc', |