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

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: Make possible to check memory allocations inside chromium 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 38167b32a973084a1be49b4588fa194c7f2ae55b..5fff9a7a15af688ce3fb838dc64214acafe96f36 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