With --build-chrome compile time flag, both chrome and ewk are built
and packaged in the same rpm. This commit adds a runtime switch to
differentiate bewteen chrome and ewk launch.
Change-Id: I4897764ac4d543a366bea1d9fdd5d28ce2ef0f8d
Signed-off-by: v-saha <v.saha@samsung.com>
const char kLimitMemoryAllocationInScheduleDelayedWork[] =
"limit-memory-allocation-in-schedule-delayed-work";
const char kEnableOffscreenRendering[] = "enable-offscreen-rendering";
-#endif
-
-#if defined(BUILD_CHROME)
const char kEnableChrome[] = "enable-chrome";
#endif
#if BUILDFLAG(IS_EFL)
extern const char kLimitMemoryAllocationInScheduleDelayedWork[];
extern const char kEnableOffscreenRendering[];
-#endif
-
-#if defined(BUILD_CHROME)
extern const char kEnableChrome[];
#endif