Bug 402294: Pull nsIDownload from toolkit rather than xpfe for Camino. r=mento a1.9=schrep

This commit is contained in:
stuart.morgan@alumni.case.edu 2007-11-13 07:09:11 -08:00
Родитель ba086a3cc1
Коммит 09fbc2d302
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -139,6 +139,7 @@ endif # MOZ_XUL_APP
ifeq ($(MOZ_BUILD_APP),camino)
DIRS += autocomplete/public
DIRS += downloads/public
endif
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -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 \