Deprecate non-ewk api usages in app.c
authorSeungSeop Park <sns.park@samsung.com>
Thu, 26 Feb 2015 13:35:13 +0000 (22:35 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit15cd7df57cbc0924e7582c1e24ae48e5d8359eab
tree6b8c1d1602f56934686cff4fb6b273f3255cf32c
parentbfed6f6a3dd38e69b67f673424fe27c583101a9a
Deprecate non-ewk api usages in app.c

In following commit, only ewk_ prefixed symbol will be exported.
To avoid build break, this patch comments out the code using
unexported symbols such as FOR_TESTING_ewk_hit_test_*.

TODO: replace this with proper solution.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=11609
Reviewed by: Antonio Gomes, Janusz Majnert

Change-Id: I6f4c9afe5d9048c6658e18a7f2090990a9e87c3a
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
tizen_src/ewk/chromium-ewk.gyp
tizen_src/ewk/efl_webview_app/app.c