summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjungjik.lee@samsung.com <jungjik.lee@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-04 04:18:03 +0000
committerjungjik.lee@samsung.com <jungjik.lee@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-04 04:18:03 +0000
commit7a16a1e2858def3c368a4902578e33d984ebb971 (patch)
tree573f50f5516ec846a7a52f1edb4a716d03f6a0b9 /build
parent0ed6d7e4c67326f8908746150b179cfd4bee7f25 (diff)
downloadchromium_src-7a16a1e2858def3c368a4902578e33d984ebb971.zip
chromium_src-7a16a1e2858def3c368a4902578e33d984ebb971.tar.gz
chromium_src-7a16a1e2858def3c368a4902578e33d984ebb971.tar.bz2
Fix up, add MEMORY_SANITIZER_INTIAL_SIZE define
Add MEMORY_SANITIZER_INTIAL_SIZE define to set sanitizer's initial size. this is a fixup patch of crrev.com/360693002 Bug=None Review URL: https://codereview.chromium.org/368183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index f5ab488..d7f4bd7 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3954,6 +3954,7 @@
],
'defines': [
'MEMORY_TOOL_REPLACES_ALLOCATOR',
+ 'MEMORY_SANITIZER_INITIAL_SIZE',
],
}],
],