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

Unified Diff: base/allocator/allocator.gyp

Issue 55333002: Make possible to check memory allocations inside chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows build Created 7 years, 1 month 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 | « no previous file | base/allocator/allocator_shim.cc » ('j') | base/process/memory_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/allocator.gyp
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index ef98d09482bb71c03ef9767f37ecf46beb7a67d7..930aa1d72e1b0b4de7f6eb7515054e033205ec78 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -390,6 +390,9 @@
'<(tcmalloc_dir)/src/profiler.cc',
],
}],
+ ['win_use_allocator_shim==1', {
+ 'defines': [ 'WIN_USE_ALLOCATOR_SHIM' ]
+ }],
['OS=="linux" or OS=="freebsd" or OS=="solaris" or OS=="android"', {
'sources!': [
'<(tcmalloc_dir)/src/system-alloc.h',
« no previous file with comments | « no previous file | base/allocator/allocator_shim.cc » ('j') | base/process/memory_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698