Fix the following race condition:
[ 428s] In file included from ../tizen_src/chromium_impl/efl/window_factory.cc:9:
[ 428s] In file included from ../base/check.h:12:
[ 428s] ../base/dcheck_is_on.h:8:10: fatal error: 'base/debug/debugging_buildflags.h' file not found
[ 428s] 8 | #include "base/debug/debugging_buildflags.h"
[ 428s] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 428s] 1 error generated.
Bug: https://jira-eu.sec.samsung.net/browse/VDWASM-1939
Change-Id: I202c9e25ff50b865f5253164a5fab8b430c128a3
Signed-off-by: Michal Jurkiewicz <m.jurkiewicz@samsung.com>
configs += [ "//tizen_src/build:libelementary" ]
public_configs = [ "//tizen_src/build:elementary-public" ]
+ deps = [ "//base" ]
+
sources = [
"window_factory.cc",
"window_factory.h",