зеркало из https://github.com/mozilla/gecko-dev.git
Disable jetpack service and unit tests (bug 629197, r=shaver).
This commit is contained in:
Родитель
ec348d9214
Коммит
56cb4934d1
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче