elm_web: remove all legacy usage from eo files
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 5 Mar 2019 22:00:37 +0000 (17:00 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:28 +0000 (14:46 +0900)
commit5551fb0faff6546b7605ed1bcdbdb1deab1c061b
treefd53649cff3b9ffe7dc1aad1fca570f0454a7c15
parent69a03d92dddf3996eb018820187b2c4f665cdca4
elm_web: remove all legacy usage from eo files

this takes the current generated output from eolian for legacy code in
efl and adds it to the tree, then removes legacy references from the
corresponding eo files. in the case where the entire eo file was for
a legacy object, that eo file has been removed from the tree

ref T7724

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8208
15 files changed:
src/Makefile_Efl_Mono.am
src/Makefile_Elementary.am
src/lib/elementary/elm_web.eo [deleted file]
src/lib/elementary/elm_web2.c
src/lib/elementary/elm_web_eo.c [new file with mode: 0644]
src/lib/elementary/elm_web_eo.h
src/lib/elementary/elm_web_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_web_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_web_legacy.h
src/lib/elementary/meson.build
src/modules/elementary/web/none/elm_web_none.c
src/modules/elementary/web/none/elm_web_none.eo [deleted file]
src/modules/elementary/web/none/elm_web_none_eo.c [new file with mode: 0644]
src/modules/elementary/web/none/elm_web_none_eo.h [new file with mode: 0644]
src/modules/elementary/web/none/meson.build