summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorcevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 03:47:23 +0000
committercevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 03:47:23 +0000
commit2fee53add49a820faa885556b01a7e7f8bb11a6a (patch)
tree64aa765a560c94abd8931299adc1dfb68b638b32 /build
parent5038bce99faf24bee94691294858db2b425e3d9d (diff)
downloadchromium_src-2fee53add49a820faa885556b01a7e7f8bb11a6a.zip
chromium_src-2fee53add49a820faa885556b01a7e7f8bb11a6a.tar.gz
chromium_src-2fee53add49a820faa885556b01a7e7f8bb11a6a.tar.bz2
Try turning on the partition allocator temporarily for bot cycle.
BUG=246860 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/15967009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index e34b159..acc21f1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1812,6 +1812,9 @@
],
},
'conditions': [
+ ['os_posix==1', {
+ 'defines': ['ENABLE_PARTITION_ALLOC=1'],
+ }],
['(OS=="mac" or OS=="ios") and asan==1', {
'dependencies': [
'<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime',