fixup! Refactor call of terminator 95/112595/1 submit/tizen_3.0/20170202.012915
authorYoungcheol Kang <ychul.kang@samsung.com>
Thu, 2 Feb 2017 01:17:27 +0000 (10:17 +0900)
committerYoungcheol Kang <ychul.kang@samsung.com>
Thu, 2 Feb 2017 01:17:35 +0000 (10:17 +0900)
This patch fixes the following build problem in original patch.

error: watch_app_exit was not declared in this scope
       watch_app_exit();

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2906

Change-Id: Iaa9028fe0851a0fd8f93d29d779e92a1ef7a56e2
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
runtime/browser/web_application.cc
runtime/runtime.gyp

index 085af1e2c948fba4b0c596da54b64958ed103c2c..f6efe8022bb8c6ce5b0d660fc3a72c6cc4f52548 100755 (executable)
@@ -17,6 +17,7 @@
 #include "runtime/browser/web_application.h"
 
 #include <app.h>
+#include <appcore-watch.h>
 #include <aul.h>
 #include <cynara-client.h>
 #include <Ecore.h>
index 4348b5f0499eacf54806979693a1fc4568f2ab13..3f5ea2e4577388a1f2323fb3d76d0700c822aa5b 100755 (executable)
@@ -52,6 +52,7 @@
       ],
       'variables': {
         'packages': [
+          'appcore-watch',
           'capi-appfw-application',
           'capi-ui-efl-util',
           'chromium-efl',