[elm_web] elm_web is not supported in tizen for now. so, remove all from make files 89/83589/1
authorWooHyun Jung <wh0705.jung@samsung.com>
Fri, 12 Aug 2016 01:44:34 +0000 (10:44 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Fri, 12 Aug 2016 01:44:34 +0000 (10:44 +0900)
@tizen_fix

Change-Id: Iee4b997a8cb639c0768301056209bc368458642c

doc/Makefile.am
doc/widgets/Makefile.am
src/bin/Makefile.am
src/edje_externals/Makefile.am
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elm_main.c
src/lib/elm_priv.h

index 953809c..96d37cf 100644 (file)
@@ -83,7 +83,6 @@ WGT_PREVIEW = \
        table:preview-00.png:widget_preview_table:100:100 \
        thumb:preview-00.png:widget_preview_thumb:100:100 \
        toolbar:preview-00.png:widget_preview_toolbar:300:100 \
-       web:preview-00.png:widget_preview_web:300:300 \
        win:preview-00.png:widget_preview_win:200:200
 
 # put in here every elm widget, so that it gets its hierarchy tree built
@@ -153,7 +152,6 @@ WGT_TREE = \
        thumb \
        toolbar \
        video \
-       web \
        win
 
 widget-build:
index 5cc58f3..8b1a483 100644 (file)
@@ -93,7 +93,6 @@ widget_preview_spinner \
 widget_preview_table \
 widget_preview_thumb \
 widget_preview_toolbar \
-widget_preview_web \
 widget_preview_win
 
 LDADD = $(top_builddir)/src/lib/libelementary.la \
@@ -175,7 +174,6 @@ EXTRA_DIST = \
        widget_preview_win.c \
        widget_preview_menu.c \
        widget_preview_thumb.c \
-       widget_preview_web.c \
        widget_preview_tmpl_foot.c \
        widget_preview_tmpl_head.c
 
index b93374a..1de60e1 100644 (file)
@@ -125,7 +125,6 @@ test_transit.c \
 test_transit_bezier.c \
 test_video.c \
 test_weather.c \
-test_web.c \
 test_win_inline.c \
 test_win_keygrab.c \
 test_win_socket.c \
index c1645b6..f31ea1c 100644 (file)
@@ -52,8 +52,7 @@ elm_slideshow.c \
 elm_spinner.c \
 elm_thumb.c \
 elm_toolbar.c \
-elm_video.c \
-elm_web.c
+elm_video.c
 
 module_la_LIBADD = @ELEMENTARY_LIBS@ $(top_builddir)/src/lib/libelementary.la
 module_la_LDFLAGS = -no-undefined -module -avoid-version -shared -fPIC
index 54ef136..f01e284 100644 (file)
@@ -269,7 +269,8 @@ EAPI extern Elm_Version *elm_version;
 // TIZENONLY(20160617)
 //#include <elm_view_list.h>
 //#include <elm_view_form.h>
-#include <elm_web.h>
+// TIZEN ONLY(20160811) : elm_web is not supported in tizen
+//#include <elm_web.h>
 #include <elm_win.h>
 #include <elm_win_standard.h>
 
index edb6cc1..21b5eb3 100644 (file)
@@ -368,10 +368,6 @@ elm_transit.h \
 elm_video.h \
 elm_video_eo.h \
 elm_video_legacy.h \
-elm_web.h \
-elm_web_common.h \
-elm_web_eo.h \
-elm_web_legacy.h \
 elm_win.h \
 elm_win_common.h \
 elm_win_eo.h \
@@ -488,7 +484,6 @@ elm_transit.c \
 elm_util.c \
 elm_url.c \
 elm_video.c \
-elm_web2.c \
 elm_widget.c \
 elm_win.c \
 elm_win_standard.c \
@@ -602,7 +597,6 @@ elm_table.eo \
 elm_thumb.eo \
 elm_toolbar.eo \
 elm_video.eo \
-elm_web.eo \
 elm_widget.eo \
 elm_win.eo \
 elm_win_standard.eo \
index c99f7aa..86d24ab 100644 (file)
@@ -782,7 +782,8 @@ elm_quicklaunch_shutdown(void)
    _elm_unneed_eldbus();
    _elm_unneed_elocation();
    _elm_unneed_ethumb();
-   _elm_unneed_web();
+   // TIZEN ONLY(20160811) : elm_web is not supported in tizen
+   //_elm_unneed_web();
    eio_shutdown();
    ecore_file_shutdown();
 
index e0a9c2c..f2c74f9 100644 (file)
@@ -429,7 +429,8 @@ Eina_Bool            _elm_widget_top_win_focused_get(const Evas_Object *obj);
 void                 _elm_unneed_systray(void);
 void                 _elm_unneed_sys_notify(void);
 void                 _elm_unneed_ethumb(void);
-void                 _elm_unneed_web(void);
+// TIZEN ONLY(20160811) : elm_web is not supported in tizen
+//void                 _elm_unneed_web(void);
 
 void                 _elm_rescale(void);
 Eina_Bool            _elm_clouseau_reload(void);