fixup! Make sure we compile chromium code with the same defines as chromium-efl
authorPiotr Tworek <p.tworek@samsung.com>
Tue, 10 Mar 2015 07:53:29 +0000 (08:53 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
The USE_DL_PREFIX define is used only by dlmalloc shipped with
native_client code. Chromium does not support shipping nacl with
prefixed malloc so the define actually breaks NaCl support in crosswalk.
Get rid of the extra unnecessary define.

Change-Id: I875c2afc95c051cdfbb0985e43b457be74e93f82
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/supplement.gypi

index 6b86682..0690687 100644 (file)
@@ -51,7 +51,6 @@
       'SKIA_DLL=1',
       'BUILDING_V8_SHARED=1',
       'V8_SHARED=1',
-      'USE_DL_PREFIX=1',
     ],
 
     'conditions': [