From: Youngcheol Kang Date: Thu, 2 Feb 2017 02:41:25 +0000 (+0900) Subject: fixup! fixup! Refactor call of terminator X-Git-Tag: submit/tizen_3.0/20170202.025509^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F112603%2F2;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git fixup! fixup! Refactor call of terminator This patch fixes the following build problem in original patch. error : No package 'appcore-watch' found Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2906 Change-Id: I31ec4f3654f800944f2c3af8478f08d65c73d5fe Signed-off-by: Youngcheol Kang --- diff --git a/runtime/browser/web_application.cc b/runtime/browser/web_application.cc index f6efe8022..ac93129b8 100755 --- a/runtime/browser/web_application.cc +++ b/runtime/browser/web_application.cc @@ -17,7 +17,6 @@ #include "runtime/browser/web_application.h" #include -#include #include #include #include @@ -29,6 +28,10 @@ #include #include +#ifdef WATCH_FACE_FEATURE_SUPPORT +#include +#endif + #include "common/application_data.h" #include "common/app_db.h" #include "common/app_control.h" diff --git a/runtime/runtime.gyp b/runtime/runtime.gyp index 3f5ea2e45..4348b5f04 100755 --- a/runtime/runtime.gyp +++ b/runtime/runtime.gyp @@ -52,7 +52,6 @@ ], 'variables': { 'packages': [ - 'appcore-watch', 'capi-appfw-application', 'capi-ui-efl-util', 'chromium-efl',