defined(IS_TIZEN_TV) -> BUILDFLAG(IS_TIZEN_TV)
refer:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/290828/
Change-Id: I3f5258a12ef8f4ab36ad5854fd3b3247d3ca916e
Signed-off-by: chenshurong <shurong.chen@samsung.com>
#include <unordered_map>
-#if defined(IS_TIZEN_TV)
+#if BUILDFLAG(IS_TIZEN_TV)
#include "tizen_src/chromium_impl/tizen/system_info.h"
#include "tizen_src/ewk/efl_integration/common/application_type.h"
#endif
{"Z", ui::VKEY_Z},
});
-#if defined(IS_TIZEN_TV)
+#if BUILDFLAG(IS_TIZEN_TV)
if (IsTvProfile() && (content::IsTIZENWRT() || content::IsHbbTV())) {
// WRT/HbbTV use 2 different key codes
if (strcmp(key, "Select") == 0)