Bug 829832 - Move nss and sqlite builds before netwerk. r=mh

This commit is contained in:
Monica Chew 2013-01-15 19:44:44 -05:00
parent 1c88865c77
commit 879759f7ba
2 changed files with 10 additions and 10 deletions

View File

@ -12,10 +12,6 @@ include $(DEPTH)/config/autoconf.mk
MODULE = storage
ifndef MOZ_NATIVE_SQLITE
DIRS = ../db/sqlite3/src
endif
DIRS += public \
src \
build \

View File

@ -25,6 +25,16 @@ endif
tier_platform_dirs += xpcom
ifndef MOZ_NATIVE_SQLITE
tier_platform_dirs += db/sqlite3/src
endif
ifdef MOZ_PSM
tier_platform_dirs += \
security/build \
$(NULL)
endif
tier_platform_dirs += \
modules/libpref \
intl \
@ -129,12 +139,6 @@ tier_platform_dirs += \
$(NULL)
endif
ifdef MOZ_PSM
tier_platform_dirs += \
security/build \
$(NULL)
endif
ifdef MOZ_WEBRTC
tier_platform_dirs += \
media/webrtc \