Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/meson.build
Show First 20 Lines • Show All 192 Lines • ▼ Show 20 Line(s) | 60 | pub_eo_files = [ | |||
---|---|---|---|---|---|
193 | 'efl_ui_progressbar_legacy_part.eo', | 193 | 'efl_ui_progressbar_legacy_part.eo', | ||
194 | 'elm_widget_item_container.eo', | 194 | 'elm_widget_item_container.eo', | ||
195 | 'elm_spinner.eo', | 195 | 'elm_spinner.eo', | ||
196 | 'elm_multibuttonentry_part.eo', | 196 | 'elm_multibuttonentry_part.eo', | ||
197 | 'elm_interface_scrollable.eo', | 197 | 'elm_interface_scrollable.eo', | ||
198 | 'elm_atspi_bridge.eo', | 198 | 'elm_atspi_bridge.eo', | ||
199 | 'elm_atspi_app_object.eo', | 199 | 'elm_atspi_app_object.eo', | ||
200 | 'efl_ui_image_zoomable_pan.eo', | 200 | 'efl_ui_image_zoomable_pan.eo', | ||
201 | 'elm_pan.eo', | | |||
202 | 'elm_toolbar.eo', | 201 | 'elm_toolbar.eo', | ||
203 | 'elm_toolbar_item.eo', | 202 | 'elm_toolbar_item.eo', | ||
204 | 'elm_view_list.eo', | 203 | 'elm_view_list.eo', | ||
205 | 'elm_view_form.eo', | 204 | 'elm_view_form.eo', | ||
206 | 'elm_web.eo', | 205 | 'elm_web.eo', | ||
207 | 'elm_widget_item.eo', | 206 | 'elm_widget_item.eo', | ||
208 | 'efl_ui_text_part.eo', | 207 | 'efl_ui_text_part.eo', | ||
209 | 'efl_ui_caching_factory.eo', | 208 | 'efl_ui_caching_factory.eo', | ||
▲ Show 20 Lines • Show All 564 Lines • ▼ Show 20 Line(s) | 419 | elementary_pub_headers = [ | |||
774 | 'elm_naviframe_eo.h', | 773 | 'elm_naviframe_eo.h', | ||
775 | 'elm_naviframe_eo.legacy.h', | 774 | 'elm_naviframe_eo.legacy.h', | ||
776 | 'elm_naviframe_item_eo.h', | 775 | 'elm_naviframe_item_eo.h', | ||
777 | 'elm_naviframe_item_eo.legacy.h', | 776 | 'elm_naviframe_item_eo.legacy.h', | ||
778 | 'elm_notify_eo.h', | 777 | 'elm_notify_eo.h', | ||
779 | 'elm_notify_eo.legacy.h', | 778 | 'elm_notify_eo.legacy.h', | ||
780 | 'elm_panel_eo.h', | 779 | 'elm_panel_eo.h', | ||
781 | 'elm_panel_eo.legacy.h', | 780 | 'elm_panel_eo.legacy.h', | ||
781 | 'elm_pan_eo.h', | ||||
782 | 'elm_pan_eo.legacy.h', | ||||
782 | ] | 783 | ] | ||
783 | 784 | | |||
784 | elementary_header_src = [ | 785 | elementary_header_src = [ | ||
785 | 'Elementary.h', | 786 | 'Elementary.h', | ||
786 | 'Elementary_Cursor.h' | 787 | 'Elementary_Cursor.h' | ||
787 | ] + elementary_pub_headers + elementary_headers_unstable | 788 | ] + elementary_pub_headers + elementary_headers_unstable | ||
788 | 789 | | |||
789 | elementary_src = [ | 790 | elementary_src = [ | ||
▲ Show 20 Lines • Show All 306 Lines • Show Last 20 Lines |