Disable jetpack service and unit tests (bug 629197, r=shaver, a=blocker).

This commit is contained in:
Andreas Gal 2011-01-31 19:33:15 -08:00
Родитель 1edc5daf10
Коммит 7c588b1957
2 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -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