summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorcevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-18 19:24:27 +0000
committercevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-18 19:24:27 +0000
commit3984583a55ee1a0092446673f3c258fad1710179 (patch)
tree25ed7d61a835d11df76d6ce83e7911a434f57647 /build
parent18a04e605a1f368b8649f87dfc87b5d889623dbd (diff)
downloadchromium_src-3984583a55ee1a0092446673f3c258fad1710179.zip
chromium_src-3984583a55ee1a0092446673f3c258fad1710179.tar.gz
chromium_src-3984583a55ee1a0092446673f3c258fad1710179.tar.bz2
Revert 206884 "Roll the partition allocator through the Win perf..."
> Roll the partition allocator through the Win perf bots. > > (To be reverted.) > > BUG=246860 > R=abarth@chromium.org > > Review URL: https://codereview.chromium.org/17299003 TBR=cevans@chromium.org Review URL: https://codereview.chromium.org/17391007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207056 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 051ddaa..9f326f9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1832,9 +1832,6 @@
#'ANGLE_DX11',
],
'conditions': [
- ['OS=="win"', {
- 'defines': ['ENABLE_PARTITION_ALLOC=1'],
- }],
['(OS=="mac" or OS=="ios") and asan==1', {
'dependencies': [
'<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime',