mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 402294: Switch Camino to getting nsIDownload.h from toolkit rather than xpfe. r=mento
This commit is contained in:
parent
f5f27fd7da
commit
d8a7bd7c2b
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user