Bug 695405 - Re-enable add-on support [r=mossop]

This commit is contained in:
Fabrice Desré 2011-10-18 11:34:11 -07:00
parent 578b6d7ef4
commit feb73eb8df

View File

@ -50,6 +50,7 @@ PARALLEL_DIRS = \
content \
locales \
mozapps/downloads \
mozapps/extensions \
mozapps/handling \
mozapps/preferences \
mozapps/plugins \
@ -62,16 +63,6 @@ PARALLEL_DIRS = \
themes \
$(NULL)
# The native front end is not going to use extensions based on this code.
# If it isn't used, it still takes up .5mb in cached statement. fail for me.
# Ideally we start moving other optional stuff into this section.
ifneq ($(OS_TARGET),Android)
PARALLEL_DIRS += \
mozapps/extensions \
$(NULL)
endif
ifneq (,$(filter gtk2 qt,$(MOZ_WIDGET_TOOLKIT)))
PARALLEL_DIRS += system/unixproxy
endif