This patch fixes Desktop Build Errors introduced by the parent patch
Change-Id: I651fcd7c7fbd570a33b0c4db92fd872cb131244f
Signed-off-by: Sumant Chaudhary <sumant.c@samsung.com>
import("//build/config/dcheck_always_on.gni")
import("//build/config/logging.gni")
import("../../partition_alloc.gni")
+if (use_efl) {
+ import("//tizen_src/build/config/tizen_features.gni")
+}
# Add partition_alloc.gni and import it for partition_alloc configs.
#include "crypto/nss_crypto_module_delegate.h"
#include "crypto/nss_util_internal.h"
-#if BUILDFLAG(IS_TIZEN)
+#if BUILDFLAG(IS_EFL)
#include "chromium_impl/build/tizen_version.h"
+#endif
#if BUILDFLAG(IS_TIZEN_TV)
#include <vconf/vconf.h>
#include "base/files/file_enumerator.h"
#endif
-#endif
namespace crypto {