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

Unified Diff: build/common.gypi

Issue 1497813002: allocator cleanup: set use_allocator=none for mac and ios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@allocator_gyp
Patch Set: add comment Created 5 years 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
diff --git a/build/common.gypi b/build/common.gypi
index 4dad56f51f9e48fb5944e50803432fcc59fd4c7e..81840af4d725933de059d26e84e820ea8858a12e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1896,6 +1896,9 @@
['OS=="mac" or OS=="ios"', {
'clang%': 1,
+ # On Mac and iOS we just use the default system allocator.
+ 'use_allocator%': 'none',
+
'variables': {
# Mac OS X SDK and deployment target support. The SDK identifies
# the version of the system headers that will be used, and
« 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