Move org.libreoffice.embindtest from udkapi to offapi
...so it will be able to use e.g. css.task.XJob in its tests Change-Id: I15e50c07ee4b1b315d2687dc7e7ea0c00ccc638c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165998 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
This commit is contained in:
parent
b6c10f89e2
commit
febd03e31b
9 changed files with 14 additions and 16 deletions
|
@ -4438,6 +4438,19 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,org/freedesktop/PackageKit,\
|
|||
SyncDbusSessionHelper \
|
||||
))
|
||||
|
||||
ifeq ($(OS)-$(ENABLE_DBGUTIL),EMSCRIPTEN-TRUE)
|
||||
$(eval $(call gb_UnoApi_add_idlfiles,offapi,org/libreoffice/embindtest, \
|
||||
Constants \
|
||||
Enum \
|
||||
Exception \
|
||||
Struct \
|
||||
XTest \
|
||||
))
|
||||
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,org/libreoffice/embindtest, \
|
||||
Test \
|
||||
))
|
||||
endif
|
||||
|
||||
$(eval $(call gb_UnoApi_set_reference_rdbfile,offapi,$(call gb_UnoApiTarget_get_target,udkapi) $(SRCDIR)/offapi/type_reference/offapi.idl))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
|
@ -520,19 +520,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,udkapi,com/sun/star/util,\
|
|||
XVeto \
|
||||
))
|
||||
|
||||
ifeq ($(OS)-$(ENABLE_DBGUTIL),EMSCRIPTEN-TRUE)
|
||||
$(eval $(call gb_UnoApi_add_idlfiles,udkapi,org/libreoffice/embindtest, \
|
||||
Constants \
|
||||
Enum \
|
||||
Exception \
|
||||
Struct \
|
||||
XTest \
|
||||
))
|
||||
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,udkapi,org/libreoffice/embindtest, \
|
||||
Test \
|
||||
))
|
||||
endif
|
||||
|
||||
$(eval $(call gb_UnoApi_set_reference_rdbfile,udkapi,$(SRCDIR)/udkapi/type_reference/udkapi.idl))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
|
@ -15,8 +15,6 @@ $(eval $(call gb_Library_add_exception_objects,embindtest, \
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,embindtest,unotest/source/embindtest/embindtest,services))
|
||||
|
||||
$(eval $(call gb_Library_use_api,embindtest, \
|
||||
udkapi \
|
||||
))
|
||||
$(eval $(call gb_Library_use_sdk_api,embindtest))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue