mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Disable jetpack service and unit tests (bug 629197, r=shaver, a=blocker).
This commit is contained in:
parent
e0605bd695
commit
4f81a9d589
@ -79,9 +79,10 @@ LOCAL_INCLUDES += \
|
||||
-I$(topsrcdir)/dom/base \
|
||||
$(NULL)
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
TOOL_DIRS += tests
|
||||
endif
|
||||
# Bug 629197: disabled jetpack service (and its tests).
|
||||
# ifdef ENABLE_TESTS
|
||||
# TOOL_DIRS += tests
|
||||
# endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
@ -135,7 +135,7 @@
|
||||
#define LAYOUT_DEBUG_MODULE
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_IPC
|
||||
#if defined(MOZ_IPC) && defined(ENABLE_JETPACK_SERVICE)
|
||||
#define JETPACK_MODULES \
|
||||
MODULE(jetpack)
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user