summaryrefslogtreecommitdiffstats
path: root/src/core/qtwebengine.gypi
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2014-03-11 11:18:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-11 14:19:00 +0100
commitd1deca6c120bf5087d22b506d8994884598a7987 (patch)
tree0c60eeb7b9f5dc37b8156f160cd97cc69bed0ff6 /src/core/qtwebengine.gypi
parent30d45090c0f5681f6d06a3803bcba4d54bdcea6c (diff)
Always disable tcmalloc.
We cannot enable tcmalloc as otherwise we would have to use it for all of Qt as well. If we allocate with tcmalloc and free without (or the other way round) this leads to errors. Specifically it led to something that looked like a double free corruption on embedded linux for an event that is created in qtwebengine code but deleted within Qt. Change-Id: Ia8c8da09e78968648046761e34f7f674769cfdc2 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/core/qtwebengine.gypi')
-rw-r--r--src/core/qtwebengine.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/qtwebengine.gypi b/src/core/qtwebengine.gypi
index 0a179ea26..801b8926d 100644
--- a/src/core/qtwebengine.gypi
+++ b/src/core/qtwebengine.gypi
@@ -95,12 +95,6 @@
'<(chromium_src_dir)/build/linux/system.gyp:fontconfig',
],
}],
- ['os_posix==1 and linux_use_tcmalloc==1', {
- 'dependencies': [
- # This is needed by content/app/content_main_runner.cc
- '<(chromium_src_dir)/base/allocator/allocator.gyp:allocator',
- ],
- }],
['use_aura==1', {
'dependencies': [
'<(chromium_src_dir)/ui/aura/aura.gyp:aura',