From d220b6a8a5254b99e97ffbb352839dff76a9b85d Mon Sep 17 00:00:00 2001 From: Piotr Tworek Date: Thu, 9 Apr 2015 11:15:19 +0200 Subject: [PATCH] Use aura grit resources for EFL port by default. Previouiusly we were patching upstream gyp files with additional use_efl guards. Since in almost all cases the same resources are available in aura paks we can just use use_aura grit flag. This way we won't need to modify upstream grit files. Change-Id: I3ce4aa99d04dd1b731b440e521308240c4eba5e1 Signed-off-by: Piotr Tworek --- tizen_src/supplement.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen_src/supplement.gypi b/tizen_src/supplement.gypi index 5917ea8..a379bd1 100644 --- a/tizen_src/supplement.gypi +++ b/tizen_src/supplement.gypi @@ -28,7 +28,7 @@ 'chromium_efl_tizen_version%': '2.4', - 'grit_additional_defines': [ '-D', 'use_efl' ], + 'grit_additional_defines': [ '-D', 'use_aura' ], 'notifications': 0, }, -- 2.7.4