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

Unified Diff: base/base.gyp

Issue 55333002: Make possible to check memory allocations inside chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased patch - upload to try Created 6 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
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 7c2b54d8a872b5cc19a43a3c9ff3f1343c0eae2c..3a8fd6eaa87b431bd86dc4abc0ba6af2d3d25b12 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -35,6 +35,13 @@
],
},
'conditions': [
+ ['(OS=="linux" and linux_use_tcmalloc==1) or \
+ (OS=="android" and android_use_tcmalloc==1) or \
+ (OS=="win" and win_use_allocator_shim==1)', {
+ 'dependencies': [
+ 'allocator/allocator.gyp:allocator',
+ ],
+ }],
['desktop_linux == 1 or chromeos == 1', {
'conditions': [
['chromeos==1', {

Powered by Google App Engine
This is Rietveld 408576698