Bug 402294: Switch Camino to getting nsIDownload.h from toolkit rather than xpfe. r=mento

This commit is contained in:
stuart.morgan@alumni.case.edu 2007-11-03 11:57:35 -07:00
parent d013217fe4
commit 93c1732f4a
2 changed files with 7 additions and 2 deletions

View File

@ -138,7 +138,10 @@ EXTRA_PP_COMPONENTS = nsDefaultCLH.js
endif # MOZ_XUL_APP
ifeq ($(MOZ_BUILD_APP),camino)
DIRS += autocomplete/public
DIRS += \
autocomplete/public \
downloads/public \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk

View File

@ -87,8 +87,10 @@ ifndef MOZ_XULRUNNER
DIRS += \
related \
autocomplete \
download-manager \
$(NULL)
ifneq ($(MOZ_BUILD_APP),camino)
DIRS += download-manager
endif
ifndef MOZ_XUL_APP
DIRS += \
console \