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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 2771293003: Resubmission of native memory allocation info surfacing in Observatory. Fixed crashing tests and st… (Closed)
Patch Set: Added page to Observatory to display native memory allocation information. Created 3 years, 9 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 | « runtime/vm/profiler_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « runtime/vm/profiler_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698