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

Unified Diff: build/common.gypi

Issue 55333002: Make possible to check memory allocations inside chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 869696bf9a63f89bad313db32d2c877ff3c13848..97e3de5996cde395467ecd29dcac9b09a148eaf4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1488,6 +1488,11 @@
'msvs_express%': 0,
'secure_atl%': 1,
}],
+ ['win_use_allocator_shim==1', {
+ 'defines': [
+ 'WIN_USE_ALLOCATOR_SHIM'
+ ],
+ }],
],
'nacl_win64_defines': [
# This flag is used to minimize dependencies when building

Powered by Google App Engine
This is Rietveld 408576698