From c129063ddbb1c0a5cb5158f17b0c09d3f85ab72f Mon Sep 17 00:00:00 2001 From: Piotr Tworek Date: Tue, 10 Mar 2015 08:53:29 +0100 Subject: [PATCH] fixup! Make sure we compile chromium code with the same defines as chromium-efl 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 --- tizen_src/supplement.gypi | 1 - 1 file changed, 1 deletion(-) diff --git a/tizen_src/supplement.gypi b/tizen_src/supplement.gypi index 6b86682..0690687 100644 --- a/tizen_src/supplement.gypi +++ b/tizen_src/supplement.gypi @@ -51,7 +51,6 @@ 'SKIA_DLL=1', 'BUILDING_V8_SHARED=1', 'V8_SHARED=1', - 'USE_DL_PREFIX=1', ], 'conditions': [ -- 2.7.4