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

Unified Diff: build/common.gypi

Issue 10701165: Revert 146303 - Disables allocator_shim on Windows memory builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 146486)
+++ build/common.gypi (working copy)
@@ -1184,7 +1184,6 @@
'release_valgrind_build': 1,
'werror': '',
'component': 'static_library',
- 'win_use_allocator_shim': 0,
'use_system_zlib': 0,
}],
@@ -1194,8 +1193,6 @@
['build_for_tool=="drmemory"', {
# DrMemory can't handle the debug CRT dll, so build static.
'component': 'static_library',
- # Allocator_shim causes a linker error when we use std::locale.
- 'win_use_allocator_shim': 0,
# These runtime checks force initialization of stack vars which blocks
# DrMemory's uninit detection.
'win_debug_RuntimeChecks': '0',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698