Build custom allocator/tcmalloc respecting 'use_allocator' flag
authorAntonio Gomes <a1.gomes@samsung.com>
Thu, 26 Feb 2015 18:01:48 +0000 (10:01 -0800)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commite67cea2f9ad51808ce6c683d39e729ded7c330ce
tree83e02c26c282a3028e4568a19ecfabcdd798c5f5
parent31aed96903318b8399adb84f8154777027b271b4
Build custom allocator/tcmalloc respecting 'use_allocator' flag

Right now chromium-efl builds TCMalloc unconditonally for
all targets.
However, it is known that some targets, including ARM64,
are not yet supported by TCMalloc, and should be disabled.

Patch prepares the ground for this, only building allocator
the respecting 'use_allocator' GYP define. Now, it will
always build, but soon disabled for ARM64 builds.

Bug: web.sec.samsung.net/bugzilla/show_bug.cgi?id=11564
Reviewed by: Piotr Tworek, SeungSeop Park, arno renevier

Change-Id: I3c087d9782860c3645f4f7763b6e0ae2a4cec195
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/build/gyp_chromiumefl.sh
tizen_src/impl/chromium-efl.gyp