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

Unified Diff: runtime/bin/bin.gypi

Issue 2647793005: Revert "Reintroducing MallocHooks changes with fix for infinite loop in MallocHooks on Platform::Ex… (Closed)
Patch Set: Created 3 years, 11 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/bin/BUILD.gn ('k') | runtime/bin/gen_snapshot.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index be196cf71cf31bf186ba59e9d9829f9ad0dc5114..d5466386345da3cd2d50002b6bd5c7d5401f2fa3 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -1151,6 +1151,9 @@
'dependencies': [
'../third_party/tcmalloc/tcmalloc.gypi:tcmalloc',
],
+ 'defines': [
+ 'DART_USE_TCMALLOC'
+ ],
}],
],
'configurations': {
@@ -1345,6 +1348,9 @@
'dependencies': [
'../third_party/tcmalloc/tcmalloc.gypi:tcmalloc',
],
+ 'defines': [
+ 'DART_USE_TCMALLOC'
+ ],
}],
],
'configurations': {
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/gen_snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698