зеркало из https://github.com/mozilla/gecko-dev.git
Disable jetpack service and unit tests (bug 629197, r=shaver, a=blocker).
This commit is contained in:
Родитель
1edc5daf10
Коммит
7c588b1957
|
@ -79,9 +79,10 @@ LOCAL_INCLUDES += \
|
||||||
-I$(topsrcdir)/dom/base \
|
-I$(topsrcdir)/dom/base \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifdef ENABLE_TESTS
|
# Bug 629197: disabled jetpack service (and its tests).
|
||||||
TOOL_DIRS += tests
|
# ifdef ENABLE_TESTS
|
||||||
endif
|
# TOOL_DIRS += tests
|
||||||
|
# endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
include $(topsrcdir)/config/config.mk
|
||||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||||
|
|
|
@ -135,7 +135,7 @@
|
||||||
#define LAYOUT_DEBUG_MODULE
|
#define LAYOUT_DEBUG_MODULE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MOZ_IPC
|
#if defined(MOZ_IPC) && defined(ENABLE_JETPACK_SERVICE)
|
||||||
#define JETPACK_MODULES \
|
#define JETPACK_MODULES \
|
||||||
MODULE(jetpack)
|
MODULE(jetpack)
|
||||||
#else
|
#else
|
||||||
|
|
Загрузка…
Ссылка в новой задаче