mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 829832 - Move nss and sqlite builds before netwerk. r=mh
This commit is contained in:
parent
1c88865c77
commit
879759f7ba
@ -12,10 +12,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = storage
|
||||
|
||||
ifndef MOZ_NATIVE_SQLITE
|
||||
DIRS = ../db/sqlite3/src
|
||||
endif
|
||||
|
||||
DIRS += public \
|
||||
src \
|
||||
build \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user